From owner-freebsd-current Fri Jan 7 20:53:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 61FEE1509B for ; Fri, 7 Jan 2000 20:53:29 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-5.cybcon.com [205.147.75.6]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id UAA04705; Fri, 7 Jan 2000 20:53:26 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000108133114L.shin@nd.net.fujitsu.co.jp> Date: Fri, 07 Jan 2000 20:55:08 -0800 (PST) From: William Woods To: Yoshinobu Inoue Subject: Re: IPv6 testing...willing to help Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > options INET6 #IPv6 communications protocols > options IPSEC #IP security > options IPSEC_ESP #IP security (crypto; define w/ IPSEC) > options IPSEC_IPV6FWD #IP security tunnel for IPv6 > options IPSEC_DEBUG #debug for IP security > > pseudo-device gif 4 #IPv6 and IPv4 tunneling > pseudo-device faith 1 #for IPv6 and IPv4 translation Well, kernel compiled and booted just fine with these and all seems well. > ifconfig -a > netstat -rn -f inet6 Here is the output from ifconfig -a: bash-2.03$ ifconfig -a de0: flags=8843 mtu 1500 inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80:1::200:f8ff:fe23:5cb5 prefixlen 64 ether 00:00:f8:23:5c:b5 media: autoselect (10baseT/UTP) status: active supported media: autoselect 10base5/AUI manual 10baseT/UTP 10baseT/UTP sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet6 fe80:4::1 prefixlen 64 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 gif0: flags=8010 mtu 1280 inet6 fe80:5::200:f8ff:fe23:5cb5 prefixlen 64 gif1: flags=8010 mtu 1280 inet6 fe80:6::200:f8ff:fe23:5cb5 prefixlen 64 gif2: flags=8010 mtu 1280 inet6 fe80:7::200:f8ff:fe23:5cb5 prefixlen 64 gif3: flags=8010 mtu 1280 inet6 fe80:8::200:f8ff:fe23:5cb5 prefixlen 64 faith0: flags=8002 mtu 1500 and the output from netstat -rn -f inet bash-2.03$ netstat -rn -f inet Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.0.1 UGSc de0 127.0.0.1 127.0.0.1 UH lo0 192.168 link#1 UC de0 => 192.168.0.1 0:50:4:f1:b5:7b UHLW de0 1024 > And if ping6 or traceroute6 to those addrs are successful. bash-2.03$ ping6 192.168.0.1 ping6: No address associated with hostname All tests were done on a DEC Alphastation 233, running: 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Sat Jan 8 18:46:15 PST 2000 ---------------------------------- E-Mail: William Woods Date: 07-Jan-00 Time: 20:50:41 FreeBSD 3.4 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message