This is a discussion on Re: question about routing within the Linux Networking forums, part of the Linux Forums category; richard fell <fell01@rcn.com> wrote news:bgb580$nlq$1@bob.news.rcn.net: > Is the command &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
richard fell <fell01@rcn.com> wrote news:bgb580$nlq$1@bob.news.rcn.net:
> Is the command > route add default gw eth0 correct? I don't think you can use "route add default gw eth0" "eth0" is not your ISP default gateway IP. In fact your default route should be setup by you ISP connection process : - "defaultroute" option in your pppd configuration (/etc/ppp/options, ...) - dhcp client configuration Have a look at your desktop own default route process to know your ISP configuration process. Regards |