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.
how to add a static route
Name: Daniel Date: March 20, 2001 at 14:10:39 Pacific
Comment:
who knows how to deal with this task: say my office router's IP is 209.122.1.3, now I try to add a static route to reach 216.0.7.1 with a netmask of 255.255.255.224
Name: Glen Coakley Date: March 20, 2001 at 15:02:57 Pacific
Reply:
Assuming you have multiple network cards and the router is attached to the second network card:
On Windows: route add 216.0.7.1 mask 255.255.255.224 209.122.1.3 if 2
on Unix route add 216.0.7.1 netmask 255.255.255.224 209.122.1.3 dev /dev/eth1
for more help on Windows type: route /? for more help on Unix type: man route
0
Response Number 2
Name: Tony Date: April 19, 2002 at 01:02:53 Pacific
Reply:
I would like to know what is the syntax if I want to add a static route with destination to 123.456.789.0/24 and the next hop is 456.78.90.123. Please help!!
Summary: Dear all, I have a shell script with perl commands which I developed by looking at various forums. Now I struck up with a command to add a <java> tag. Please help me. Here is my scenario: <servi...
Summary: Hi, I want to add the single quote to the beginning and end of all the strings contained in a file. i.e. my file is like abc dfg hjk and i want an output like 'abc' 'dfg' hjk' Using sed / awk i am n...