Hi. I am using BTExact and I'm having trouble setting up IPv6.
I have two NICs, lnc0 and lnc1; lnc0 handles
the internal LAN, lnc1 connects to the internet via PPPoE which creates
interface tun0 upon connection.
Details:
TB IP: 213.121.24.85
My IP: 165.165.214.x
My IPv6 allocation: 2001:618:400:41a8::/64
My IPv6 address: 2001:618:400:41a8::1
Add the following:
#!/bin/sh
ifconfig gif create
ifconfig gif0 inet 165.165.214.x 213.121.24.85
ifconfig gif0 inet6 2001:618:400:41a8::1 prefixlen 128
route add -inet6 default fe80::%gif0
ifconfig lnc1 inet6 2001:618:400:41a8:: prefixlen 64
sysctl –w net.inet6.ip6.forwarding=1
/usr/sbin/rtadvd lnc1
Right. Everything goes in fine, but when I attempt to ping a V6 address I get the following error:
bsdGW# ping6 ipv6.shadowfire.org
PING6(56=40+8+8 bytes) 2001:618:400:bee3:: --> 2001:5c0:9024::1
ping6: sendmsg: No route to host
ping6: wrote ipv6.shadowfire.org 16 chars, ret=-1
--- ipv6.shadowfire.org ping6 statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
Please help me, I'm sure its simply one little thing that I've missed
out or put in incorrectly.
I have two NICs, lnc0 and lnc1; lnc0 handles
the internal LAN, lnc1 connects to the internet via PPPoE which creates
interface tun0 upon connection.
Details:
TB IP: 213.121.24.85
My IP: 165.165.214.x
My IPv6 allocation: 2001:618:400:41a8::/64
My IPv6 address: 2001:618:400:41a8::1
Add the following:
#!/bin/sh
ifconfig gif create
ifconfig gif0 inet 165.165.214.x 213.121.24.85
ifconfig gif0 inet6 2001:618:400:41a8::1 prefixlen 128
route add -inet6 default fe80::%gif0
ifconfig lnc1 inet6 2001:618:400:41a8:: prefixlen 64
sysctl –w net.inet6.ip6.forwarding=1
/usr/sbin/rtadvd lnc1
Right. Everything goes in fine, but when I attempt to ping a V6 address I get the following error:
bsdGW# ping6 ipv6.shadowfire.org
PING6(56=40+8+8 bytes) 2001:618:400:bee3:: --> 2001:5c0:9024::1
ping6: sendmsg: No route to host
ping6: wrote ipv6.shadowfire.org 16 chars, ret=-1
--- ipv6.shadowfire.org ping6 statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
Please help me, I'm sure its simply one little thing that I've missed
out or put in incorrectly.