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
[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
Post a Comment