I am trying to setup IPv6 linux router. My setup is as shown below.
HOST1 (eth0) -----(eth0) ROUTER (eth1) ------ (eth0) HOST2
I am trying to ping HOST2 from HOST1. I am actually seeing packets until eth0 interface of ROUTER. But ROUTER is not forwarding those packets via eth1 to reach eth0.
I enabled IPV6 forwarding in router. Is there anything I am still missing out?
Check the ipaddresses of each interface
HOST1 (eth0) - link local address
ROUTER (eth0) - link local address
ROUTER (eth1) - 2400:ab::1
HOST2 (eth0) - 2400:ab::2
fe80::addresses? – grawity Sep 19 '11 at 11:06