elite_syntax
09-11-2003, 12:18 PM
Would this firewall rule work.If i have 192.168.1xxx for my main pc?
# This rule will accept connections from local machines.
$IPT -A INPUT -i lo -j ACCEPT
$IPT -A INPUT -s 192.168.1.0/24 -d 0/0 -p all -j ACCEPT
:confused:
# This rule will accept connections from local machines.
$IPT -A INPUT -i lo -j ACCEPT
$IPT -A INPUT -s 192.168.1.0/24 -d 0/0 -p all -j ACCEPT
:confused: