Advertisement
Guest User

ifconfig

a guest
Jun 13th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. root@kali:~# ifconfig
  2. eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  3. ether 3c:52:82:30:33:de txqueuelen 1000 (Ethernet)
  4. RX packets 0 bytes 0 (0.0 B)
  5. RX errors 0 dropped 0 overruns 0 frame 0
  6. TX packets 0 bytes 0 (0.0 B)
  7. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  8.  
  9. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  10. inet 127.0.0.1 netmask 255.0.0.0
  11. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  12. loop txqueuelen 1 (Local Loopback)
  13. RX packets 16 bytes 960 (960.0 B)
  14. RX errors 0 dropped 0 overruns 0 frame 0
  15. TX packets 16 bytes 960 (960.0 B)
  16. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  17.  
  18. wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  19. ether 0e:38:59:d9:7d:4b txqueuelen 1000 (Ethernet)
  20. RX packets 0 bytes 0 (0.0 B)
  21. RX errors 0 dropped 0 overruns 0 frame 0
  22. TX packets 0 bytes 0 (0.0 B)
  23. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement