trouble reaching local router interface


 
Thread Tools Search this Thread
Special Forums IP Networking trouble reaching local router interface
# 1  
Old 04-09-2009
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?
# 2  
Old 04-10-2009
To me it sounds like there's some kind of rule on the router's side to discard ICMP packets with TTL different than one, presumably to avoid connection sharing. Anyway, look on the router's side for rules.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. IP Networking

Is bond0 ready and a bonding interface? - 4G Bonding Router Problems (RPI)

HI all, First post on the forum, and my first proper project on the Paspberry Pi, so sorry if this is in the wrong place. I am trying to turn my Pi in to a 3G/4G Bonding router. I have been researching and trying this for a week or so now. The basic plan is to have up to 6 ZTE MF823 USB... (0 Replies)
Discussion started by: elliottlc
0 Replies

2. IP Networking

How to create Local IPv6 and IPv4 networks by using ubuntu server as router

Hi, I have two Cent OS Linux systems and one Ubuntu OS system contains two Ethernet Cards. I need to create two networks by using Ubuntu sys as router. One network need to configure in IPv4 addresses and another network should configure in IPv6 addresses. Please help me how to configure two... (0 Replies)
Discussion started by: hanuma614
0 Replies

3. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies
Login or Register to Ask a Question