Hi,

I've been testing IPv6 over IPv4 over User-PPP over ISDN on Freebsd 4.3-stable. 

I've managed to establish the PPP/ISDN connection between a machine acting as a server 
and the other as a client (using Xyzel TA). Both the machine can ping to one another.

But the problem arises when I try to establish a tunnel(ipv6 o ipv4) using gif via the 
PPP/ISDN connection which uses tun interface.

Here's what I did:

Assuming the server has 10.0.0.1 and client has 10.0.0.2 address on their tun 
interfaces.

##server side##

ifconfig gif0 up 
ifconfig gif0 IPv6src-add IPv6dst-add
gifconfig gif0 10.0.0.1 10.0.0.2

##client side##

ifconfig gif0 up
ifconfig gif0 Ipv6src-add IPv6dst-add
gifconfig gif0 10.0.0.2 10.0.0.1

At this stage, I should be able to ping6 -I gif0 ff02::1 to verify that the gif tunnel 
is establish. However, it didn't on tun interface.

As far as I know, it worked when i tried tunnelling on physical interfaces like xl0 or 
xl1 with valid IPv4 addresses.


Anyone got any ideas?

btw, anyone knows about or tried PPPv6 ??


thanks in advance,

Kim Chua
Multimedia Super Corridor (MSC)
Cyberjaya
Malaysia





















Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp

---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to