Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 11:25:37 -0500
From:      Steve Ames <steve@energistic.com>
To:        "Karl M. Joch" <k.joch@kmjeuro.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RELENG_5_1 doesnt build gifconfig
Message-ID:  <20030712162537.GA42996@energistic.com>
In-Reply-To: <3F103470.8080409@kmjeuro.com>
References:  <3F103470.8080409@kmjeuro.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 12, 2003 at 06:16:48PM +0200, Karl M. Joch wrote:
> i have a 5.1 box running which is in production because the need of vmware3.
> 
> wanted to setup some ipsec tunnels and miss gifconfig. it is still in 
> the source tree, but doesnt build with buildworld. cleaned out src and 
> obj and cvs a new src tree but still the same.

I believe that most of gifconfig was rolled into ifconfig. You can
use 'ifconfig gif0 create' to dynamically create gif devices. You
create tunnels using the 'tunnel' option to ifconfig:

    tunnel src_addr dest_addr
            (IP tunnel devices only.)  Configure the physical source and des-
            tination address for IP tunnel interfaces (gif(4)).  The argu-
            ments src_addr and dest_addr are interpreted as the outer
            source/destination for the encapsulating IPv4/IPv6 header.

-Steve



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