Advertisement
Guest User

Untitled

a guest
Aug 4th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. daniel@daniel-ubuntu:~$ ip a s
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  3. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. inet 127.0.0.1/8 scope host lo
  5. inet6 ::1/128 scope host
  6. valid_lft forever preferred_lft forever
  7. 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
  8. link/ether 00:19:66:d6:31:1a brd ff:ff:ff:ff:ff:ff
  9. 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1200 qdisc mq state UP qlen 1000
  10. link/ether 00:06:4f:98:e4:28 brd ff:ff:ff:ff:ff:ff
  11. inet 192.168.1.8/24 brd 192.168.1.255 scope global wlan0
  12. daniel@daniel-ubuntu:~$ ifconfig -a
  13. eth0 Link encap:Ethernet HWaddr 00:19:66:d6:31:1a
  14. UP BROADCAST MULTICAST MTU:1500 Metric:1
  15. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  19. Interrupt:41 Base address:0x2000
  20.  
  21. lo Link encap:Local Loopback
  22. inet addr:127.0.0.1 Mask:255.0.0.0
  23. inet6 addr: ::1/128 Scope:Host
  24. UP LOOPBACK RUNNING MTU:16436 Metric:1
  25. RX packets:2475 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:2475 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txn35QjKgCqueuelen:0
  28. RX bytes:226711 (226.7 KB) TX bytes:226711 (226.7 KB)
  29.  
  30. wlan0 Link encap:Ethernet HWaddr 00:06:4f:98:e4:28
  31. inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
  32. UP BROADCAST RUNNING MULTICAST MTU:1200 Metric:1
  33. RX packets:2618 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:2421 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:1000
  36. RX bytes:938529 (938.5 KB) TX bytes:412373 (412.3 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement