install subnet
![]()
Tried to install subnet, i added 2001:16d8:ee41::1 on eth0
but its not working. and i followed the howto install subnet on SixXs wiki...
my tunnel IPv6: 2001:16d8:ee00:76::2
My subnet IPv6: 2001:16d8:ee41::/48
Here is my ifconfig..
running Debian.
FKDebian:/etc# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0c:29:21:e6:03
inet addr:82.148.***.** Bcast:82.148.147.255 Mask:255.255.254.0
inet6 addr: 2001:16d8:ee41::1/64 Scope:Global
inet6 addr: 2001:16d8:ee00:76::4/64 Scope:Global
inet6 addr: fe80::20c:29ff:fe21:e603/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20945703 errors:27607 dropped:0 overruns:0 frame:0
TX packets:1373475 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4125928854 (3.8 GiB) TX bytes:129183176 (123.1 MiB)
Interrupt:169 Base address:0x1400
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:18771 errors:0 dropped:0 overruns:0 frame:0
TX packets:18771 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1913677 (1.8 MiB) TX bytes:1913677 (1.8 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:16d8:ee00:76::2/64 Scope:Global
inet6 addr: fe80::14d8:ee00:76:2/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:332 errors:0 dropped:0 overruns:0 frame:0
TX packets:330 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:52054 (50.8 KiB) TX bytes:24764 (24.1 KiB)
install subnet
What is 2001:16d8:ee00:76::4/64 doing on eth0? Only <tun>::1 (PoP side of the tunnel) an <tun>::2 (Your end of the tunnel) exist, nothing else.
Also you say "it is not working", but what exactly is "not working" ?
Did you enable forwarding? Also, please actually read the "Reporting Problems / Checklist" on the contact page.
install subnet
![]()
have removed 2001:16d8:ee00:76::4/64 from eth0.
and, how do i install my subnet on the server, i don't want the server to be a DHCP yet.
install subnet
Subnets are for connecting OTHER hosts. See the FAQ for details.
install subnet
![]()
I'm not sure if this will help you or not, but your tunnel interface needs to go from 2001:16d8:ee00:76::2 to 2001:16d8:ee00:76::1. Your server needs to advertise the 2001:16d8:ee41::/48 subnet, and if you're running autoconfigure, your system will set it's own IP for eth0.
install subnet
Your server needs to advertise the 2001:16d8:ee41::/48 subnet, and if you're running autoconfigure, your system will set it's own IP for eth0.
It is just a single /64 one needs to advertise, not the complete /48, autoconfig really only works with a /64. Also, not all kernels/OSs auto-configure their IP based on the presence of RA messages, especially not because if they are correctly implemented most don't accept RAs on interfaces that have forwarding enabled, and the latter is most likely what you want.
install subnet
![]()
I have fix this problem :)
|