| 
 
endpoint works but not subnet 
  Shadow Hawkins on Monday, 23 February 2004 18:11:48
hi,
i have added the ipv6 tunnel on my server and only one ip is working 
SixXS IPv6         : 2001:6f8:900:15d::1/64
Your IPv6          : 2001:6f8:900:15d::2/64
i can reach any other ipv6 adress outside with 2001:6f8:900:15d::2 but if I add another ip like 2001:6f8:900:15d::3 it doesn't work any more
my sixxs interface looks:
sixxs     Link encap:IPv6-in-IPv4
          inet6 addr: 2001:6f8:900:15d::2/128 Scope:Global
          inet6 addr: 2001:6f8:900:15d::3/128 Scope:Global
          inet6 addr: fe80::d9ac:b521/128 Scope:Link
          UP POINTOPOINT RUNNING NOARP  MTU:1280  Metric:1
          RX packets:90 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:15459 (15.0 Kb)  TX bytes:4486 (4.3 Kb)
the routing table:
Kernel IPv6 routing table
Destination                                 Next Hop                                Flags Metric Ref    Use Iface
::1/128                                     ::                                      U     0      30       0 lo
2001:628:fffe:ffff:204:76ff:fe23:2024/128   2001:628:fffe:ffff:204:76ff:fe23:2024   UC    0      2        2 sixxs
2001:6f8:900:15d::2/128                     ::                                      U     0      154       0 lo
2001:6f8:900:15d::3/128                     ::                                      U     0      0        0 lo
2001:888:0:2::2/128                         2001:888:0:2::2                         UC    0      3        1 sixxs
3ffe:1001:600:7::11/128                     3ffe:1001:600:7::11                     UC    0      1        1 sixxs
2000::/3                                    ::                                      U     1024   0        0 sixxs
fe80::d9ac:b521/128                         ::                                      U     0      0        0 lo
fe80::d9ac:b921/128                         ::                                      U     0      0        0 lo
fe80::207:95ff:fe1f:9086/128                ::                                      U     0      52       0 lo
fe80::/64                                   ::                                      UA    256    0        0 eth0
fe80::/64                                   ::                                      UA    256    0        0 sixxs
ff00::/8                                    ::                                      UA    256    0        0 eth0
ff00::/8                                    ::                                      UA    256    0        0 sixxs
thanks if anyone could help me to solve this problem
sorry i forgot to say which os
i'm using suse linux with kernel 2.4.20
 
endpoint works but not subnet 
  Shadow Hawkins on Monday, 23 February 2004 19:59:29
You asked for and got a subnet, right?
I ask this because in my case, the subnet I received from my POP is not (and logically, I don't see how it could be) in the same net that the tunnel end-point addresses.
That is, your subnet will not be in 2001:6f8:900:15d::/64, but in some other addresses (and I believe it will be a /48 net, that you in turn can then subnet)
 
endpoint works but not subnet 
Only ::1 and ::2 can be used from tunnel space. Request a subnet if you want to attach other real hosts.
 
  |