#!/bin/sh # # set up the masq function # # Runs AFTER rc.filter # # changed to a class B local net # /sbin/ipfwadm -F -a accept -m -S 10.0.0.0/8 -D 0.0.0.0/0 -W eth1:0 /sbin/ipfwadm -F -a accept -m -S 10.0.0.0/8 -D 0.0.0.0/0 #