Re: IPFW/Divert problem...

2007-11-06 Thread Eric F Crist
On Nov 6, 2007, at 9:28 AM, Andrey V. Elsukov wrote: Eric F Crist wrote: In the your /etc/ipfw.sh script you should use "-f" flag when you run ipfw flush command. I am, but that has nothing to do with my problem. My problem is that, during system boot, I'm asked the following question: Lo

Re: IPFW/Divert problem...

2007-11-06 Thread Andrey V. Elsukov
Eric F Crist wrote: > > In the your /etc/ipfw.sh script you should use "-f" flag when you run > > ipfw flush command. > I am, but that has nothing to do with my problem. My problem is that, > during system boot, I'm asked the following question: > Loading divert daemons Are you sure? [yn]: > The

Re: IPFW/Divert problem...

2007-11-06 Thread Eric F Crist
On Nov 6, 2007, at 7:32 AM, Andrey V. Elsukov wrote: Eric F Crist wrote: firewall_enable="YES" firewall_script="/etc/ipfw.sh" FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not really using it for

Re: IPFW/Divert problem...

2007-11-06 Thread Andrey V. Elsukov
Eric F Crist wrote: firewall_enable="YES" firewall_script="/etc/ipfw.sh" FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not really using it for anything other than accounting. In the your /etc/ipfw.

Re: IPFW/Divert problem...

2007-11-05 Thread Andrey V. Elsukov
Eric F Crist wrote: I've been working on doing some bandwidth accounting with ipfw count rules, but I've come across a very crappy problem. After adding the following two lines to /etc/rc.conf, I'm posed with a question during boot: Loading divert daemons are you sure [yn]: About which lines