Advertisement
Guest User

Untitled

a guest
May 24th, 2015
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.09 KB | None | 0 0
  1. /* -ipconfig with VPN Tracker 8. VPN work great.
  2. *
  3. *
  4. *
  5. */
  6.  
  7. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
  8.     options=3<RXCSUM,TXCSUM>
  9.     inet6 ::1 prefixlen 128
  10.     inet 127.0.0.1 netmask 0xff000000
  11.     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
  12.     nd6 options=1<PERFORMNUD>
  13. gif0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 8192
  14.     inet 192.168.43.64 --> 172.30.4.0 netmask 0xffffffff
  15. stf0: flags=0<> mtu 1280
  16. en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
  17.     ether d0:a6:37:ee:7d:79
  18.     inet6 fe80::d2a6:37ff:feee:7d79%en0 prefixlen 64 scopeid 0x4
  19.     inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255
  20.     nd6 options=1<PERFORMNUD>
  21.     media: autoselect
  22.     status: active
  23. en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
  24.     options=60<TSO4,TSO6>
  25.     ether 4a:00:00:44:18:c0
  26.     media: autoselect <full-duplex>
  27.     status: inactive
  28. en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
  29.     options=60<TSO4,TSO6>
  30.     ether 4a:00:00:44:18:c1
  31.     media: autoselect <full-duplex>
  32.     status: inactive
  33. p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
  34.     ether 02:a6:37:ee:7d:79
  35.     media: autoselect
  36.     status: inactive
  37. awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1452
  38.     ether e2:d2:f5:14:4f:8e
  39.     inet6 fe80::e0d2:f5ff:fe14:4f8e%awdl0 prefixlen 64 scopeid 0x8
  40.     nd6 options=1<PERFORMNUD>
  41.     media: autoselect
  42.     status: active
  43. bridge0: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
  44.     options=63<RXCSUM,TXCSUM,TSO4,TSO6>
  45.     ether d2:a6:37:ee:ae:00
  46.     Configuration:
  47.         id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
  48.         maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
  49.         root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
  50.         ipfilter disabled flags 0x2
  51.     member: en1 flags=3<LEARNING,DISCOVER>
  52.             ifmaxaddr 0 port 5 priority 0 path cost 0
  53.     member: en2 flags=3<LEARNING,DISCOVER>
  54.             ifmaxaddr 0 port 6 priority 0 path cost 0
  55.     nd6 options=1<PERFORMNUD>
  56.     media: <unknown type>
  57.     status: inactive
  58.  
  59. /* -ipconfig with Apple built-in VPN client. VPN does not work.
  60. *
  61. *
  62. *
  63. */
  64.  
  65. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
  66.     options=3<RXCSUM,TXCSUM>
  67.     inet6 ::1 prefixlen 128
  68.     inet 127.0.0.1 netmask 0xff000000
  69.     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
  70.     nd6 options=1<PERFORMNUD>
  71. gif0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
  72. stf0: flags=0<> mtu 1280
  73. en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
  74.     ether d0:a6:37:ee:7d:79
  75.     inet6 fe80::d2a6:37ff:feee:7d79%en0 prefixlen 64 scopeid 0x4
  76.     inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255
  77.     nd6 options=1<PERFORMNUD>
  78.     media: autoselect
  79.     status: active
  80. en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
  81.     options=60<TSO4,TSO6>
  82.     ether 4a:00:00:44:18:c0
  83.     media: autoselect <full-duplex>
  84.     status: inactive
  85. en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
  86.     options=60<TSO4,TSO6>
  87.     ether 4a:00:00:44:18:c1
  88.     media: autoselect <full-duplex>
  89.     status: inactive
  90. p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
  91.     ether 02:a6:37:ee:7d:79
  92.     media: autoselect
  93.     status: inactive
  94. awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1452
  95.     ether e2:d2:f5:14:4f:8e
  96.     inet6 fe80::e0d2:f5ff:fe14:4f8e%awdl0 prefixlen 64 scopeid 0x8
  97.     nd6 options=1<PERFORMNUD>
  98.     media: autoselect
  99.     status: active
  100. bridge0: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
  101.     options=63<RXCSUM,TXCSUM,TSO4,TSO6>
  102.     ether d2:a6:37:ee:ae:00
  103.     Configuration:
  104.         id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
  105.         maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
  106.         root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
  107.         ipfilter disabled flags 0x2
  108.     member: en1 flags=3<LEARNING,DISCOVER>
  109.             ifmaxaddr 0 port 5 priority 0 path cost 0
  110.     member: en2 flags=3<LEARNING,DISCOVER>
  111.             ifmaxaddr 0 port 6 priority 0 path cost 0
  112.     nd6 options=1<PERFORMNUD>
  113.     media: <unknown type>
  114.     status: inactive
  115. utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
  116.     inet 192.168.43.120 --> 192.168.43.120 netmask 0xffffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement