I just tried this and then # rcnetwork restart
This did not work so I am trying a reboot (old school windows, sorry),
as I have noticed sometimes this works as I forget the command to
re-read a config file..
I am getting an error at boot..
Setting up network
service.......................................................FAILED
KevinO wrote:
>>Kevin Brown wrote:
>
>
>>>LINUX:~ # route -n
>>>Kernel IP routing table
>>>Destination Gateway Genmask Flags Metric Ref
>>>Use Iface
>>>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0
>>>0 eth1
>>>169.254.0.0 0.0.0.0 255.255.0.0 U 0 0
>>>0 eth1
>>>127.0.0.0 0.0.0.0 255.0.0.0 U 0 0
>>>0 lo
>>>
>>>
>>And we have a winner. There is no Gateway address in your route list.
>>I can tell because none of the routes you have are flagged as UG, just
>>U. This means you need to add a default route of the following:
>>
>>Destination 0.0.0.0
>>Gateway 192.168.0.1
>>Genmask 0.0.0.0
>>
>>This can be done with the route command (don't recall the syntax). Not
>>sure why dhcp isn't doing it for you when it gets your IP address from
>>the router though.
>>
>>
>>
># route add default gw 192.168.0.1 eth1
>
>
>- --
>KevinO
>>---------------------------------------------------
>PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>To subscribe, unsubscribe, or to change you mail settings:
>http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
>
--
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss