Created
August 3, 2020 00:30
-
-
Save lennartkoopmann/21f21bc7b314324a1b3cbdf19484ab5f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
pi@parabola:~ $ ifconfig | |
eth0 Link encap:Ethernet HWaddr b8:27:eb:0f:0e:d4 | |
inet addr:172.16.0.136 Bcast:172.16.0.255 Mask:255.255.255.0 | |
inet6 addr: fe80::8966:2353:4688:c9a/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:349 errors:0 dropped:8 overruns:0 frame:0 | |
TX packets:378 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:75761 (73.9 KiB) TX bytes:69865 (68.2 KiB) | |
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:228 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:228 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1 | |
RX bytes:18624 (18.1 KiB) TX bytes:18624 (18.1 KiB) | |
wlanBoard Link encap:Ethernet HWaddr b8:27:eb:5a:5b:81 | |
UP 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