tunnel gaat via sixxs.net
Code: Selecteer alles
[root@localhost ruben]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:D8:74:3F:88
inet addr:10.0.0.1 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: 2001:6f8:369:1::2/64 Scope:Global
inet6 addr: fe80::211:d8ff:fe74:3f88/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:53362 errors:0 dropped:0 overruns:0 frame:0
TX packets:51246 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10348574 (9.8 MiB) TX bytes:41036820 (39.1 MiB)
Interrupt:18 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2135 errors:0 dropped:0 overruns:0 frame:0
TX packets:2135 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3146896 (3.0 MiB) TX bytes:3146896 (3.0 MiB)
sixxs Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: 2001:6f8:202:d5::2/64 Scope:Global
inet6 addr: fe80::6f8:202:d5:2/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Win client krijgt ip :
Code: Selecteer alles
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : lan
IP Address. . . . . . . . . . . . : 10.0.0.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : 2001:6f8:369:1:250:8dff:fee5:1b3d
IP Address. . . . . . . . . . . . : fe80::250:8dff:fee5:1b3d%9
Default Gateway . . . . . . . . . : 10.0.0.138
fe80::211:d8ff:fe74:3f88%9
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : fe80::5445:5245:444f%5
Default Gateway . . . . . . . . . :
Tunnel adapter Automatic Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . : lan
IP Address. . . . . . . . . . . . : fe80::5efe:10.0.0.4%2
Default Gateway . . . . . . . . . :
pingen op win client is geen probleem
Code: Selecteer alles
Pinging sixxs.net [2001:838:1:1:210:dcff:fe20:7c7c]
from 2001:6f8:369:1:250:8dff:fee5:1b3d with 32 bytes of data:
Reply from 2001:838:1:1:210:dcff:fe20:7c7c: bytes=32 time=28ms
Reply from 2001:838:1:1:210:dcff:fe20:7c7c: bytes=32 time=29ms
Reply from 2001:838:1:1:210:dcff:fe20:7c7c: bytes=32 time=28ms
Reply from 2001:838:1:1:210:dcff:fe20:7c7c: bytes=32 time=28ms
Ping statistics for 2001:838:1:1:210:dcff:fe20:7c7c:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 28ms, Maximum = 29ms, Average = 28ms
Het probleem is dat het voor de rest onbruikbaar is, voor bv irc, http,..
Het probleem kan zijn dat client geen default gateway heeft, of er kan iets fout in de routing table zijn
Code: Selecteer alles
[root@localhost ruben]# netstat -nr -A inet6
Kernel IPv6 routing table
Destination Next Hop Flags Metric Ref Use Iface
::1/128 :: U 0 1 1 lo
2001:6f8:202:d5::/128 :: U 0 0 2 lo
2001:6f8:202:d5::2/128 :: U 0 0 1 lo
2001:6f8:202:d5::/64 :: U 256 1 0 sixxs
2001:6f8:369:1::/128 :: U 0 0 2 lo
2001:6f8:369:1::2/128 :: U 0 7 1 lo
2001:6f8:369:1::/64 :: U 256 0 0 eth0
fe80::/128 :: U 0 0 2 lo
fe80::/128 :: U 0 0 2 lo
fe80::211:d8ff:fe74:3f88/128 :: U 0 13 1 lo
fe80::6f8:202:d5:2/128 :: U 0 0 1 lo
fe80::/64 :: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 sixxs
ff00::/8 :: U 256 0 0 eth0
ff00::/8 :: U 256 0 0 sixxs
::/0 2001:6f8:202:d5::1 UG 1024 0 0 sixxs
Code: Selecteer alles
[root@localhost ruben]# cat /etc/radvd.conf
interface eth0
{
AdvSendAdvert on;
prefix 2001:6f8:369:1:: /64
{
AdvOnLink on;
AdvAutonomous on;
};
};