Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jan 2000 20:55:08 -0800 (PST)
From:      William Woods <freebsd@cybcon.com>
To:        Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: IPv6 testing...willing to help
Message-ID:  <XFMail.000107205508.freebsd@cybcon.com>
In-Reply-To: <20000108133114L.shin@nd.net.fujitsu.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
>   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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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
<full-duplex> 10baseT/UTP
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 fe80:4::1 prefixlen 64
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
        inet6 fe80:5::200:f8ff:fe23:5cb5 prefixlen 64
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
        inet6 fe80:6::200:f8ff:fe23:5cb5 prefixlen 64
gif2: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
        inet6 fe80:7::200:f8ff:fe23:5cb5 prefixlen 64
gif3: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
        inet6 fe80:8::200:f8ff:fe23:5cb5 prefixlen 64
faith0: flags=8002<BROADCAST,MULTICAST> 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 <freebsd@cybcon.com>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000107205508.freebsd>