From owner-freebsd-questions Tue Nov 21 22:28:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwcsun41.cwc.nus.edu.sg (cwcsun41.cwc.nus.edu.sg [137.132.163.102]) by hub.freebsd.org (Postfix) with ESMTP id 5B87237B4E5 for ; Tue, 21 Nov 2000 22:28:35 -0800 (PST) Received: from Beyond.cwc.nus.edu.sg ([172.16.3.32]) by cwcsun41.cwc.nus.edu.sg (8.9.3/8.9.3) with ESMTP id OAA29353 for ; Wed, 22 Nov 2000 14:27:40 +0800 (SGT) Message-Id: <4.3.2.7.0.20001122142712.00af1220@postman.cwc.nus.edu.sg> X-Sender: yipmf@postman.cwc.nus.edu.sg X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 22 Nov 2000 14:30:00 +0800 To: freebsd-questions@freebsd.org From: Yip Mann Fai Subject: 6to4 problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've a machine running FreeBSD 4.1 and I want to use it to connect to the 6bone using 6to4 encapsulation. However, I've yet to succeed and am encountering problems or sorts also. I'm using the KAME stack that comes with the FreeBSD 4.1 distribution. The following is the configuration that I have in my /etc/rc.conf file... ipv6_enable="YES" ipv6_gateway_enable="YES" ipv6_router_enable="NO" ipv6_network_interfaces="lo0 xl0" ipv6_prefix_xl0="2002:8984:a376:0" ipv6_static_route="default" ipv6_route_default="default 6to4.ipv6.microsoft.com" stf_interface_ipv4addr="137.132.163.118" I've also recompiled my kernel with the "pseudo-device stf 1" option. Now the problem... After all the above has been done, rebooted the machine and when I tried to "ping6 6to4.ipv6.microsoft.com" or any other 6to4 or 6bone address, I couldn't get a reply at all. It just waits indefinitely for a reply. When I do a ifconfig stf0, it showed stf0: flags=1 mtu 1280 inet6 2002:8984:a376::1 prefixlen 16 stf0 is only UP but not RUNNING and it also does not have a link local address attached to it. Is this what is causing the problem that I'm facing? I've been trying to solve this problem for a week without any progress and its getting really frustrating. Please advise. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message