|
System: CentOS 6.5
Today, restart the card, I noticed the following problems
# Service network restart
Turning off the interface eth0: [OK]
Close the loopback interface: [OK]
Pop the loopback interface: [OK]
Pop-up interface eth0: Determining if ip address 192.168.100.201 is already in use for device eth0 ... [OK]
Began to think that IP address conflict, but after investigation, found only on this server using this IP address and other relevant information, found in CentOS 6.5 is enabled by default ARPCHECK, turn it off can be solved:
# Sed -i "ARPCHECK = no" >> / etc / sysconfig / network-scripts / ifcfg-eth0
Then you will find in all normal restart card
# Service network restart
Turning off the interface eth0: [OK]
Close the loopback interface: [OK]
Pop the loopback interface: [OK]
Pop-up interface eth0: [OK] |
|
|
|