Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 15:48:11 +0900
From:      itojun@iijlab.net
To:        Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: ipv6 over ipv4 tunneling configuration for FreeBSD-4.0
Message-ID:  <5487.956213291@coconut.itojun.org>
In-Reply-To: jens-ulrik.petersen's message of 20 Apr 2000 10:42:37 JST. <m3k8ht1raq.fsf@tolnx04.europe.nokia.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>There are a number of examples around of how to configure tunneling
>with Kame, but does anyone have explicit examples of configuration
>files for release 4.0.  Either using "/etc/rc.network6" or home-brewed
>scripts.
>
>Some explicit examples or pointers to them would be greatly
>appreciated.

	yup, how to configure /etc/rc.* is quite different from KAME
	distribution and FreeBSD 4.0-RELEASE.

	If you want an RFC1933 configured tunnel between 10.1.1.1 (your node)
	and 20.1.1.1 (the other node), you may want to add the following
	to rc.conf.  after this configuration, gif interface should work
	just like other point-to-point interfaces.  you can run routing
	daemons to route your IPv6 traffic to the peer, or you may want to
	configure IPv6 addresses manually using ifconfig.

	see /etc/defaults/rc.conf for some examples.

itojun


gif_interfaces="gif0"
gifconfig_gif0="10.1.1.1 20.1.1.1"


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?5487.956213291>