Advertisement
LAIR82

ip config

Sep 8th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. tom@Yellowmill:~$ /sbin/ifconfig -a
  2. eth0 Link encap:Ethernet HWaddr 14:cc:20:03:5b:ca
  3. inet addr:10.10.10.1 Bcast:10.255.255.255 Mask:255.0.0.0
  4. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  5. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  6. TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
  7. collisions:0 txqueuelen:1000
  8. RX bytes:0 (0.0 B) TX bytes:146 (146.0 B)
  9. Interrupt:18 Base address:0x4000
  10.  
  11. lo Link encap:Local Loopback
  12. inet addr:127.0.0.1 Mask:255.0.0.0
  13. inet6 addr: ::1/128 Scope:Host
  14. UP LOOPBACK RUNNING MTU:16436 Metric:1
  15. RX packets:39 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:0
  18. RX bytes:4384 (4.2 KiB) TX bytes:4384 (4.2 KiB)
  19.  
  20. wlan1 Link encap:Ethernet HWaddr 54:27:1e:64:49:47
  21. inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
  22. inet6 addr: fe80::5627:1eff:fe64:4947/64 Scope:Link
  23. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  24. RX packets:104 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:174 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:18472 (18.0 KiB) TX bytes:39263 (38.3 KiB)
  28.  
  29. tom@Yellowmill:~$ ip link
  30. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
  31. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  32. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
  33. link/ether 14:cc:20:03:5b:ca brd ff:ff:ff:ff:ff:ff
  34. 3: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT qlen 1000
  35. link/ether 54:27:1e:64:49:47 brd ff:ff:ff:ff:ff:ff
  36. tom@Yellowmill:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement