Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 2:52 PM, Les Mikesell wrote: > On Thu, Oct 4, 2012 at 12:45 PM, James Pifer wrote: >> No idea what this means. snmptrapd keeps running (strace snmptrapd -f >> -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over after the >> initial start: >> >> recv(7, "\1\22\0\0\r\0\0\0\0\

Re: [CentOS] lost udp packets

2012-10-04 Thread Les Mikesell
On Thu, Oct 4, 2012 at 12:45 PM, James Pifer wrote: > > No idea what this means. snmptrapd keeps running (strace snmptrapd -f > -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over after the > initial start: > > recv(7, "\1\22\0\0\r\0\0\0\0\0\0\0\307\203\225!\10\0\0\0K9\0\0\0\0\0\0", > 6

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 1:56 PM, m.r...@5-cent.us wrote: > James Pifer wrote: >>> I'd try strace'ing the app that is supposed to be receiving them to >>> see if the socket opens are working and what happens with a packet >>> arrives on the port. >>> >> >> No idea what this means. snmptrapd keeps running (stra

Re: [CentOS] lost udp packets

2012-10-04 Thread m . roth
James Pifer wrote: >> I'd try strace'ing the app that is supposed to be receiving them to >> see if the socket opens are working and what happens with a packet >> arrives on the port. >> > > > No idea what this means. snmptrapd keeps running (strace snmptrapd -f > -Le -c /etc/snmp/snmptrapd.conf),

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
> I'd try strace'ing the app that is supposed to be receiving them to > see if the socket opens are working and what happens with a packet > arrives on the port. > No idea what this means. snmptrapd keeps running (strace snmptrapd -f -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over

Re: [CentOS] lost udp packets

2012-10-04 Thread Les Mikesell
On Thu, Oct 4, 2012 at 12:17 PM, James Pifer wrote: > On 10/4/2012 9:40 AM, James Pifer wrote: >> I have a CentOS release 5.8 that has snmp traps being sent to it. I've >> been trying to forward the snmp traps to another system. I've tried >> forwarding with snmpd/snmptrapd, iptables, and some for

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 9:40 AM, James Pifer wrote: > I have a CentOS release 5.8 that has snmp traps being sent to it. I've > been trying to forward the snmp traps to another system. I've tried > forwarding with snmpd/snmptrapd, iptables, and some forwarding programs. > I can see snmp traps getting delivered

[CentOS] lost udp packets

2012-10-04 Thread James Pifer
I have a CentOS release 5.8 that has snmp traps being sent to it. I've been trying to forward the snmp traps to another system. I've tried forwarding with snmpd/snmptrapd, iptables, and some forwarding programs. I can see snmp traps getting delivered to the system with tcpdump and wireshark, bu