Date: Sun, 5 Oct 2003 18:03:21 +0200 From: "Brunoc@quipo.it" <brunoc@quipo.it> To: "Mike Tancsa" <mike@sentex.net> Cc: freebsd-questions@freebsd.org Subject: Re: Ping response: sendto: Permission denied Message-ID: <004501c38b5a$33d4afc0$3bc35e3e@computer> References: <007001c38b45$4f1b4f60$c90e5e3e@computer> <6.0.0.22.0.20031005094902.058701c0@209.112.4.2> <001601c38b52$4b0b0b60$3bc35e3e@computer> <6.0.0.22.0.20031005114351.07ead630@209.112.4.2>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you very much Mike ----- Original Message -----=20 From: "Mike Tancsa" <mike@sentex.net> To: "Brunoc@quipo.it" <brunoc@quipo.it>; <freebsd-questions@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@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=20 everything from everything-- hence when you ping anything you get the=20 error. You should add to /etc/rc.conf firewall_enable=3D"YES" # Set to YES to enable firewall = functionality firewall_script=3D"/etc/rc.firewall" # Which script to run to set up the = firewall firewall_type=3D"OPEN" # Firewall type (see /etc/rc.firewall) firewall_quiet=3D"NO" # Set to YES to suppress rule display firewall_logging=3D"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=20 loaded and not statically compiled into your kernel. ---Mike=20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004501c38b5a$33d4afc0$3bc35e3e>