• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

IPv6 stateless autoconfiguration

Started by smith21, October 10, 2011, 07:43:35 AM

Previous topic - Next topic

smith21

this is my routing table:


[root@ip6 ~]# netstat -nr
Kernel IP routing table
Destination      Gateway                Genmask                Flags    MSS Window  irtt Iface
202.47.88.64    0.0.0.0                   255.255.255.240        U           0 0              0 eth0
172.27.11.0      0.0.0.0                   255.255.255.0            U           0 0              0 eth2
0.0.0.0              202.47.88.65         0.0.0.0                        UG         0 0              0 eth0


so, how i do create a route for that /48 on my routing table?


cholzhauer

I went and looked for a network diagram, but didn't see one

You just need to route it to the next hop...For example, I route my /48 from my tunnel server to my firewall (so my tunnel server knows where to send it)

smith21