You can reference to the following page:
https://pve.proxmox.com/wiki/OpenVZ_Console#Ubuntu
If you cannot access it via network, you can use vzctl <VMID> to access it under Proxmox host.
I am wondering if the service is running on your specified port.
Can you execute the command below in SERVER2 and show the output for us?
netstat -an | grep LISTEN | grep 2443
After I have gone through the man page of Proxmox, I found that you are missing the "1" in the forwarding sentence:
post-up echo 1 > & /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -I POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.