Hello.
What should I add/change in route table to be able to reach others computers in my network through ipv6? Now all outgoing traffic goes from lo0. $ ping6 raff PING6(56=40+8+8 bytes) fe80::1%lo0 --> fe80::21f:c6ff:fe88:3d6e ping6: sendmsg: Network is unreachable ping6: wrote raff.rypin.rejs-am.pl 16 chars, ret=-1 --- raff.rypin.rejs-am.pl ping6 statistics --- 2 packets transmitted, 0 packets received, 100.0% packet loss If I change gateway for fe80::/10 from ::1 to lan's vic0 ip then I'm getting following message: # ping6 raff PING6(56=40+8+8 bytes) fe80::20c:29ff:fe4d:9745%vic0 --> fe80::21f:c6ff:fe88:3d6e ping6: sendmsg: No route to host ping6: wrote raff.rypin.rejs-am.pl 16 chars, ret=-1 Of course destination host is reachable when I specify interface. # ping6 fe80::21f:c6ff:fe88:3d6e%vic0 PING6(56=40+8+8 bytes) fe80::20c:29ff:fe4d:9745%vic0 --> fe80::21f:c6ff:fe88:3d6e%vic0 16 bytes from fe80::21f:c6ff:fe88:3d6e%vic0, icmp_seq=0 hlim=128 time=0.363 ms Thanks in advance. -- Rafal Brodewicz

