RE: IPFW won't go away! - Solved!

2005-09-26 Thread Paul
Thanks Tofik and Dave. It was in /boot/loader.conf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tofik Suleymanov Sent: 26 September 2005 17:45 To: Paul Cc: freebsd-questions@freebsd.org Subject: Re: IPFW won't go away! Paul wrote: >Had a

RE: IPFW won't go away!

2005-09-26 Thread Dave McCammon
Did you install the kernel after building? At least the one without the IPFIREWALL* option? (in /usr/src) make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL Also check /boot/loader.conf for ipfw_load="YES" and make sure /boot/defaults/loader.conf says ipfw_load="NO".

Re: IPFW won't go away!

2005-09-26 Thread Tofik Suleymanov
Paul wrote: Had a look in /etc/defaults/rc.conf and it was defaulted to "NO". Could you please post your /boot/loader.conf ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

RE: IPFW won't go away!

2005-09-26 Thread Paul
d_enable="YES" #Other deamons pureftpd_enable="YES" apache2_enable="YES" apache2ssl_enable="YES" mysql_enable="YES" #Random stuff local_startup="/usr/local/etc/rc.d" # -- sysinstall generated deltas -- # Tue Sep 20 22:08:35 2005 keymap=&

RE: IPFW won't go away!

2005-09-26 Thread Bob Middaugh
day, September 26, 2005 10:01 AM > To: freebsd-questions@freebsd.org > Subject: Re: IPFW won't go away! > > Hi, > > > > Thanks for your responses so far. > > > > I have tried explicitly tried to disable it using: > ipfw_enable="NO" and f

Re: IPFW won't go away!

2005-09-26 Thread Paul
Hi, Thanks for your responses so far. I have tried explicitly tried to disable it using: ipfw_enable="NO" and firewall_enable="NO" in /etc/rc.conf My kernel configuration file doesn't contain any IPFIREWALL options. I did try adding "options IPFIREWALL_DEFAULT_TO_ACCEPT" and recompili

Re: IPFW won't go away!

2005-09-26 Thread Ivailo Tanusheff
Just add: options IPFIREWALL_DEFAULT_TO_ACCEPT in your kernel configuration file. If you are using IPV6, also add: options IPV6FIREWALL_DEFAULT_TO_ACCEPT Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD tel. +359 2 921 7161 fax +359 2 921 7110 http://ww

Re: IPFW won't go away!

2005-09-26 Thread Ashley Moran
Paul wrote: Hi, I run ipf and ipnat. Recently I recompiled the kernel and since then ipfw loads at boot and blocks all my traffic. How do I disable it permanently or uninstall it? I have checked and double checked that it is not in my /etc/rc.conf and kernel config file. So I don't know why