Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]
Hi, in the process of configuring my ppp to access some internet provider (I'm using an analog modem), at a certain point of the configuration, I want to test my network with ping,with these results: root# ping localhost PING localhost.singles.it (127.0.0.1): 56 data bytes ping: sendto:

Re: Ping response: sendto: Permission denied

2003-10-05 Thread Mike Tancsa
Are you sure you dont have ipfw configured in the kernel ? What does ipfw show kldstat give ? ---Mike At 09:33 AM 05/10/2003, [EMAIL PROTECTED] wrote: Hi, in the process of configuring my ppp to access some internet provider (I'm using an analog modem), at a certain point of the

Re: Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]
PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 3:50 PM Subject: Re: Ping response: sendto: Permission denied Are you sure you dont have ipfw configured in the kernel ? What does ipfw show kldstat give ? ---Mike At 09:33 AM 05/10/2003, [EMAIL PROTECTED] wrote: Hi

Re: Ping response: sendto: Permission denied

2003-10-05 Thread Mike Tancsa
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

Re: Ping response: sendto: Permission denied

2003-10-05 Thread [EMAIL PROTECTED]
Thank you very much Mike - Original Message - From: Mike Tancsa [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 5:48 PM Subject: Re: Ping response: sendto: Permission denied At 11:06 AM 05/10/2003, [EMAIL PROTECTED] wrote

Re: Ping response: sendto: Permission denied

2003-10-05 Thread Ion-Mihai Tetcu
On Sun, 05 Oct 2003 11:48:51 -0400 Mike Tancsa [EMAIL PROTECTED] wrote: 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