IPv6 Subnet route via tunnel to other Host
Shadow Hawkins on Friday, 20 May 2005 20:58:27
Hi,
I have create a new tunnel between my Tunnel Server and a new HOST:
My Tunnel IPv6:
2001:6f99:900:5199::2
router:
2001:6f99:900:5199::1
Subnet:
2001:6f99:1399::/48
Server:
ip tunnel add tun6to4 mode sit ttl 64 remote 81.99.99.49 local 80.99.9.90
ip link set tun6to4 up
ip link set mtu 1280 dev tun6to4
ip tunnel change tun6to4 ttl 64
ip -6 addr add 2001:6f8:13b2:51a9:b731::1/80 dev tun6to4
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
sysctl -w net.ipv6.conf.all.forwarding=1
Client:
ip tunnel add tun6to4 mode sit ttl 64 remote 80.190.250.90 local 81.169.183.49
ip link set tun6to4 up
ip link set mtu 1280 dev tun6to4
ip tunnel change tun6to4 ttl 64
ip -6 addr add 2001:6f8:13b2:51a9:b731::2/80 dev tun6to4
ip -6 route add default via 2001:6f8:13b2:51a9:b731::1 dev tun6to4 metric 1
The Client can ping 2001:6f8:13b2:51a9:b731::1 and 2001:6f99:900:5199::2 and 2001:6f99:900:5199::1, but no other IPv6:
ping6 www.6bone.net
PING www.6bone.net(www.6bone.net) 56 data bytes
From 2001:6f8:13b2:51a9:b731::1 icmp_seq=1 Destination unreachable: No route
From 2001:6f8:13b2:51a9:b731::1 icmp_seq=2 Destination unreachable: No route
From 2001:6f8:13b2:51a9:b731::1 icmp_seq=3 Destination unreachable: No route
what is wrong?
Christian Lange
IPv6 Subnet route via tunnel to other Host
Jeroen Massar on Saturday, 21 May 2005 16:42:39
Where did you get the 2001:6f99:900:5199::2 IP from? The prefix is not even assigned to any organization at the moment.
IPv6 Subnet route via tunnel to other Host
Shadow Hawkins on Sunday, 22 May 2005 19:23:54
Sorry, i have replaced the IPv6 with a otherone, because i have postet the problem in a other forum.
now the subnet routing is working,
but only when i create at first the tunnel HOST_A to HOST_B and then HOST_A to sixxs.
Christian
Posting is only allowed when you are logged in. |