Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Oct 2003 11:48:51 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "Brunoc@quipo.it" <brunoc@quipo.it>, <freebsd-questions@freebsd.org>
Subject:   Re: Ping response: sendto: Permission denied
Message-ID:  <6.0.0.22.0.20031005114351.07ead630@209.112.4.2>
In-Reply-To: <001601c38b52$4b0b0b60$3bc35e3e@computer>
References:  <007001c38b45$4f1b4f60$c90e5e3e@computer> <6.0.0.22.0.20031005094902.058701c0@209.112.4.2> <001601c38b52$4b0b0b60$3bc35e3e@computer>

next in thread | previous in thread | raw e-mail | index | archive | help
At 11:06 AM 05/10/2003, Brunoc@quipo.it wrote:


>'ipfw show' output:
>65535 14 1068 deny ip from any to any

ipfw show is telling you that you have one firewall rule which denys 
everything from everything-- hence when you ping anything you get the 
error.  You should add to /etc/rc.conf

firewall_enable="YES"           # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="OPEN"            # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO"             # Set to YES to suppress rule display
firewall_logging="YES"          # Set to YES to enable events logging

as you have it defined in your kernel.
then do an 'ipfw show' and compare the output.


>'kldstat' output:
>Id Refs Address    Size     Name
>  1    4 0xc0100000 2cac40   kernel
>  2    1 0xc0e91000 4000     logo_saver.ko
>  3    2 0xc0e96000 11000    linux.ko
>  4    1 0xc0ebb000 2000     rtc.ko


this tells you that you have as kernel modules, linux, screensaver and rtc 
loaded and not statically compiled into your kernel.

         ---Mike 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.0.20031005114351.07ead630>