Advertisement
illmortal

nmcli

Jan 17th, 2021
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. root@home:/home/seed# nmcli
  2. eno1: connected to Wired connection 1
  3. "Intel Ethernet"
  4. ethernet (e1000e), B0:0C:D1:60:FC:BF, hw, mtu 1500
  5. ip4 default
  6. inet4 10.0.0.249/24
  7. inet4 192.168.1.106/24
  8. route4 0.0.0.0/0
  9. route4 10.0.0.0/24
  10. route4 192.168.1.0/24
  11. route4 0.0.0.0/0
  12. inet6 fe80::2bc6:2081:19fb:2e1/64
  13. inet6 fe80::ad28:7b8e:cb2:684a/64
  14. route6 ff00::/8
  15. route6 fe80::/64
  16. route6 fe80::/64
  17.  
  18. wlp0s20f3: connected to Wu-Tang Lan-5G
  19. "Intel Wireless-AC 9560"
  20. wifi (iwlwifi), FC:77:74:8B:A4:07, hw, mtu 1500
  21. inet4 192.168.1.113/24
  22. route4 192.168.1.0/24
  23. route4 0.0.0.0/0
  24. inet6 fe80::fe77:74ff:fe8b:a407/64
  25. route6 fe80::/64
  26. route6 ff00::/8
  27.  
  28. p2p-dev-wlp0s20f3: disconnected
  29. "p2p-dev-wlp0s20f3"
  30. wifi-p2p, hw
  31.  
  32. lo: unmanaged
  33. "lo"
  34. loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
  35.  
  36. DNS configuration:
  37. servers: 192.168.1.1
  38. interface: eno1
  39.  
  40. servers: 192.168.1.1
  41. interface: wlp0s20f3
  42.  
  43. Use "nmcli device show" to get complete information about known devices and
  44. "nmcli connection show" to get an overview on active connection profiles.
  45.  
  46. Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.
  47. lines 11-45/45 (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement