Skip to content

Instantly share code, notes, and snippets.

/log Secret

Created March 10, 2016 14:45
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 anonymous/d95526b8b5f58f3a04a8 to your computer and use it in GitHub Desktop.
Save anonymous/d95526b8b5f58f3a04a8 to your computer and use it in GitHub Desktop.
nick@NickMessingPC ~> cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
nick@NickMessingPC ~> ifconfig
enp3s0f1 Link encap:Ethernet HWaddr 9c:5c:8e:17:3f:27
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)
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:1948 errors:0 dropped:0 overruns:0 frame:0
TX packets:1948 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:150002 (150.0 KB) TX bytes:150002 (150.0 KB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:89.34.235.51 P-t-P:10.64.64.64 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:4053 errors:0 dropped:0 overruns:0 frame:0
TX packets:3375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:3020260 (3.0 MB) TX bytes:366990 (366.9 KB)
wlp2s0 Link encap:Ethernet HWaddr a4:34:d9:80:a9:e4
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