Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.28 KB | None | 0 0
  1. $/sbin/ifconfig
  2.  
  3. eth0      Link encap:Ethernet  HWaddr 00:1c:23:99:73:af  
  4.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  5.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  6.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  7.           collisions:0 txqueuelen:1000
  8.           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  9.           Interrupt:17
  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:182894 errors:0 dropped:0 overruns:0 frame:0
  16.           TX packets:182894 errors:0 dropped:0 overruns:0 carrier:0
  17.           collisions:0 txqueuelen:0
  18.           RX bytes:16452116 (15.6 MiB)  TX bytes:16452116 (15.6 MiB)
  19.  
  20. wlan1     Link encap:Ethernet  HWaddr 00:1f:1f:b9:d9:c9  
  21.           inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
  22.           inet6 addr: fe80::21f:1fff:feb9:d9c9/64 Scope:Link
  23.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  24.           RX packets:21120 errors:0 dropped:0 overruns:0 frame:0
  25.           TX packets:7080 errors:0 dropped:0 overruns:0 carrier:0
  26.           collisions:0 txqueuelen:1000
  27.           RX bytes:6757666 (6.4 MiB)  TX bytes:1181669 (1.1 MiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement