mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Webserver not reachable on Setup (Almalinux 8/9) #5143
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#5143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 5, 2024).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, AMD64 (aka x86_64)
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
latest
Action
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
sudo /opt/AdGuardHome/AdGuardHome -s install
sudo /opt/AdGuardHome/AdGuardHome -s start
sudo /opt/AdGuardHome/AdGuardHome -s uninstall
sudo /opt/AdGuardHome/AdGuardHome -s install
sudo /opt/AdGuardHome/AdGuardHome -s restart
ss -tunlp (shows *:3000 listening)
Expected result
Setup reachable over Port 3000
Actual result
Setup not reachable over Port 3000
ss -tunlp shows *:3000 listening.
Port 53 is not in use through the system.
http://ip:3000 shows unable to connect.
No firewalls active! I also doublechecked protocol e.g. http / https mixup.
Additional information and/or screenshots
uname -a
ss -tunlp
@ghost commented on GitHub (Apr 5, 2024):
With pre configured Adguard home
(Using AdGuardHome.yml) from a Debian Mashine, Interface is reachable.
@ghost commented on GitHub (Apr 5, 2024):
Tried with
--web-addrtoo, but no luck either. Though of binding issue, but nope.@bcookatpcsd commented on GitHub (Apr 5, 2024):
What does that return?
(windows also has curl these days if you are working from a windows box.. which would be more applicable.. )
Try to run curl from your workstation/desktop/laptop, whatever that may be..
I'm not an Alma person.. please make sure there is no "superhelpful default block everything in" firewall in the way as well..
Thank you in advance.
@ghost commented on GitHub (Apr 5, 2024):
As mentioned above, no firewalls are active.
@ghost commented on GitHub (Apr 5, 2024):
How shameful... firewalld was in panic mode. I'm sorry for the inconvenience i made you @bcookatpcsd