[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ipfw vs ipchains



to share internet connection using redhat box I use:
echo 1> /proc/sys/net/ipv4/ip_forward
ipchains -P forward DENY
ipchians -A forward -s 192.168.1.1/24 -j MASq
 
what is the equivalent using ipfw on freeBSD box?
 
didier