Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShapeShifter499/edf1471da7fd893484aaeef383f3a5e3 to your computer and use it in GitHub Desktop.
Save ShapeShifter499/edf1471da7fd893484aaeef383f3a5e3 to your computer and use it in GitHub Desktop.
root@debian:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 00:25:31:01:a2:d1 txqueuelen 1000 (Ethernet)
RX packets 38788 bytes 2801426 (2.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 39268 bytes 3278944 (3.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 8 base 0x4000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 58 bytes 4844 (4.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 58 bytes 4844 (4.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pi0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fd52:d962:9b9a:0:225:31ff:fe01:a2d1 prefixlen 64 scopeid 0x0<global>
inet6 fe80::225:31ff:fe01:a2d1 prefixlen 64 scopeid 0x20<link>
ether 00:25:31:01:a2:d1 txqueuelen 1000 (Ethernet)
RX packets 37267 bytes 2124465 (2.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 36854 bytes 3060699 (2.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 16:30:3a:72:3d:9d txqueuelen 1000 (Ethernet)
RX packets 2617 bytes 201363 (196.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4470 bytes 742011 (724.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@debian:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment