RE: [gentoo-user] Machine doesn't respond to broadcast ping.

2009-06-25 Thread Adam Carter
> It shouldn't matter, anyway, if they're all behind a NAT router, > should it? Correct. Since a broadcast ping from the Internet cant make it to your network, you're fine. Surprised about MacOSX tho...

Re: [gentoo-user] Machine doesn't respond to broadcast ping.

2009-06-25 Thread Stroller
On 25 Jun 2009, at 08:10, Adam Carter wrote: I've got one machine here on the LAN which isn't responding to broadcast ping. Any idea why not? You need to set icmp_echo_ignore_broadcasts to 0. Default is 1, mainly for dos prevention: # sysctl net.ipv4.icmp_echo_ignore_broadcasts=0 I thou

RE: [gentoo-user] Machine doesn't respond to broadcast ping.

2009-06-25 Thread Adam Carter
> > I've got one machine here on the LAN which isn't responding to broadcast > > ping. Any idea why not? > > You need to set icmp_echo_ignore_broadcasts to 0. Default is > 1, mainly for dos prevention: > > # sysctl net.ipv4.icmp_echo_ignore_broadcasts=0 I thought it would default to off in most O

Re: [gentoo-user] Machine doesn't respond to broadcast ping.

2009-06-24 Thread Eray Aslan
On 25.06.2009 07:34, Stroller wrote: > I've got one machine here on the LAN which isn't responding to broadcast > ping. Any idea why not? You need to set icmp_echo_ignore_broadcasts to 0. Default is 1, mainly for dos prevention: # sysctl net.ipv4.icmp_echo_ignore_broadcasts=0 -- Eray