Hi Omer, I have been able to do it using: apt-get install tspc
verify tun works: ifconfig tun and ping: ipv6.google.com PING ipv6.google.com(2001:4860:0:1001::68) 56 data bytes 64 bytes from 2001:4860:0:1001::68: icmp_seq=1 ttl=52 time=305 ms 64 bytes from 2001:4860:0:1001::68: icmp_seq=3 ttl=52 time=494 ms 64 bytes from 2001:4860:0:1001::68: icmp_seq=4 ttl=52 time=505 ms ^C --- ipv6.google.com ping statistics --- 5 packets transmitted, 3 received, 40% packet loss, time 4013ms rtt min/avg/max/mdev = 305.720/435.197/505.567/91.669 ms I also found http://www.cyberciti.biz/faq/tspc-debian-ubuntu-linux-configure-ipv6-tunnel/ as reference But since it worked without a hitch didn't have to use it. So I see two options: 1) Your firewall is blocking 2) Your NAT hinders it Try to play with tunnel_mode=v6anyv4 and if_tunnel_v6v4=sit1, if_tunnel_v6udpv4=tun They appear to (in several mailing list) allow you to circumvent the firewall issue. You can use ethereal (wireshark) to see the data being sent on port 3653 - as well as the channel being built. On Friday 07 November 2008 14:32:23 Omer Zak wrote: > After installation of the tspc package (version 2.1.1-6), the tspc > daemon can be started and when started, it sets up the sit1 interface > (which can be viewed by /sbin/ifconfig) and ping6 to the assigned IPv6 > address works. > > Since I am reluctant to register for a channel broker, I use the > anonymous login to anon.freenet6.net. > > The problem is that even after setting up the tunnel, attempts to ping6 > IPv6 hosts (such as ipv6.google.com or www.ipv6.uni-muenster.de) yield > no response. > > Is there anything I should do besides starting the aforementioned > daemon? > According to http://www.howtoforge.com/using-ipv6-on-debian-etch, I > should set up also sit0 interface. What are the roles of sit0 and sit1, > and why are both necessary? Is there anything I should do to get tspc > to set up also sit0? > > --- Omer -- Noam Rathaus CTO [EMAIL PROTECTED] http://www.beyondsecurity.com "Know that you are safe." Beyond Security Finalist for the "Red Herring 100 Global" Awards 2007 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
