Advertisement
Guest User

Untitled

a guest
Jun 28th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. john@debian:~$ sudo ifconfig -a
  2. [sudo] password for john:
  3. eth0 Link encap:Ethernet HWaddr 00:18:f3:ae:21:42
  4. inet addr:192.168.0.104 Bcast:192.168.0.255 Mask:255.255.255.0
  5. inet6 addr: fe80::218:f3ff:feae:2142/64 Scope:Link
  6. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  7. RX packets:4219561 errors:0 dropped:0 overruns:0 frame:0
  8. TX packets:2239097 errors:0 dropped:0 overruns:0 carrier:0
  9. collisions:0 txqueuelen:1000
  10. RX bytes:753326215 (718.4 MiB) TX bytes:535338590 (510.5 MiB)
  11. Interrupt:21 Base address:0x6000
  12.  
  13. lo Link encap:Local Loopback
  14. inet addr:127.0.0.1 Mask:255.0.0.0
  15. inet6 addr: ::1/128 Scope:Host
  16. UP LOOPBACK RUNNING MTU:16436 Metric:1
  17. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  19. collisions:0 txqueuelen:0
  20. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  21.  
  22. john@debian:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement