Tag Archives: static ip

CentOS Networking FAQ

How to set static ip..? Edit your/etc/sysconfig/network-scripts/ifcfg-eth0 file like this. Then restart your network. How to restart the network..? The command for stop the network is “/etc/init.d/network stop” To start the network “/etc/init.d/network start” OR [root@localhost ~]# /etc/init.d/network restart Shutting …

Read more »

How to set the static ip address in ubuntu..?

edit your /etc/network/interfaces file to after that rebooting your network by excecuting the below command… [root@localhost ~]# /etc/init.d/networking restart