When trying to enter and save ip address, it says stopped.


1 Answer(s)


Hi,
command - vi /etc/sysconfig/network-scripts/ifcfg-eth0 stops network driver. So you can
update setting.
Run the following command for the changes to take effect:
Please use below command to start it work again.
- sudo ifdown eth0
- sudo ifup eth0

Test your changes by running, say, "ping www.google.com"

Also refer this link.
http://www.rcramer.com/tech/linux/cfg/ifcfg-eth0.html.