Re: ICMP socket weirdness

2000-03-20 Thread Archie Cobbs
Garrett Wollman writes: When the program is run, if you ping the IP address from the local machine, it sees packets. However, if you ping it from a remote machine, it doesn't see packets. The ICMP never passes certain packets up to raw listeners. These include ECHO REQUEST, TIMESTAMP

Re: ICMP socket weirdness

2000-03-20 Thread Garrett Wollman
On Mon, 20 Mar 2000 11:03:07 -0800 (PST), Archie Cobbs [EMAIL PROTECTED] said: [Quoting my original description of icmp_input()'s behavior:] The ICMP never passes certain packets up to raw listeners. These include ECHO REQUEST, TIMESTAMP REQUEST, and SUBNET MASK REQUEST packets -- but not

ICMP socket weirdness

2000-03-18 Thread Garrett Wollman
On Fri, 17 Mar 2000 15:03:18 -0800 (PST), Archie Cobbs [EMAIL PROTECTED] said: When the program is run, if you ping the IP address from the local machine, it sees packets. However, if you ping it from a remote machine, it doesn't see packets. The ICMP never passes certain packets up to raw

ICMP socket weirdness

2000-03-17 Thread Archie Cobbs
Can someone explain the weird behavior I'm seeing from the program below?? When the program is run, if you ping the IP address from the local machine, it sees packets. However, if you ping it from a remote machine, it doesn't see packets. This is on a 3.4-REL machine.. it also happens on a