New on LowEndTalk? Please Register and read our Community Rules.
How to find my gateway IP
Hey, I bought a dedicated server from online.net and now im trying to setup ipv6 on openVZ how do i find my gateway ip .
i asked from them and they said they dont offer that kind of support.
Please Help!
2001:0bc8:2095:: /48
2001:bc8:2095:2f00:: /56
2001:bc8:2095:2f01:: /64
these are the subnets i got from online.net
Comments
As far as I remember you have to use DHCPv6 for online.net IPv6. DHCP will automatically set the gateway.
EDIT: http://documentation.online.net/en/serveur-dedie/reseau/ipv6-prefix
ill check that.Thanks
I only used Online.net during a beta but I know with most systems your gateway is typically the first address in your subnet. e.g.
2001:0bc8:2095::1
2001:bc8:2095:2f00::1
2001:bc8:2095:2f01::1
Thnx
Yepp, you have to use Dibbler and/or dhclient, as specified within the wiki. If you don't do so, the networks won't even get routed to your server, atleast that was my experience 2-3 months ago.
EDIT: In your case, you could probably route the /56 to your host/dedicated server and assign a /64 for each VPS.
To find the gateway I used tcpdump.
Install tcpdump and run it like
tcpdump -i venet0 -n -s 4000 -v ip6
I know this guide is for debian but most steps will be the same/similar (I guess)
Check this tutorial it's based on @rm_ 's script.
im stuck at installing dibber
https://blog.kingj.net/2014/01/03/how-to/ipv6-with-online-net-and-dibbler/
Thanks mate but im using centOS 6.5
http://documentation.online.net/fr/serveur-dedie/reseau/prefixe_ipv6
It doesn't work on centOS. Thanks