Linux 6.4 網路卡 not active 解決
點選(此處)摺疊或開啟
-
[root@localhost Desktop]# service network restart
-
Shutting down interface eth0: Error: Device \'eth0\' (/org/freedesktop/NetworkManager/Devices/0) disconnecting failed: This device is not active
-
[FAILED]
-
Shutting down loopback interface: [ OK ]
-
Bringing up loopback interface: [ OK ]
-
Bringing up interface eth0: Error: Connection activation failed: Device not managed by NetworkManager or unavailable
-
[FAILED]
-
[root@localhost Desktop]# chkconfig NetworkManager off
-
[root@localhost Desktop]# chkconfig network on
-
[root@localhost Desktop]# service NetworkManager stop
-
Stopping NetworkManager daemon: [ OK ]
-
[root@localhost Desktop]# service network start
-
Bringing up loopback interface: [ OK ]
-
Bringing up interface eth0: [ OK ]
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
RTNETLINK answers: File exists
-
[root@localhost Desktop]# service network restart
-
Shutting down interface eth0: [ OK ]
-
Shutting down loopback interface: [ OK ]
-
Bringing up loopback interface: [ OK ]
-
Bringing up interface eth0: [ OK ]
-
[root@localhost Desktop]# ifconfig
-
eth0 Link encap:Ethernet HWaddr 00:0C:29:A0:C6:44
-
inet addr:192.168.1.189 Bcast:192.168.1.255 Mask:255.255.255.0
-
UP BROADCAST MULTICAST MTU:1500 Metric:1
-
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
-
collisions:0 txqueuelen:1000
-
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
-
-
lo Link encap:Local Loopback
-
inet addr:127.0.0.1 Mask:255.0.0.0
-
inet6 addr: ::1/128 Scope:Host
-
UP LOOPBACK RUNNING MTU:16436 Metric:1
-
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
-
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
-
collisions:0 txqueuelen:0
-
RX bytes:720 (720.0 b) TX bytes:720 (720.0 b)
-
-
[root@localhost Desktop]# iptables -L
-
Chain INPUT (policy ACCEPT)
-
target prot opt source destination
-
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
-
ACCEPT icmp -- anywhere anywhere
-
ACCEPT all -- anywhere anywhere
-
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
-
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
-
-
Chain FORWARD (policy ACCEPT)
-
target prot opt source destination
-
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
-
-
Chain OUTPUT (policy ACCEPT)
-
target prot opt source destination
- [root@localhost Desktop]# iptables -F
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30936525/viewspace-2018389/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux 6.3 網路卡 not active 解決辦法Linux
- linux as4網路卡不能啟動的解決辦法Linux
- linux雙網路卡,一塊沒流量的解決方法(轉)Linux
- linux網路卡配置檔案詳解Linux
- 物聯網路卡網速慢怎麼解決?
- deepin linux的無線網路解決-網路卡驅動(手動)安裝Linux
- OEL6.4(BOND)雙網路卡繫結實戰—附加說明
- fedora16無線網路卡故障解決
- 網路卡常見故障及解決辦法
- ubuntu網路卡啟動錯誤解決方法Ubuntu
- Sniffer pro 找不到網路卡的解決方法
- Linux 網路卡配置Linux
- Linux網路卡teamLinux
- VMware下CentOS6.4網路卡設定為橋接模式靜態IP配置方法詳解CentOS橋接模式
- linux mint19 無線網路卡wifi速度慢解決辦法LinuxWiFi
- Linux網路卡配置檔案 引數詳解Linux
- 解決網路卡“記憶效應”惹出斷網問題
- Linux網路卡繫結Linux
- linux 網路卡繫結Linux
- linux修改網路卡名字Linux
- LINUX網路卡檢查Linux
- Linux系統自定義網路卡並更改網路卡介面Linux
- 物聯網路卡常見問題及解決方案
- Linux系統新增自定義網路卡並更改網路卡介面Linux
- 【LINUX】Linux網路卡繫結探析Linux
- Mac Linux 重啟網路卡MacLinux
- LINUX下手工新增網路卡Linux
- Linux(09):網路卡繫結Linux
- Linux Ubuntu 修改網路卡名字LinuxUbuntu
- Linux修改網路卡的名字Linux
- Linux 7 配置網路卡(nmcli)Linux
- linux雙網路卡繫結Linux
- Linux雙網路卡聚合改造Linux
- Linux 繫結雙網路卡Linux
- Linux檢視網路卡流量Linux
- Linux 雙網路卡繫結Linux
- Linux物理網路卡bondingLinux
- Linux命令----分析網路卡流量Linux