web interface ipv6 only?

daw

New Member
May 28, 2018
1
1
1
Hi,
I am new to Proxmox and used my server hoster's installscript (Hetzner) to install Proxmox on a dedicated machine. For now everything seems fine the only real issue I have: the web interface is only accessible via IPv6. My network interface is up and running with both ipv4 and ipv6 configured. Also in /etc/hosts. But still, my netstat output looks like this:

Code:
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:85            0.0.0.0:*               LISTEN      1917/pvedaemon
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1555/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1817/master
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      682/rpcbind
tcp6       0      0 :::22                   :::*                    LISTEN      1555/sshd
tcp6       0      0 :::3128                 :::*                    LISTEN      1997/spiceproxy
tcp6       0      0 ::1:25                  :::*                    LISTEN      1817/master
tcp6       0      0 :::8006                 :::*                    LISTEN      5290/pveproxy
tcp6       0      0 :::111                  :::*                    LISTEN      682/rpcbind
udp    29952      0 0.0.0.0:111             0.0.0.0:*                           682/rpcbind
udp        0      0 0.0.0.0:858             0.0.0.0:*                           682/rpcbind
udp6     768      0 :::111                  :::*                                682/rpcbind
udp6       0      0 :::858                  :::*                                682/rpcbind

I couldn't find a setting for interface/ip address binding... any ideas?
 
  • Like
Reactions: eXtremeSHOk