Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

static route question

Status
Not open for further replies.

dandan123

Technical User
Joined
Sep 9, 2005
Messages
505
Location
US
All our servers have two network cards, one - production and the other - backup (used to back up the server).

hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 11.184.201.86 netmask ffffff00 broadcast 11.184.201.255
ether 8:0:20:f0:1f:61
qfe0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 192.168.211.86 netmask ffff0000 broadcast 192.168.255.255
ether 8:0:20:f0:1f:61

The 192.168.0.0 is the backup segment.

I'm unable to ping 192.168.1.1 (the gateway for the backup segment)

Here's the routing table -

Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
11.184.201.0 patrol U 3 18683 hme0
192.168.0.0 192.168.1.1 UG 0 14
192.168.0.0 patrol-bkup U 2 14 qfe0
224.0.0.0 patrol U 3 0 hme0
default 11.184.201.1 UG 0 832174
localhost localhost UH 0 179164 lo0


What could be the problem ?
 
dandan123;

try ping -i 192.168.211.86 192.168.1.1.

also do man ping and look at the -i option.

Thanks

ca
 
Can you post a traceroute.

Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."

 
dandan123;

I was wondering how you made out on this issue. I am interested in your resolution as my networking skills are just one of the topics I wish I was more knowledgeable about.

Thanks
CA
 
Sorry for not replying earlier, it turned out to be a problem outside the box and so it was handled by one of our networking guys, cable ,switch or whatever.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top