Difference between revisions of "CentOS interface configuration"
From Teknologisk videncenter
m |
m (→Example) |
||
Line 5: | Line 5: | ||
# COMMENT LINE | # COMMENT LINE | ||
DEVICE=eth1 | DEVICE=eth1 | ||
− | BOOTPROTO= | + | BOOTPROTO=none |
IPADDR=192.168.70.87 | IPADDR=192.168.70.87 | ||
NETMASK=255.255.255.0 | NETMASK=255.255.255.0 |
Latest revision as of 09:05, 15 September 2015
Example
File: /etc/sysconfig/network-scripts/ifcfg-eth1
# COMMENT LINE
DEVICE=eth1
BOOTPROTO=none
IPADDR=192.168.70.87
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet
To start eth1 issue the service network restart command.