Today, I tried to configure my borrowed only home router (Cisco 1841) to connect to the IPV6 world.
I used Hurricane Electric’s as my IPV6 to IPV4 broker (6to4), basically I established an IPv6 tunnel from my dsl connection at home connected to a Cisco router to Hurricane Electric’s server.
My router now is able to reached the IPv6 world. Next thing to do is to enable my home PC to be IPv6 capable and I should be able to reach www.kame.net with the dancing turtle and www.apnic.net with my source IP address as IPV6. See my running config below. You can ping me at 2001:470:1F06:4C8::2 hostname mar.tunnel.tserv4.nyc4.ipv6.he.net .
R1-PakWai#sh run int tunnel 0
Building configuration…
Current configuration : 231 bytes
!
interface Tunnel0
description My Link to Hurricane Electric IPv6 Tunnel Broker
no ip address
ipv6 address 2001:470:1F06:4C8::2/64
ipv6 enable
tunnel source 219.79.190.x
tunnel destination 209.51.161.14
tunnel mode ipv6ip
end
R1-PakWai#ping www.apnic.net
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:DC0:2001:0:4608:20::, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 552/628/768 ms
R1-PakWai#ping www.kame.net
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:200:0:8002:203:47FF:FEA5:3085, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 432/432/432 ms
R1-PakWai#sh clo
*17:22:37.523 UTC Mon Jun 23 2008
R1-PakWai#
| Server IPv4 address: | 209.51.161.14 |
| Server IPv6 address: | 2001:470:1f06:4c8::1/64 |
| Client IPv4 address: | [Update] 219.79.190.x |
| Client IPv6 address: | 2001:470:1f06:4c8::2/64 |
| Routed /48: | none |
| Routed /64: | 2001:470:1f07:4c8::/64 |
Verification:
************************** route-server.he.net **************************
route-server.he.net>ping 2001:470:1F06:4C8::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:470:1F06:4C8::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 328/328/328 ms
route-server.he.net>traceroute 2001:470:1F06:4C8::2
Type escape sequence to abort.
Tracing the route to 2001:470:1F06:4C8::2
1 2001:470:1FFF:3::2 4 msec 0 msec 0 msec
2 2001:470:0:1F::1 4 msec 0 msec 0 msec
3 2001:470:0:2F::2 0 msec 0 msec 4 msec
4 2001:470:0:33::2 84 msec 80 msec 88 msec
5 2001:470:0:5D::2 84 msec 84 msec 80 msec
6 2001:470:1F06:4C8::2 328 msec 328 msec 328 msec
route-server.he.net>sh clo
10:40:04.226 pst Mon Jun 23 2008
route-server.he.net>

