You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
BSDForen.de - Die BSD-Community
Hallo zusammen, wie würde die folgende iptables Regel bei pf lauten?
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables -A INPUT -i eth0 -s 192.168.0.1 -p tcp --sport 80 -j ACCEPT
iptables -A OUTPUT -o eth0 -d 192.168.0.1 -p tcp --dport 80 -j ACCEPT