Skip to content

Instantly share code, notes, and snippets.

@tetherit
Created July 29, 2016 19:45
Show Gist options
  • Save tetherit/153b2f79b961e194f1a54d453373eb1b to your computer and use it in GitHub Desktop.
Save tetherit/153b2f79b961e194f1a54d453373eb1b to your computer and use it in GitHub Desktop.

Revisions

  1. Roman Gaufman created this gist Jul 29, 2016.
    43 changes: 43 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,43 @@
    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)

    tap0 Link encap:Ethernet HWaddr ba:3e:70:eb:41:2e
    inet addr:10.7.0.134 Bcast:10.7.255.255 Mask:255.255.0.0
    inet6 addr: fe80::b83e:70ff:feeb:412e/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:16592 errors:0 dropped:0 overruns:0 frame:0
    TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:738899 (738.8 KB) TX bytes:5520 (5.5 KB)

    tap1 Link encap:Ethernet HWaddr b2:a5:e7:54:15:3a
    inet addr:10.11.0.10 Bcast:10.11.255.255 Mask:255.255.0.0
    inet6 addr: fe80::b0a5:e7ff:fe54:153a/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:16419 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18519 errors:0 dropped:25 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:1558998 (1.5 MB) TX bytes:1641526 (1.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)