The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-09-2009
jalburger jalburger is offline
Registered User
  
 

Join Date: Sep 2002
Posts: 69
trouble reaching local router interface

I have a processor (Solaris 5.8) with a router locally attached.

We're having trouble pinging the router interface from the processor with a normal ping command. The response from the router is "administratively prohibited", which normally indicates the access list on the router is bouncing the icmp request back.

However, when I issue the ping command with the '-r' parameter (ping -r x.x.x.x), the response is immediately successful. When using '-r', the TTL is limited to one, and the ping is sent to a host on an attached network. The man pages state that normal routing tables are bypassed.

With both methods, our network capture shows icmp leaving x.x.x.104 (solaris processor) destined for x.x.x.126 (router interface). I cannot see much difference besides that in the two packets, besides the TTL.

FWIW, 'netstat -nr' is showing my default gateway to be x.x.x.126.

Anyone have any ideas how I can figure out what's going on?