I need to set up a firewall using iptables to restrict users by MAC address. I have one ethernet card on my server that is the 'outgoing' line and another that is the 'incoming' traffic from the ...
#iptables -t nat -A POSTROUTING -o $EXT -j MASQUERADE #/sbin/iptables -A FORWARD -i eth0 -o eth1 -m state --state ESTABLISHED,RELATED -j ACCEPT #/sbin/iptables -A ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results