Skip to content

Instantly share code, notes, and snippets.

@jamiecook
Last active May 1, 2017 10:07
Show Gist options
  • Save jamiecook/e12b1ed5c6d2111f3f8a583fb471ed7e to your computer and use it in GitHub Desktop.
Save jamiecook/e12b1ed5c6d2111f3f8a583fb471ed7e to your computer and use it in GitHub Desktop.

Tunnelblick console log

*Tunnelblick: OS X 10.12.3; Tunnelblick 3.7.0 (build 4790); prior version 3.6.10 (build 4760); Admin user

Console Log:

2017-05-01 19:49:57 Tunnelblick[699] Keychain item retrieved successfully for service = '[email protected]_ssl_vpn_config (1)' account = 'username'
2017-05-01 19:49:57 Tunnelblick[699] Keychain item retrieved successfully for service = '[email protected]_ssl_vpn_config (1)' account = 'password'

ifconfig -a

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
	inet 127.0.0.1 netmask 0xff000000 
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
	nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 14:10:9f:dc:2a:73 
	inet 192.168.3.12 netmask 0xffffff00 broadcast 192.168.3.255
	media: autoselect
	status: active
en1: flags=963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX> mtu 1500
	options=60<TSO4,TSO6>
	ether 32:00:1a:93:55:40 
	media: autoselect <full-duplex>
	status: inactive
en2: flags=963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX> mtu 1500
	options=60<TSO4,TSO6>
	ether 32:00:1a:93:55:41 
	media: autoselect <full-duplex>
	status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
	ether 06:10:9f:dc:2a:73 
	media: autoselect
	status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
	ether f6:ca:05:0c:23:e9 
	inet6 fe80::f4ca:5ff:fe0c:23e9%awdl0 prefixlen 64 scopeid 0x8 
	nd6 options=201<PERFORMNUD,DAD>
	media: autoselect
	status: active
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=63<RXCSUM,TXCSUM,TSO4,TSO6>
	ether 32:00:1a:93:55:40 
	Configuration:
		id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
		maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
		root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
		ipfilter disabled flags 0x2
	member: en1 flags=3<LEARNING,DISCOVER>
	        ifmaxaddr 0 port 5 priority 0 path cost 0
	member: en2 flags=3<LEARNING,DISCOVER>
	        ifmaxaddr 0 port 6 priority 0 path cost 0
	media: <unknown type>
	status: inactive
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
	inet6 fe80::b4ae:66c0:10f3:5e9%utun0 prefixlen 64 scopeid 0xa 
	nd6 options=201<PERFORMNUD,DAD>
utun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
	inet6 fe80::c8f3:9e43:d010:b7c2%utun1 prefixlen 64 scopeid 0xb 
	nd6 options=201<PERFORMNUD,DAD>
utun2: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
	inet 172.16.0.3 --> 172.16.0.3 netmask 0xffffff00 

misc

20170501 20:05:28   jamie@jbook:~
☢ ping haddin
PING haddin.vlc.network (192.168.0.162): 56 data bytes
64 bytes from 192.168.0.162: icmp_seq=0 ttl=127 time=14.676 ms
64 bytes from 192.168.0.162: icmp_seq=1 ttl=127 time=14.710 ms
^C
--- haddin.vlc.network ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 14.676/14.693/14.710/0.017 ms
20170501 20:06:03   jamie@jbook:~
∴ cat /etc/resolv.conf
#
# Mac OS X Notice
#
# This file is not used by the host name and address resolution
# or the DNS query routing mechanisms used by most processes on
# this Mac OS X system.
#
# This file is automatically generated.
#
search vlc.network
nameserver 192.168.0.30
20170501 20:06:44   jamie@jbook:~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment