Facebook
From Mustard Owl, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 56
  1. nmcli general status
  2. STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
  3. kapcsolódva full engedélyezve engedélyezve engedélyezve engedélyezve
  4.  
  5. nmcli connection show --active
  6. NAME UUID TYPE DEVICE
  7. cgianimation 1 4fc286ee-5440-4dd0-aaf9-4e68dd8e19c2 wifi wlp1s0
  8. virbr0 a331ddaf-6f15-4250-ad35-f14cb9c01b0d bridge virbr0
  9.  
  10. nmcli device status
  11. DEVICE TYPE STATE CONNECTION
  12. wlp1s0 wifi kapcsolódva cgianimation 1
  13. virbr0 bridge kapcsolódva virbr0
  14. p2p-dev-wlp1s0 wifi-p2p leválasztva --
  15. enp2s0 ethernet elérhetetlen --
  16. lo loopback kezeletlen --
  17. virbr0-nic tun kezeletlen --
  18.  
  19. ifconfig
  20. enp2s0: flags=4099 mtu 1500
  21. ether 54:e1:ad:60:f4:90 txqueuelen 1000 (Ethernet)
  22. RX packets 0 bytes 0 (0.0 B)
  23. RX errors 0 dropped 0 overruns 0 frame 0
  24. TX packets 0 bytes 0 (0.0 B)
  25. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  26.  
  27. lo: flags=73 mtu 65536
  28. inet 127.0.0.1 netmask 255.0.0.0
  29. inet6 ::1 prefixlen 128 scopeid 0x10
  30. loop txqueuelen 1000 (Local Loopback)
  31. RX packets 22591 bytes 1833815 (1.7 MiB)
  32. RX errors 0 dropped 0 overruns 0 frame 0
  33. TX packets 22591 bytes 1833815 (1.7 MiB)
  34. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  35.  
  36. virbr0: flags=4099 mtu 1500
  37. ether 52:54:00:df:8e:99 txqueuelen 1000 (Ethernet)
  38. RX packets 0 bytes 0 (0.0 B)
  39. RX errors 0 dropped 0 overruns 0 frame 0
  40. TX packets 0 bytes 0 (0.0 B)
  41. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  42.  
  43. wlp1s0: flags=4163 mtu 1500
  44. inet 192.168.43.14 netmask 255.255.255.0 broadcast 192.168.43.255
  45. inet6 fe80::4f2c:4326:bd73:9310 prefixlen 64 scopeid 0x20
  46. ether f8:28:19:e7:9e:13 txqueuelen 1000 (Ethernet)
  47. RX packets 925372 bytes 1342336202 (1.2 GiB)
  48. RX errors 0 dropped 0 overruns 0 frame 0
  49. TX packets 169043 bytes 16539754 (15.7 MiB)
  50. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  51. ----------------------------------------------------------------------------------------
  52. iwconfig wlp1s0
  53. wlp1s0 IEEE 802.11 ESSID:"cgianimation"
  54. Mode:Managed Frequency:2.437 GHz Access Point: A4:71:74:51:B0:2C
  55. Bit Rate=1 Mb/s Tx-Power=20 dBm
  56. Retry short limit:7 RTS thr:off Fragment thr:off
  57. Encryption key:off
  58. Power Management:on
  59. Link Quality=70/70 Signal level=-31 dBm
  60. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  61. Tx excessive retries:0 Invalid misc:38 Missed beacon:0
  62. ----------------------------------------------------------------------------------
  63. route
  64. Kernel IP routing table
  65. Destination Gateway Genmask Flags Metric Ref Use Iface
  66. default _gateway 0.0.0.0 UG 20600 0 0 wlp1s0
  67. 192.168.43.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp1s0
  68. ---------------------
  69. cat /etc/resolv.conf
  70. # Generated by NetworkManager
  71. nameserver 192.168.43.1
  72. --------------------
  73. ls /etc/sysconfig/network-scripts/
  74. ifcfg-1._vezetékes_kapcsolat ifcfg-cgianimation ifcfg-cgianimation_1 keys-cgianimation keys-cgianimation_1
  75. ----------------------
  76. cat /etc/sysconfig/network-scripts/ifcfg-cgianimation
  77. ESSID=cgianimation
  78. MODE=Managed
  79. KEY_MGMT=WPA-PSK
  80. MAC_ADDRESS_RANDOMIZATION=default
  81. TYPE=Wireless
  82. PROXY_METHOD=none
  83. BROWSER_ONLY=no
  84. BOOTPROTO=dhcp
  85. DEFROUTE=yes
  86. IPV4_FAILURE_FATAL=no
  87. IPV6INIT=yes
  88. IPV6_AUTOCONF=yes
  89. IPV6_DEFROUTE=yes
  90. IPV6_FAILURE_FATAL=no
  91. IPV6_ADDR_GEN_MODE=stable-privacy
  92. NAME=cgianimation
  93. UUID=284e8d9c-b3ac-43d0-bd1d-420a88f6aa00
  94. ONBOOT=yes
  95. IPV6_PRIVACY=no