Tuesday, January 27, 2009

Fixing the bug with network configuration....

There is a problema as in fed10, network config always set the netmask to the default gw.So I had to do the following :- open the /etc/sysconfig/network file and provide the following :-
GATEWAY=192.168.1.1
Now open the /etc/sysconfig/network-scripts/ifcfg-eth0 and specify :-
NETMASK=255.255.255.0
GATEWAY=192.168.1.1

Restart the network service and remember to stop the network manager service from the runlevel. Otherwise, firefox always starts in offline mode.

No comments:

Post a Comment