PF and MAC-Filtering ?
- From: Frank Staals <frankstaals@xxxxxxx>
- Date: Mon, 29 Jan 2007 14:31:01 +0100
I'm trying to get my FreeBSD gateway with PF firewall to only allow acces to my network and internet from a couple computers through MAC filtering. I couldn't realy find out what rules I should use; From the information I found on google I tried something like this but it seems that PF doesn't see the entrie(s) in my mac-table as a mac adres: ( only pasted the related rules ) :
block log
### Only allow WLAN connections from trusted Systems::
table <wlanmacs> persist file "/usr/local/etc/pf/wlanmacs"
pass in on $wlanif from src <wlanmacs> to any keep state
pass out on $wlanif from any to src <wlanmacs> keep state
with in /usr/local/etc/pf/wlanmacs one Mac adres on each line; example:
00:0b:7b:23:33:25
As I said it doesn't seem that PF gets that it should treat the entries in the table as mac-adresses. How can I do that ? Or is there a better way to achieve the same result ?
Regards,
--
-Frank Staals
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: PF and MAC-Filtering ?
- From: Philipp Wuensche
- Re: PF and MAC-Filtering ?
- Prev by Date: Cannot mount file-backed msdosfs filesystem
- Next by Date: [PMX:VIRUS] Returned mail: see transcript for details
- Previous by thread: Cannot mount file-backed msdosfs filesystem
- Next by thread: Re: PF and MAC-Filtering ?
- Index(es):