LINUX How to configure for eth0

root@bigboy tmp]# cd /etc/sysconfig/network-scripts
[root@bigboy network-scripts]# vi ifcfg-eth0

# File: ifcfg-eth0
#
DEVICE=eth0 # set name device configure
IPADDR=192.168.1.100 # ip address
NETMASK=255.255.255.0 # subnetmask
BOOTPROTO=static #  static ip
ONBOOT=yes # active when system start

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

PHP Predefined Variables

Java : Variables Declaring