Routing between two nics on the same server connected to different networks
5 pts.
0
Q:
Routing between two nics on the same server connected to different networks
I have a need to route traffic from 172.16.32.0 network to 159.60.51.84 network.  I can't seem to access a website from the 159 network from the 172 network. static routing doesn't work for me. Any help would be great.

Software/Hardware used:
Dell power edge 6850 and Windows 2003 standard
ASKED: Sep 6 2009  4:55 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
You can set a static route at the gateway. Here's a sample route at your gateway:

ip route 159.60.51.84/32 eth0

The gateway will then send all packets addressed for 159.60.51.84 to the specified port.
Last Answered: Sep 8 2009  11:30 PM GMT by Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0