Tagged Questions
2
votes
1answer
284 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 ...
2
votes
3answers
543 views
How can I secure an OpenBSD-based Apache webserver?
I have an OpenBSD server that has a running webserver (the built-in apache web srv).
How can I harden this setup? I want to only server static html files, no php, no sql.
1
vote
0answers
151 views
openBSD static ip can't connect
I have set /etc/hostname.msk0 to
inet 192.168.1.102 255.255.255.0 NONE
and /etc/mygate to
192.168.1.1
but still can't ping the router (192.168.1.1) do I need to configure dns to ping ?
...