lilingjie2015 发表于 2018-5-12 07:04:50

Redhat6 网卡重启报错

# service network restart
Shutting down interface eth0:Error: Device 'eth0' (/org/freedesktop/NetworkManager/Devices/0) disconnecting failed: This device is not active
                                                         
Shutting down loopback interface:                        
Bringing up loopback interface:                           
# ifconfig
eth0      Link encap:EthernetHWaddr 00:0C:29:84:01:A8
          inet6 addr: fe80::20c:29ff:fe84:1a8/64 Scope:Link
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4170 (4.0 KiB)TX bytes:468 (468.0 b)
          Interrupt:19 Base address:0x2024

lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:480 (480.0 b)TX bytes:480 (480.0 b)

virbr0    Link encap:EthernetHWaddr 52:54:00:10:D6:E6
          inet addr:192.168.122.1Bcast:192.168.122.255Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)TX bytes:4401 (4.2 KiB)

# system-config-network-tui
# service network restart
Shutting down interface eth0:Error: Device 'eth0' (/org/freedesktop/NetworkManager/Devices/0) disconnecting failed: This device is not active
                                                         
Shutting down loopback interface:                        
Bringing up loopback interface:                           

编辑# vi /etc/sysconfig/network-scripts/ifcfg-eth0
ONBOOT=no 改为 yes
# service network restart
Shutting down interface eth0:Device state: 3 (disconnected)
                                                         
Shutting down loopback interface:                        
Bringing up loopback interface:                           
Bringing up interface eth0:Active connection state: activated
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/1
                                                         


通过# system-config-network-tui
修改IP设置
页: [1]
查看完整版本: Redhat6 网卡重启报错