Linux 6.4 解决 网卡 not active

  1. [root@localhost Desktop]# service network restart
  2. Shutting down interface eth0: Error: Device \'eth0\' (/org/freedesktop/NetworkManager/Devices/0) disconnecting failed: This device is not active
  3.                                                            [FAILED]
  4. Shutting down loopback interface: [ OK ]
  5. Bringing up loopback interface: [ OK ]
  6. Bringing up interface eth0: Error: Connection activation failed: Device not managed by NetworkManager or unavailable
  7.                                                            [FAILED]
  8. [root@localhost Desktop]# chkconfig NetworkManager off
  9. [root@localhost Desktop]# chkconfig network on
  10. [root@localhost Desktop]# service NetworkManager stop
  11. Stopping NetworkManager daemon: [ OK ]
  12. [root@localhost Desktop]# service network start
  13. Bringing up loopback interface: [ OK ]
  14. Bringing up interface eth0: [ OK ]
  15. RTNETLINK answers: File exists
  16. RTNETLINK answers: File exists
  17. RTNETLINK answers: File exists
  18. RTNETLINK answers: File exists
  19. RTNETLINK answers: File exists
  20. RTNETLINK answers: File exists
  21. RTNETLINK answers: File exists
  22. RTNETLINK answers: File exists
  23. RTNETLINK answers: File exists
  24. [root@localhost Desktop]# service network restart
  25. Shutting down interface eth0: [ OK ]
  26. Shutting down loopback interface: [ OK ]
  27. Bringing up loopback interface: [ OK ]
  28. Bringing up interface eth0: [ OK ]
  29. [root@localhost Desktop]# ifconfig
  30. eth0 Link encap:Ethernet HWaddr 00:0C:29:A0:C6:44
  31.           inet addr:192.168.1.189 Bcast:192.168.1.255 Mask:255.255.255.0
  32.           UP BROADCAST MULTICAST MTU:1500 Metric:1
  33.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  34.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  35.           collisions:0 txqueuelen:1000
  36.           RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

  37. lo Link encap:Local Loopback
  38.           inet addr:127.0.0.1 Mask:255.0.0.0
  39.           inet6 addr: ::1/128 Scope:Host
  40.           UP LOOPBACK RUNNING MTU:16436 Metric:1
  41.           RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  42.           TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  43.           collisions:0 txqueuelen:0
  44.           RX bytes:720 (720.0 b) TX bytes:720 (720.0 b)

  45. [root@localhost Desktop]# iptables -L
  46. Chain INPUT (policy ACCEPT)
  47. target prot opt source destination
  48. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  49. ACCEPT icmp -- anywhere anywhere
  50. ACCEPT all -- anywhere anywhere
  51. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
  52. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

  53. Chain FORWARD (policy ACCEPT)
  54. target prot opt source destination
  55. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

  56. Chain OUTPUT (policy ACCEPT)
  57. target prot opt source destination
  58. [root@localhost Desktop]# iptables -F
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值