1 #!/bin/sh 2 # 3 # set up the masq function 4 # 5 # Runs AFTER rc.filter 6 # 7 # changed to a class B local net 8 # 9 /sbin/ipfwadm -F -a accept -m -S 10.0.0.0/8 -D 0.0.0.0/0 -W eth1:0 10 /sbin/ipfwadm -F -a accept -m -S 10.0.0.0/8 -D 0.0.0.0/0 11 #