IPv6 static routes
- by user98651
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.