IPv6 static routes
Posted
by
user98651
on Server Fault
See other posts from Server Fault
or by user98651
Published on 2012-12-01T22:51:46Z
Indexed on
2012/12/02
5:07 UTC
Read the original article
Hit count: 480
I am looking to configure a few hosts with IPv6 on my network. The router (running CentOS 5) is configured with an Hurricane Electric (HE) tunnel which works fine on that host.
However, I would like to statically add a few additional hosts on the same LAN to have IPv6 through this tunnel. No, I don't want radvd or dhcpv6 to do the work for me in this case.
I already have IPv6 forwarding enabled in sysctl.conf. I am looking for help with the next steps (statically adding the routes).
Lets say the IP addresses are as follows:
Router: 2001:470:1b07:1::
Host1: 2001:470:1b07:2::
How would I go about making them see each other? Thanks in advance for the help.
© Server Fault or respective owner