Re: FreeBSD is occasionally not replying to ICMP packets...

2010-11-20 Thread Tim Pozar
Yup... That was it. Thanks... Tim -- # sysctl -a | grep net.inet.icmp.icmplim net.inet.icmp.icmplim: 200 # sysctl net.inet.icmp.icmplim=0 net.inet.icmp.icmplim: 200 -> 0 # > cs01-200p-sfo#ping 10.1.0.2 repeat 1024 > > Type escape sequence to abort. > Sending 1024, 100-byte ICMP Echos to 10.1.0.

Re: FreeBSD is occasionally not replying to ICMP packets...

2010-11-20 Thread Ryan Stone
How many packets per second are you sending? By default FreeBSD will only send 200 ICMP responses per second. You can adjust this limit by setting the sysctl net.inet.icmp.icmplim. If you set it to 0 no limit will be enforced. Ryan Stone ___ freebsd-n

FreeBSD is occasionally not replying to ICMP packets...

2010-11-20 Thread Tim Pozar
Sending to a FreeBSD 8.0 RELEASE box from a cisco switch that the BSD box is directly connected to... > cs01-200p-sfo#ping netmon repeat 1024 > > Type escape sequence to abort. > Sending 1024, 100-byte ICMP Echos to 207.241.239.174, timeout is 2 seconds: >