On Thursday 06 March 2003 12:19, Josh Brooks wrote: > Hello, > > I want to: > > kldload ipfw.ko > > but I am not near the physical machine, and cannot type in an allow rule > after loading the module - by default all traffic will be denied. > How can I load the ipfw.ko module but not knock myself off the network ?
try this : kldload ipfw.ko ; ipfw add 50000 allow ip from any to any or even better : kldload ipfw.ko ; sh /etc/rc.firewall > My only thought was to put an `ipfw add` rule into a cron job to run one > minute after I load the module, but that seems silly :) grtz, Daan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message