I tried to change the ip address using the following command :-
ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up
Ip gets changed, but after I reboot the machine, the ip is revert back to the old one.
Any solution on it ?
Thanks,
Austiin

Code: Select all
config_eth0=( "192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255" )Code: Select all
config_eth0=( "192.168.1.5" )
routes_eth0=( "default via 192.168.1.254" )

Where are you getting the "203" figure from?, I did,nt see any reference to that in your initial nor the config that I posted so therefore I would not expect to see 203 in any part of the ip address or route.I tried to follow the above steps and then restarted the /etc/init.d/net.eth0 service, but it does not take the ip address, it shows 192 ip instead of 203
