Hi
I got a problem with IPv6-tunneling with my Netgear WPN824v2 router. Im trying to use my tunnel with a laptop running Ubuntu 9.04. I got it working fine with only my modem(my modem dosent have any dhcp or so).
Router WebGUI:
I entred WAN Setup
Connecect Automatically, as Required=ON
Disable SPI Firewall=ON
Default DMZ Server=ON, 192.168.1.3(my laptop)
Respond to Ping on Internet Port=ON
MTU Size (in bytes)=1500 bytes
NAT Filtering=Open
But, it still not work. Does anyone have any idea what I can do? Or does the router make this impossible?
Mendemizo
EDIT: I just discoverd something. When I paste in this in the terminal on my laptop:
ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::209.51.161.14
ifconfig sit1 up
ifconfig sit1 inet6 add 2001:470:1f06:e6::2/64
route -A inet6 add ::/0 dev sit1
I can't enter tunnelbroker.net anymore.
EDIT2:
Information from ifconfig:
eth1 Link encap:Ethernet HWaddr 00:12:f0:89:7e:43
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::212:f0ff:fe89:7e43/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3249 errors:6 dropped:6 overruns:0 frame:0
TX packets:714 errors:0 dropped:6 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60990095 (60.9 MB) TX bytes:569668 (569.6 KB)
Interrupt:21 Base address:0xa000 Memory:d0400000-d0400fff
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:608 (608.0 B) TX bytes:608 (608.0 B)
sit0 Link encap:IPv6-in-IPv4
inet6 addr: ::127.0.0.1/96 Scope:Unknown
inet6 addr: ::192.168.1.3/96 Scope:Compat
UP RUNNING NOARP MTU:1480 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
sit1 Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:1f06:e6::2/64 Scope:Global
inet6 addr: fe80::c0a8:103/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:568 (568.0 B)