[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PF on router



Hello.

I am setting up a router with a bunch of if's. I will not do any NAT or fire walling.

I want to protect the router and it's if's with PF without blocking any traffic not destined to the router.

Late tonight I came up with this pf.conf and I would like to have some feedback on it

#pf.conf

table <ifips> { xxx.xxx.xxx.xxx }
table <noc> { xxx.xxx.xxx.xxx }

pass in quick proto tcp from <noc> to any port 22 keep state

block out quick from any to <ifips>

pass in all
pass out all


/J _______________________________________________ freebsd-pf_(_at_)_freebsd_(_dot_)_org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscribe_(_at_)_freebsd_(_dot_)_org"



Visit your host, monkey.org