Search results

  1. A

    Ssh connection, no web interface!

    try iptables -I INPUT -p tcp --dport 8006 -j ACCEPT Also you can get GUI access via ssh tunnel: ssh pvehost -L 8006:127.0.0.1:8006 , then you can open https://127.0.0.1:8006
  2. A

    Ssh connection, no web interface!

    Hello, try adding new rule in Datacenter -> Firewall : Direction: in , Action: ACCEPT , enable: (marked) , protocol: tcp , Dest. port: 8006 . netstat: # netstat -ntpl | grep 8006 tcp6 0 0 :::8006 :::* LISTEN 3748/pveproxy Works on Ipv4 too.