Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2001 17:31:56 -0000
From:      "FreeBSDlover FreeBSDlover" <freebsdlover@hotmail.com>
To:        freebsd-net@freebsd.org
Subject:   config tunneling
Message-ID:  <F264B57vS2q2R1n5fmp00006787@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi,
Pls look at the following configuration.
---------                           ---------
|        |                         |         |
|     R  |-------------------------|     H   |
|        |                         |         |
---------                          ----------
R = 192.168.3.1                    H = 192.168.3.5
H = 192.168.3.5                    R = 192.168.3.1

I have done the following steps
Step1:In Router side
ifconfig gif0 up
gifconfig gif0 192.168.3.1 192.168.3.5
route add –inet6 default –interface gif0

Step2:In Host side
ifconfig gif0 up
gifconfig gif0 192.168.3.5 192.168.3.1
route add –inet6 default –interface gif0

Step3:
ping6 -I gif0 ff02::1
My Problem : IT DID NOT WORK
My Doubts:
1.Is this the proper configuration?
2.How to test configured tunneling mechanism in the above configuration
diagram.

with regds,
FreeBSDlover


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




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