Date: Sun, 4 Nov 2007 23:54:51 -0500 From: "Chris Haulmark" <chris@sigd.net> To: "Juri Mianovich" <juri_mian@yahoo.com>, <freebsd-questions@freebsd.org> Subject: RE: ipfw rule question ... all possible interfaces ? Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34B45D@ms05.mailstreet2003.net> In-Reply-To: <968423.23711.qm@web45616.mail.sp1.yahoo.com> References: <968423.23711.qm@web45616.mail.sp1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
=20 >=20 > Is there a way to tell ipfw: >=20 > "all interfaces currently configured on this system" ? >=20 > I have a laptop and at any time I could plug in a USB > NIC or plug in a pccard, in addition to the onboard > LAN and WIFI, either of which may or may not be > configured at boot time. >=20 > So the point is, the active, configured interfaces > changes regularly. >=20 > So if I have a rule like: >=20 > allow ip from any to any via iwi0 >=20 > that won't work well, and neither will: >=20 > allow ip from any to any via iwi0,abc0 >=20 > So is there any way to say "all interfaces currently > configured" and have that rule apply to new interfaces > automatically as they are added and subtracted from > the system ? Try this: allow ip from any to any Just leave out "via" >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6FC9F9894A9F8C49A722CF9F2132FC220F34B45D>