Created
July 29, 2016 19:45
-
-
Save tetherit/5820c20c3500457be9754dfe7d3ae1e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu-standard:~# ifconfig -a | |
enxb827ebd24e19 Link encap:Ethernet HWaddr b8:27:eb:d2:4e:19 | |
inet addr:192.168.14.142 Bcast:192.168.14.255 Mask:255.255.255.0 | |
inet6 addr: fe80::ba27:ebff:fed2:4e19/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:348393 errors:2 dropped:2 overruns:0 frame:0 | |
TX packets:128824 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:296234812 (296.2 MB) TX bytes:45040398 (45.0 MB) | |
lo Link encap:Local Loopback | |
inet addr:127.0.0.1 Mask:255.0.0.0 | |
inet6 addr: ::1/128 Scope:Host | |
UP LOOPBACK RUNNING MTU:65536 Metric:1 | |
RX packets:179267 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:179267 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1 | |
RX bytes:71674649 (71.6 MB) TX bytes:71674649 (71.6 MB) | |
wlan0 Link encap:Ethernet HWaddr b8:27:eb:87:1b:4c | |
BROADCAST MULTICAST MTU:1500 Metric:1 | |
RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment