Difference between revisions of "CentOS interface configuration"
From Teknologisk videncenter
m (→Example) |
m (→Example) |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 12: | Line 12: | ||
</source> | </source> | ||
+ | To start eth1 issue the '''service network restart''' command. | ||
[[Category:CentOS]] | [[Category:CentOS]] |
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.