Re: ipfw query..

2001-02-16 Thread Mike Bytnar
sysctl -w net.inet.ip.fw.one_pass=0 This flag allows packets to pass through the pipes, until they are accepted by a pass or fail rule. But the configuration can be tricky. Another way is to place your packet processing (such as natd) first, then pass through the pipes. --Mike Chris Elsworth wr

'make installworld' fails over NFS mount

2001-02-06 Thread Mike Bytnar
'make installworld' fails over an NFS mount, but executes correctly on the machine that executed 'make buildworld'. Anyone else encounter this problem? Here are the steps I followed for the host machine "eng": 1. update to the latest STABLE source tree from CVS. 2. build the world eng# cd