|
|
|
| Re: server time out errors [message #140 is a reply to message #139 ] |
Tue, 14 June 2005 08:44  |
|
|
Hi Dave,
Sorry for the delay in response...
In linux, you can add routes using the route command as follows:
route add -net <network>/<mask> gw <gateway>
so, if your router is 192.168.1.1, and you wanted to add a default route, you would do this:
route add -net 0.0.0.0/0 gw 192.168.1.1
or simply:
route add -net default gw 192.168.1.1
Hope this helps
Regards
Richard
If it takes 2 men a week to walk a fortnight, how long does it take a cross-eyed kipper to swim through a barrel of treacle?
|
|
|