Hi,

My provider does support ipv6. The person in charge of ipv6 has send me this
parameters to get ipv6 working on my freebsd boxes. (4.5-p23).
IPv6 net    : 2001:7a8:10dd::/48
Interconnect : 2001:7a8:1:a0de::/64 (::1  ISP, ::2 User)
Endpoint IPv4  : 62.4.16.54
Personally I'm a newbie with ipv6 and freebsd.
I tried the next commands:

zenith# ifconfig gif0 create
zenith# ifconfig gif0 giftunnel 62.212.96.132 64.4.16.54
zenith# ifconfig gif0 inet6 2001:7a8:1:a0de::2/64
zenith# route add -inet6 default 2001:7a8:1:a0de::1
add net default: gateway 2001:7a8:1:a0de::1
zenith# ipf -6f /etc/ipf6.rules
---
pass in quick proto ipv6 all
pass out quick proto ipv6 all
----
zenith# ping www.kame.net
PING apple.kame.net (203.178.141.220): 56 data bytes
64 bytes from 203.178.141.220: icmp_seq=0 ttl=240 time=324.721 ms
64 bytes from 203.178.141.220: icmp_seq=1 ttl=240 time=329.131 ms
64 bytes from 203.178.141.220: icmp_seq=2 ttl=240 time=324.902 ms
^C
--- apple.kame.net ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 324.721/326.251/329.131/2.038 ms
zenith# ping6 www.kame.net
PING6(56=40+8+8 bytes) 2001:7a8:1:a0de::2 -->
2001:200:0:4819:210:f3ff:fe03:4d0
^C
--- apple.kame.net ping6 statistics ---
12 packets transmitted, 0 packets received, 100% packet loss


If you have any idea concerning this problem, please email me.

Thanks in advance,

Michel Gravey



---
attached ifconfig
---
zenith# ifconfig
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=3<rxcsum,txcsum>
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
        inet6 fe80::201:2ff:fef1:803f%xl0 prefixlen 64 scopeid 0x1
        ether 00:01:02:f1:80:3f
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
xl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=3<rxcsum,txcsum>
        inet 10.0.0.139 netmask 0xffffff00 broadcast 10.0.0.255
        inet6 fe80::201:2ff:fea8:1078%xl1 prefixlen 64 scopeid 0x2
        ether 00:01:02:a8:10:78
        media: Ethernet autoselect (10baseT/UTP)
        status: active
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
stf0: flags=0<> mtu 1280
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
        inet 127.0.0.1 netmask 0xff000000
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
        inet6 fe80::201:2ff:fef1:803f%tun0 prefixlen 64 scopeid 0x7
        inet 62.212.96.132 --> 62.4.16.251 netmask 0xff000000
        Opened by PID 55
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
        inet 62.212.96.132 --> 64.4.16.54 netmask 0xff000000
        inet6 2001:7a8:1:a0de::2 prefixlen 64


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to