At 11:06 AM 05/10/2003, [EMAIL PROTECTED] 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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to