-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adguard only runs on ipv6 on proxmox #7112
Comments
I'm not sure if your interpretation is correct. I did a quick test on RPI4B and AGH is working ootb without any configuration changes needed. Basically, our configuration has not been changed for 3 years and AGH should listen to all network interfaces as we bind to DietPi/.conf/dps_126/AdGuardHome.yaml Lines 14 to 17 in 2b5b0e7
Basically my test
But
As well, no issues using the pre-defined upstream DNS |
Note that root@VM-Bookworm:~# netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 426/dropbear
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1955/mariadbd
tcp6 0 0 :::3000 :::* LISTEN 2104/forgejo
tcp6 0 0 :::8083 :::* LISTEN 2131/AdGuardHome
tcp6 0 0 :::80 :::* LISTEN 2027/apache2
tcp6 0 0 :::53 :::* LISTEN 2131/AdGuardHome
tcp6 0 0 :::22 :::* LISTEN 426/dropbear
tcp6 0 0 :::5252 :::* LISTEN 423/dietpi-dashboar
root@VM-Bookworm:~# ss -tlpn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0 1000 0.0.0.0:22 0.0.0.0:* users:(("dropbear",pid=426,fd=3))
LISTEN 0 80 127.0.0.1:3306 0.0.0.0:* users:(("mariadbd",pid=1955,fd=18))
LISTEN 0 4096 *:3000 *:* users:(("forgejo",pid=2104,fd=13))
LISTEN 0 4096 *:8083 *:* users:(("AdGuardHome",pid=2131,fd=9))
LISTEN 0 511 *:80 *:* users:(("apache2",pid=2028,fd=4),("apache2",pid=2027,fd=4))
LISTEN 0 4096 *:53 *:* users:(("AdGuardHome",pid=2131,fd=12))
LISTEN 0 1000 [::]:22 [::]:* users:(("dropbear",pid=426,fd=4))
LISTEN 0 1024 *:5252 *:* users:(("dietpi-dashboar",pid=423,fd=9)) Not sure why |
Creating a bug report/issue
Required Information
DietPi version |
cat /boot/dietpi/.version
951
Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
bookworm
Kernel version |
uname -a
Linux DietPi 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux
I downloaded proxmox dietpi bookworm and use it on proxmox running on debian.
Additional Information (if applicable)
Software title | (EG: Nextcloud)
Adguard
Was the software title installed freshly or updated/migrated?
freshly installed
Can this issue be replicated on a fresh installation of DietPi?
probably, mine was fresh
Steps to reproduce
shows only tcp6 :53
I have corrected this by doing
Not a big deal but I thought I should mention it.
now all is well
Expected behaviour
Actual behaviour
Extra details
The text was updated successfully, but these errors were encountered: