Ok, So basically I have manually created a container via command line. Can anyone explain what I have done wrong. I have assigned the IP, I can ping the IP and the container has full connectivity. But when I check the IP in the container by curling a website. It returns the host nodes IP
[root@juno /]# vzctl set 1380 --ipadd CONTAINERIP --save
Deleting IP address(es): CONTAINERIP
Adding IP address(es): CONTAINERIP
CT configuration saved to /etc/vz/conf/1380.conf[root@juno /]# vzctl exec 1380 curl curlmyip.com
199.101.. (Main nodes IP)
I believe it is an IPtables rule. But I can't seem to quite get it