Skip to content
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

Fresh install WebUI only available on IPV6 #108

Closed
justbendev opened this issue Apr 3, 2021 · 0 comments
Closed

Fresh install WebUI only available on IPV6 #108

justbendev opened this issue Apr 3, 2021 · 0 comments
Assignees

Comments

@justbendev
Copy link

Hello !
Im here to report an issue i had on a fresh new install of OVPM on a fresh new OpenVZ VPS

Issue

WebUI Port is only listenning on IPV6 interfaces

root@CENSORED~# netstat -tuln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 :::8080                 :::*                    LISTEN
udp        0      0 10.9.0.1:123            0.0.0.0:*
udp        0      0 CENSORED-----:123       0.0.0.0:*
udp        0      0 127.0.0.1:123           0.0.0.0:*
udp        0      0 0.0.0.0:123             0.0.0.0:*
udp        0      0 0.0.0.0:1197            0.0.0.0:*
udp6       0      0 CENSORED-----------:123 :::*
udp6       0      0 CENSORED-----------:123 :::*
udp6       0      0 ::1:123                 :::*
udp6       0      0 :::123                  :::*

I couldn't find any config file or command to change the port number of the web panel
I couldn't find any config file or command to change the webpanel listen interface

Expected behaviour

Listen on IPV4 or ALL Interfaces

Temporary Quick Fix

Disable IPV6

sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

Then reboot

To re-enable IPV6 ( This will bring the issue back )

sysctl -w net.ipv6.conf.all.disable_ipv6=0
sysctl -w net.ipv6.conf.default.disable_ipv6=0

Hope this will help 👍
JustBenDev

@cad cad closed this as completed in ab8b02d Apr 4, 2021
@cad cad self-assigned this Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants