Operating System - Linux
1825657 Members
3711 Online
109686 Solutions
New Discussion

Re: network routing problem ?

 
Steven Mertens
Trusted Contributor

network routing problem ?

hi,

see the attachment for my problem.

thnx.

rgds.

Steven
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: network routing problem ?

can you give me a netstat -r on the Linux box please.

Also run a couple of traceroute commands to the router and to a point beyond the router.

Nice diagram.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ron Kinner
Honored Contributor

Re: network routing problem ?

There is a security option to ignore pings which come too close together. Would think that would apply to both NICs but who knows. It's to prevent simple DOS attacks. That's why when you ping your Cisco it will only reply to every other ping. In a previous post a user claimed the file:
/proc/sys/net/ipv4/icmp_echoreply_rate
controlled the response. He said putting a 0 in the file would make it respond to all pings. The same thread also suggested that a bad driver could cause this sort of thing. I have also seen certain HP cards which were sensitive to interference which would fail pings randomly.

You could also try swapping the IP addresses and Ethernet cables to see if the problem moved.


netstat -s might tell you something.

Look at your tcpdump file again and verify that working pings and failing pings both have the same source IP.

Wouldn't hurt to do
sh interface
on the router and see if you have any obvious problems. You could also do an extended ping from the router and see if you see the same result.

Ron
Sunshine Aguilar
Occasional Advisor

Re: network routing problem ?

As a last resort, you could replace the nic (eth0) with a known good one. If it is old, then it could be in the process of failing.
In the end, Enjoy...
Chakravarthi
Trusted Contributor

Re: network routing problem ?

check the mac of both, and verify after ping with arp command, for the other ip from the remote machine which is in the same network, THis is the first step to check, then if the same guy is responding for both the ip's then stop the routed, as both the network cards are in the same network, you dont require it, and try again