RE: Adding a route

1999-12-16 Thread Wilde, Jeff
mmand line route add -net 192.246.115.0 netmask 255.255.255.0 eth0 -Original Message- From: Michael J. McGillick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 15, 1999 5:04 PM To: [EMAIL PROTECTED] Subject: Adding a route Evening Hatters: Dumb question here, but how do I set u

Re: Adding a route

1999-12-16 Thread Edward Marczak
>> Would someone mind showing me the correct syntax to implement this >> please? > > "route add -net 192.246.115.0 netmask 255.255.255.0 gw 10.0.1.2 " > > should do the trick. If you want it survive reboots, add that line to rc.local (or whatever startup file you deem appropriate). -- Ed Marcz

Re: Adding a route

1999-12-15 Thread Eric Cifreo
> Evening Hatters: > > Dumb question here, but how do I set up a static route? I read the man > pages, but all of the combinations I try simply bring up the help again > for route. I want to have a static route set up on my machine like this: > > Current IP address of the machine:

Adding a route

1999-12-15 Thread Michael J. McGillick
Evening Hatters: Dumb question here, but how do I set up a static route? I read the man pages, but all of the combinations I try simply bring up the help again for route. I want to have a static route set up on my machine like this: Current IP address of the machine: 10.0.1.10