Ping response: sendto: Permission denied

Brunoc at quipo.it brunoc at quipo.it
Sun Oct 5 09:03:27 PDT 2003


Thank you very much Mike

----- Original Message ----- 
From: "Mike Tancsa" <mike at sentex.net>
To: "Brunoc at quipo.it" <brunoc at quipo.it>; <freebsd-questions at freebsd.org>
Sent: Sunday, October 05, 2003 5:48 PM
Subject: Re: Ping response: sendto: Permission denied


At 11:06 AM 05/10/2003, Brunoc at 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 

_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]



---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]



More information about the freebsd-questions mailing list