ams0114

Untitled

Mar 6th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. $ ifconfig
  2. enp4s0f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  3. inet 192.168.1.111 netmask 255.255.255.0 broadcast 192.168.1.255
  4. inet6 fe80::d9f8:38fd:71ae:a984 prefixlen 64 scopeid 0x20<link>
  5. ether 80:fa:5b:1d:9f:48 txqueuelen 1000 (Ethernet)
  6. RX packets 3588574 bytes 2937915951 (2.7 GiB)
  7. RX errors 0 dropped 880 overruns 0 frame 0
  8. TX packets 2764406 bytes 504164722 (480.8 MiB)
  9. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  10.  
  11. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  12. inet 127.0.0.1 netmask 255.0.0.0
  13. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  14. loop txqueuelen 1000 (Local Loopback)
  15. RX packets 3504409 bytes 496807760 (473.7 MiB)
  16. RX errors 0 dropped 0 overruns 0 frame 0
  17. TX packets 3504409 bytes 496807760 (473.7 MiB)
  18. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  19.  
  20. wlp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  21. ether 36:d3:2f:3f:d2:b3 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.  
  28.  
  29.  
  30.  
  31. $ ifconfig -a
  32. enp4s0f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  33. inet 192.168.1.111 netmask 255.255.255.0 broadcast 192.168.1.255
  34. inet6 fe80::d9f8:38fd:71ae:a984 prefixlen 64 scopeid 0x20<link>
  35. ether 80:fa:5b:1d:9f:48 txqueuelen 1000 (Ethernet)
  36. RX packets 3589653 bytes 2938360585 (2.7 GiB)
  37. RX errors 0 dropped 883 overruns 0 frame 0
  38. TX packets 2765472 bytes 504485788 (481.1 MiB)
  39. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  40.  
  41. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  42. inet 127.0.0.1 netmask 255.0.0.0
  43. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  44. loop txqueuelen 1000 (Local Loopback)
  45. RX packets 3504679 bytes 496823056 (473.8 MiB)
  46. RX errors 0 dropped 0 overruns 0 frame 0
  47. TX packets 3504679 bytes 496823056 (473.8 MiB)
  48. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  49.  
  50. wlp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  51. ether c2:4c:e1:be:44:aa txqueuelen 1000 (Ethernet)
  52. RX packets 0 bytes 0 (0.0 B)
  53. RX errors 0 dropped 0 overruns 0 frame 0
  54. TX packets 0 bytes 0 (0.0 B)
  55. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Advertisement
Add Comment
Please, Sign In to add comment