OVH Community, your new community space.

Adding IPv6 (/64)


Samanthap.
14-11-2015, 07:07
Most of the times rebooting solves many issues either with windows or Vpns, networds, CDNs etc.

glaxy
03-03-2015, 13:29
Yeah I have thought about MS Project. I am thinking that there might be a web based solution out there somewhere.

LawsHosting
21-07-2014, 18:49
Fixed it..... guess how....... a reboot! Hmm, and it's not even Windows.....

LawsHosting
21-07-2014, 13:10
Ok, how do you actually add extra IPv6's? I referred to http://help.ovh.co.uk/Ipv4Ipv6#link9

Now my interfaces looks like this:
iface eth0 inet6 static
address 2001:41D0:1:xxx::1
netmask 64
post-up /sbin/ip -f inet6 route add 2001:41D0:1:92ff:ff:ff:ff:ff dev eth0
post-up /sbin/ip -f inet6 route add default via 2001:41D0:1:92ff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del default via 2001:41D0:1:92ff:ff:ff:ff:$
pre-down /sbin/ip -f inet6 route del 2001:41D0:1:92ff:ff:ff:ff:ff dev eth0
post-up /sbin/ifconfig eth0 inet6 add 2001:xxx::2/64
pre-down /sbin/ifconfig eth0 inet6 del 2001:xxx::2/64
post-up /sbin/ifconfig eth0 inet6 add 2001:xxx::3/64
pre-down /sbin/ifconfig eth0 inet6 del 2001:xxx::3/64
post-up /sbin/ifconfig eth0 inet6 add 2001:xxxx::4/64
pre-down /sbin/ifconfig eth0 inet6 del 2001:xxxx:4/64
etc
etc
(yes i have a /64)

Thanks.