Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Add static routes
Name: amlife Date: October 8, 2008 at 15:13:54 Pacific OS: 2003 CPU/Ram: 2GB Product: HP
Comment:
Hello
I'm trying to ping server with IP 10.0.4.10 & I'm on 10.0.0.0 network, I know I'm in different network. I was wondering if I can add static route through command line to that network.so I can ping it to check connectivity.
Name: paulsep Date: October 8, 2008 at 19:09:33 Pacific
Reply:
There must be one device in you 10.0.0.0 network, that also can access the net 10.0.4.x. If so, simply type the following command at the command prompt: route add 10.0.0.0 mask 255.0.0.0 next_hop
Where next_hop is the ip of that device, that can also access the 10.0.4.x network.
use route /? to list all possible options.
0
Response Number 2
Name: JackR Date: October 9, 2008 at 11:27:42 Pacific
Reply:
Is your server acting as a router?
0
Response Number 3
Name: wanderer Date: October 9, 2008 at 14:31:14 Pacific
Reply:
If there is no router between the subnets you can't add a route to overcome that. Route add assumes there is a physical route between the subnets.
Summary: tried to add static routes to routing table , force it to forward outbound traffic to either of the two interfaces connecting to your isp, or change routing metrics to set up a prefered route. sorry, ...
Summary: I have configured server 2003 as router using RIP by RRAS.It work fine & i can can route the packets from one network segment to another. Well i want to do static routing in my test lab .For that purp...
Summary: Maniacchen, Thanks for the reply. My trouble is exactly that, the OS is complaining about not being able to add the route, this is true even if I add the route with the "route add" command. I have a...