Tagged Questions
2
votes
1answer
119 views
How to configure OpenBSD pf to only allow inbound from given countries?
I have an OpenBSD 5.2 box what's running a webserver on port 80 and an SSHD server on port 2222.
How can I configure OpenBSD's pf to only allow connections from given countries to port 80 and 2222?
2
votes
1answer
276 views
NAT and source IP filtering in PF, using OpenBSD >= 4.7
I just read a book about PF (The Book Of PF, No Starch), but there's one question not answered by it.
If I have a gateway machine using two interfaces, $int_if and $ext_if, and I NAT the packages ...
3
votes
1answer
256 views
Converting a line from a firewall on OpenBSD 4.9 to OpenBSD 4.7
What is the OpenBSD 4.7 equivalent of this line from OpenBSD 4.9 for use with pf?
no nat on egress proto udp from 192.168.1.10 port 4672 to any
3
votes
1answer
220 views
Setting up the firewall for amule on OpenBSD 4.7 gateway
I'm trying to properly setup the firewall on my gateway (OpenBSD 4.7) using pf to allow amule (on 10.0.0.104) to operate properly as discussed here:
Now I know pf has changed a bit from OpenBSD 4.7 ...