Hi folks, i hope you'll help me to configure my ipv6 tunnel.
First, i create my tunnel in:
Hurricane Electric Free IPv6 Tunnel Broker
My IP is 83.228.93.34
in HE:
------------------------
Server IPv4 address: 216.66.84.46
Server IPv6 address: 2001:470:1f14:16a::1/64
Client IPv4 address: [Update] 83.228.93.34
Client IPv6 address: 2001:470:1f14:16a::2/64
------------------------
Routed /48: none
Routed /64: 2001:470:1f15:16a::/64
RDNS Delegation NS1: [Update] ns1.afraid.org
RDNS Delegation NS2: [Update] ns2.afraid.org
RDNS Delegation NS3: [Update] none
------------------------
Also i get the example configuration script for Solaris:
ifconfig ip.tun0 inet6 plumb
ifconfig ip.tun0 inet6 tsrc 83.228.93.34 tdst 216.66.84.46 up
ifconfig ip.tun0 inet6 addif 2001:470:1f14:16a::2 2001:470:1f14:16a::1 up
route add -inet6 default 2001:470:1f14:16a::1
So, i run it
# sh ipv6.sh
Created new logical interface ip.tun0:1
add net default: gateway 2001:470:1f14:16a::1
and after this, i have no answer from my ipv6 router
# ping -A inet6 2001:470:1f14:16a::1
no answer from 2001:470:1f14:16a::1
Any ideas, how to fix this and make it work?
Thanks!