Date: Fri, 2 Dec 2005 11:14:53 +0300 From: Yar Tikhiy <yar@comp.chem.msu.su> To: Boris Kochergin <spawk@acm.poly.edu> Cc: freebsd-rc@freebsd.org Subject: Re: GRE tunnel on startup with rc.conf Message-ID: <20051202081452.GB12291@comp.chem.msu.su> In-Reply-To: <438B0F2D.2050106@acm.poly.edu> References: <438B0F2D.2050106@acm.poly.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 28, 2005 at 09:07:41AM -0500, Boris Kochergin wrote: > > Is there a way to configure GRE tunnels on startup via rc.conf? I didn't > find anything in the man page or in /etc/defaults/rc.conf. gre(4) is just another pseudo interface, cloneable and configurable with ifconfig(8): # begin rc.conf snippet cloned_interfaces="gre0" ifconfig_gre0="inet 1.1.1.1 2.2.2.2 tunnel 3.3.3.3 4.4.4.4 up" # end rc.conf snippet See gre(4) for some implementation caveats. -- Yar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051202081452.GB12291>
