Difference between revisions of "CentOS interface configuration"

From Teknologisk videncenter
Jump to: navigation, search
m (Example)
m
Line 12: Line 12:
 
</source>
 
</source>
  
 +
To start eth1 issue the '''service network restart''' command.
 
[[Category:CentOS]]
 
[[Category:CentOS]]

Revision as of 09:53, 15 September 2015

Example

File: /etc/sysconfig/network-scripts/ifcfg-eth1

# COMMENT LINE
DEVICE=eth1
BOOTPROTO=static
IPADDR=192.168.70.87
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet

To start eth1 issue the service network restart command.