Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Feb 2008 14:53:39 +0100
From:      Erik Norgaard <norgaard@locolomo.org>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: pf.conf for variable interfaces
Message-ID:  <47AC5EE3.1010003@locolomo.org>
In-Reply-To: <20080208133822.GA46647@demeter.hydra>
References:  <20080208133822.GA46647@demeter.hydra>

next in thread | previous in thread | raw e-mail | index | archive | help
Chad Perrin wrote:
> I'm setting up PF on a FreeBSD laptop that sometimes uses the wireless
> device (iwi0) as its external interface, and sometimes uses the RJ-45
> ethernet device (bge0) as its external interface.  Unfortunately, I
> haven't figured out yet how to make that happen.

How about this:

ext_ifs = "{" iwi0 bge0 "}"
block in quick on ext_ifs all
pass out quick on ext_ifs all keep state
...


As long as you don't need statements like iwi0:network which you 
shouldn't on an endpoint, then I guess this will work.

Erik



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