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/ef87c9aa725cd1eeb6b8d382dfb79e2e to your computer and use it in GitHub Desktop.
Save ShapeShifter499/ef87c9aa725cd1eeb6b8d382dfb79e2e to your computer and use it in GitHub Desktop.
ifconfig -a
root@debian:~# ifconfig -a
eth0: 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 13203 bytes 1791858 (1.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1980 bytes 251161 (245.2 KiB)
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 3 bytes 189 (189.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3 bytes 189 (189.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
sit0: flags=128<NOARP> mtu 1480
sit txqueuelen 1 (IPv6-in-IPv4)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp0s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 48:5d:60:4b:b0:3f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
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