Setup IPv4 local on IPv6 VPS
- by A.D.
I have a dedicated server running multiple IPv6 only OpenVZ containers. I want them to be able to communicate with the IPv4 internet, but I realized that isn't going to be possible with IPv6 only. So they need to have an IPv4 address as well, not sure if a local address will work for it, but pretty sure it should.
I added 169.254.1.100 in the container .conf file, but when I try to start it, I get this :
Adding IP address(es): (the IPv6 address) 169.254.1.100
arpsend: 169.254.1.100 is detected on another computer : 00:04:9b:f2:b0:00
vps-net_add WARNING: arpsend -c 1 -w 1 -D -e 169.254.1.100 eth0 FAILED
I did a lot of research, and searched serverfault before posting this, but found nothing relating to this.