On 3/7/06, Jim <[EMAIL PROTECTED]> wrote: > When my kid gets grounded I block the gameroom computer from getting to the > internet. The script that runs is > > #!/bin/sh - > cp /home/jmays/pf.conf.noGameroom /etc/pf.conf > pfctl -F rules -f /etc/pf.conf > pfctl -F nat -f /etc/pf.conf >
The script should probably read #!/bin/sh - cp /home/jmays/pf.conf.noGameroom /etc/pf.conf pfctl -F rules -f /etc/pf.conf pfctl -F nat -f /etc/pf. pfctl -k 192.168.100.130 --Bryan