Tunnelblick connection refused and odd ifconfig output

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Locked
vincente
OpenVpn Newbie
Posts: 5
Joined: Sun Aug 24, 2014 9:08 am

Tunnelblick connection refused and odd ifconfig output

Post by vincente » Sun Aug 24, 2014 9:42 am

Have a Linux server operating as the openvpn server on a basic installation and trying to connect via macbook using tunnelblick.

The Linux server configuration is as follows:

Code: Select all

eth0      Link encap:Ethernet  HWaddr D8:9D:67:F4:4F:25  
          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)
          Interrupt:20 Memory:ef600000-ef620000 

eth1      Link encap:Ethernet  HWaddr D8:9D:67:F4:4F:24  
          inet addr:192.168.1.16  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::da9d:67ff:fef4:4f24/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:208139 errors:0 dropped:0 overruns:0 frame:0
          TX packets:165878 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:174154612 (166.0 MiB)  TX bytes:27982876 (26.6 MiB)
          Interrupt:17 Memory:ef500000-ef520000 

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:16436  Metric:1
          RX packets:14981 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14981 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1274166 (1.2 MiB)  TX bytes:1274166 (1.2 MiB)

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.8.0.1  P-t-P:10.8.0.2  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP 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:100 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
Server Configuration
/etc/openvpn/server.conf

Code: Select all

port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.8.4"
keepalive 10 120
comp-lzo
user nobody
group nobody
persist-key
persist-tun
verb 3
Client Configuration

Code: Select all

client
dev tun
proto tcp
remote 1**.147.**.*** 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert macbook.crt
key macbook.key
ns-cert-type server
comp-lzo
verb 3
I have also port forwarded on the router:

Code: Select all

Name 	Type 	Port Start 	Port End 	Protocol 	NAT interface 	Private IP 	Private Port
openvpn 	Port-Range 	1194 	1194 	TCP or UDP 	eth0.v915 	192.168.1.16


The client files generated have been placed in /users/vincent/Library/Application/Tunnelblick/Configurations

ca.crt
macbook.crt
macbook.key


Errorlog from Tunnelblick

Code: Select all

2014-08-24 17:17:10 *Tunnelblick: openvpnstart starting OpenVPN
2014-08-24 17:17:11 OpenVPN 2.3.4 x86_64-apple-darwin [SSL (OpenSSL)] [LZO] [PKCS11] [MH] [IPv6] built on Aug  7 2014
2014-08-24 17:17:11 library versions: OpenSSL 1.0.1i 6 Aug 2014, LZO 2.08
2014-08-24 17:17:11 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:1337
2014-08-24 17:17:11 Need hold release from management interface, waiting...
2014-08-24 17:17:11 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:1337
2014-08-24 17:17:11 MANAGEMENT: CMD 'pid'
2014-08-24 17:17:11 MANAGEMENT: CMD 'state on'
2014-08-24 17:17:11 MANAGEMENT: CMD 'state'
2014-08-24 17:17:11 MANAGEMENT: CMD 'bytecount 1'
2014-08-24 17:17:11 MANAGEMENT: CMD 'hold release'
2014-08-24 17:17:11 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2014-08-24 17:17:11 *Tunnelblick: Established communication with OpenVPN
2014-08-24 17:17:11 Socket Buffers: R=[131072->65536] S=[131072->65536]
2014-08-24 17:17:11 Attempting to establish TCP connection with [AF_INET]1**.147.**.***:1194 [nonblock]
2014-08-24 17:17:11 MANAGEMENT: >STATE:1408871831,TCP_CONNECT,,,
2014-08-24 17:17:12 TCP: connect to [AF_INET]1**.147.**.***:1194 failed, will try again in 5 seconds: Connection refused
2014-08-24 17:17:17 MANAGEMENT: >STATE:1408871837,TCP_CONNECT,,,
2014-08-24 17:17:18 TCP: connect to [AF_INET]1**.147.**.***:1194 failed, will try again in 5 seconds: Connection refused
2014-08-24 17:17:23 MANAGEMENT: >STATE:1408871843,TCP_CONNECT,,,
2014-08-24 17:17:24 TCP: connect to [AF_INET]1**.147.**.***:1194 failed, will try again in 5 seconds: Connection refused
2014-08-24 17:17:29 MANAGEMENT: >STATE:1408871849,TCP_CONNECT,,,
2014-08-24 17:17:30 TCP: connect to [AF_INET]1**.147.**.***:1194 failed, will try again in 5 seconds: Connection refused 
As a side note since installation I have the following on output of "ifconfig" can anyone explain why this would occur and should I remove them? How?

Code: Select all

as0t0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.224.1  P-t-P:172.27.224.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t1     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.224.65  P-t-P:172.27.224.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t2     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.224.129  P-t-P:172.27.224.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t3     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.224.193  P-t-P:172.27.224.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t4     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.225.1  P-t-P:172.27.225.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t5     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.225.65  P-t-P:172.27.225.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t6     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.225.129  P-t-P:172.27.225.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t7     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.225.193  P-t-P:172.27.225.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t8     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.226.1  P-t-P:172.27.226.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t9     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.226.65  P-t-P:172.27.226.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t10    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.226.129  P-t-P:172.27.226.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t11    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.226.193  P-t-P:172.27.226.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t12    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.227.1  P-t-P:172.27.227.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t13    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.227.65  P-t-P:172.27.227.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t14    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.227.129  P-t-P:172.27.227.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t15    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.227.193  P-t-P:172.27.227.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t16    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.228.1  P-t-P:172.27.228.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t17    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.228.65  P-t-P:172.27.228.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t18    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.228.129  P-t-P:172.27.228.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t19    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.228.193  P-t-P:172.27.228.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t20    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.229.1  P-t-P:172.27.229.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t21    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.229.65  P-t-P:172.27.229.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t22    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.229.129  P-t-P:172.27.229.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t23    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.229.193  P-t-P:172.27.229.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t24    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.230.1  P-t-P:172.27.230.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t25    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.230.65  P-t-P:172.27.230.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t26    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.230.129  P-t-P:172.27.230.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t27    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.230.193  P-t-P:172.27.230.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t28    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.231.1  P-t-P:172.27.231.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t29    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.231.65  P-t-P:172.27.231.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t30    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.231.129  P-t-P:172.27.231.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t31    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.231.193  P-t-P:172.27.231.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t32    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.232.1  P-t-P:172.27.232.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t33    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.232.65  P-t-P:172.27.232.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t34    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.232.129  P-t-P:172.27.232.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t35    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.232.193  P-t-P:172.27.232.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t36    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.233.1  P-t-P:172.27.233.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t37    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.233.65  P-t-P:172.27.233.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t38    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.233.129  P-t-P:172.27.233.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t39    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.233.193  P-t-P:172.27.233.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t40    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.234.1  P-t-P:172.27.234.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t41    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.234.65  P-t-P:172.27.234.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t42    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.234.129  P-t-P:172.27.234.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t43    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.234.193  P-t-P:172.27.234.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t44    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.235.1  P-t-P:172.27.235.1  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t45    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.235.65  P-t-P:172.27.235.65  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t46    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.235.129  P-t-P:172.27.235.129  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

as0t47    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:172.27.235.193  P-t-P:172.27.235.193  Mask:255.255.255.192
          UP POINTOPOINT RUNNING NOARP 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:200 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

vincente
OpenVpn Newbie
Posts: 5
Joined: Sun Aug 24, 2014 9:08 am

Re: Tunnelblick connection refused and odd ifconfig output

Post by vincente » Sun Aug 24, 2014 11:38 am

Oh Thank you for pointing the error in Google DNS.

Log Files:

Code: Select all

[root@localhost openvpn]# cat openvpn-status.log
OpenVPN CLIENT LIST
Updated,Sun Aug 24 19:32:59 2014
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
ROUTING TABLE
Virtual Address,Common Name,Real Address,Last Ref
GLOBAL STATS
Max bcast/mcast queue length,0
END
[root@localhost openvpn]# cat openvpn.log
Sun Aug 24 19:30:48 2014 OpenVPN 2.3.2 x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Sep 12 2013
Sun Aug 24 19:30:48 2014 NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x.  Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.
Sun Aug 24 19:30:48 2014 Diffie-Hellman initialized with 2048 bit key
Sun Aug 24 19:30:48 2014 Socket Buffers: R=[87380->131072] S=[16384->131072]
Sun Aug 24 19:30:48 2014 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth1 HWADDR=d8:9d:67:f4:4f:24
Sun Aug 24 19:30:48 2014 TUN/TAP device tun0 opened
Sun Aug 24 19:30:48 2014 TUN/TAP TX queue length set to 100
Sun Aug 24 19:30:48 2014 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sun Aug 24 19:30:48 2014 /sbin/ip link set dev tun0 up mtu 1500
Sun Aug 24 19:30:48 2014 /sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
Sun Aug 24 19:30:48 2014 /sbin/ip route add 10.8.0.0/24 via 10.8.0.2
Sun Aug 24 19:30:48 2014 GID set to nobody
Sun Aug 24 19:30:48 2014 UID set to nobody
Sun Aug 24 19:30:48 2014 Listening for incoming TCP connection on [undef]
Sun Aug 24 19:30:48 2014 TCPv4_SERVER link local (bound): [undef]
Sun Aug 24 19:30:48 2014 TCPv4_SERVER link remote: [undef]
Sun Aug 24 19:30:48 2014 MULTI: multi_init called, r=256 v=256
Sun Aug 24 19:30:48 2014 IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0
Sun Aug 24 19:30:48 2014 IFCONFIG POOL LIST
Sun Aug 24 19:30:48 2014 MULTI: TCP INIT maxclients=1024 maxevents=1028
Sun Aug 24 19:30:48 2014 Initialization Sequence Completed

vincente
OpenVpn Newbie
Posts: 5
Joined: Sun Aug 24, 2014 9:08 am

Re: Tunnelblick connection refused and odd ifconfig output

Post by vincente » Sun Aug 24, 2014 12:59 pm

I have no idea about Access Server, have i downloaded an incorrect version? It is also spawning a whole bunch of processes.

Code: Select all

[root@localhost openvpn]# ps -ef | grep openvpn
root      7230     1  0 Aug20 ?        00:09:10 python -c from pyovpn.sagent.sagent_entry import openvpnas ; openvpnas() --logfile=/var/log/openvpnas.log --pidfile=/var/run/openvpnas.pid
502      25137  7230  0 14:17 ?        00:00:06 python -c from pyovpn.cserv.wserv_entry import start ; start() -no -u openvpn_as -g openvpn_as --pidfile /usr/local/openvpn_as/etc/tmp/wserv.pid -r epoll
502      25147  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25152 25147  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25167  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25173 25167  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25187  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25193 25187  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25207  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25213 25207  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25227  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25233 25227  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25247  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25253 25247  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25267  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25273 25267  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25287  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25293 25287  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25307  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25313 25307  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25327  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25333 25327  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25347  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25353 25347  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25367  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25373 25367  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25387  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25393 25387  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25407  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25413 25407  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25427  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25433 25427  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25447  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25453 25447  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25467  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25473 25467  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25487  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25493 25487  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25507  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25513 25507  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25527  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25533 25527  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25547  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25553 25547  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25567  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25573 25567  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25587  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25593 25587  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25607  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25613 25607  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25627  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25646  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25665  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25684  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25703  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25722  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25741  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25760  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25779  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25798  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25817  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25836  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25855  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25874  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25893  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25912  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25931  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25950  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25969  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      25988  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      26007  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      26026  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      26045  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
502      26064  7230  0 14:17 ?        00:00:00 openvpn-openssl --errors-to-stderr --config stdin
nobody   30347     1  0 19:30 ?        00:00:00 /usr/sbin/openvpn --daemon --writepid /var/run/openvpn/server.pid --cd /etc/openvpn --config server.conf --script-security 2
root     30683  4132  0 20:54 pts/0    00:00:00 grep openvpn
Part of the /var/log/openvpnas.log

Code: Select all

2014-08-24 14:17:26+0800 [-] License Info {'concurrent_connections': 2}
2014-08-24 14:17:26+0800 [-] <class 'pyovpn.omi.omiauth.OMIServerAuthFactory'> starting on "u'/usr/local/openvpn_as/etc/sock/omisock-A1YICwXffCJb'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 DEPRECATED OPTION: --no-name-remapping, please update your configuration'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 OpenVPN 2.3_AS9a x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [SNAPPY] [EPOLL] [MH] [IPv6] built on Jul 23 2014'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 MANAGEMENT: client_uid=0'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 MANAGEMENT: Connected to management server at /usr/local/openvpn_as/etc/sock/omisock-A1YICwXffCJb'
2014-08-24 14:17:26+0800 [-] (Port None Closed)
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'state on'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'echo on'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'bytecount 300'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'env-filter 1'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'hold off'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 MANAGEMENT: CMD 'hold release'"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x.  Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 Initializing OpenSSL auto engine support'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 Diffie-Hellman initialized with 2048 bit key'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 Control Channel Authentication: tls-auth using INLINE static key file'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 14:17:26 2014 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 Socket Buffers: R=[124928->200000] S=[124928->200000]'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 TUN/TAP device as0t47 opened'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 TUN/TAP TX queue length set to 200'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 MANAGEMENT: >STATE:1408861046,ASSIGN_IP,,172.27.235.193,'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 14:17:26 2014 /sbin/ifconfig as0t47 172.27.235.193 netmask 255.255.255.192 mtu 1500 broadcast 172.27.235.255'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: "Sun Aug 24 06:17:26 2014 chroot to '/usr/local/openvpn_as/etc/tmp/chroot' and cd to '/' succeeded"
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 GID set to openvpn_as'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 UID set to openvpn_as'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 memstats data will be written to /memstats/memstat-qTAkclucSpxN.dat'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 UDPv4 link local (bound): [AF_INET]192.168.1.16:963'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 UDPv4 link remote: [undef]'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 MULTI: multi_init called, r=4096 v=4096'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 Initialization Sequence Completed'
2014-08-24 14:17:26+0800 [-] OVPN 47 OUT: 'Sun Aug 24 06:17:26 2014 MANAGEMENT: >STATE:1408861046,CONNECTED,SUCCESS,172.27.235.193,'
2014-08-24 14:17:26+0800 [OMIClientAuth,0,] NETWORK RECONFIGURATION TRIGGERED RESTART:
2014-08-24 14:17:26+0800 [OMIClientAuth,0,] {
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]   "errors": {
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_0": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.224.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_1": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.224.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_10": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.226.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_11": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.226.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_12": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.227.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_13": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.227.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_14": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.227.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_15": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.227.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_16": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.228.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_17": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.228.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_18": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.228.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_19": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.228.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_2": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.224.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_20": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.229.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_21": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.229.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_22": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.229.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_23": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.229.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_24": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.230.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_25": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.230.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_26": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.230.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_27": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.230.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_28": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.231.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_29": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.231.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_3": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.224.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_30": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.231.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_31": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.231.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_32": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.232.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_33": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.232.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_34": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.232.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_35": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.232.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_36": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.233.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_37": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.233.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_38": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.233.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_39": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.233.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_4": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.225.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_40": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.234.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_41": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.234.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_42": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.234.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_43": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.234.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_44": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.235.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_45": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.235.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_46": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.235.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_47": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.235.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_5": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.225.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_6": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.225.129"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_7": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.225.193"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_8": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.226.1"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ], 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_9": [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       [
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "info", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]         "process started successfully on 172.27.226.65"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]       ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     ]
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]   }, 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]   "service_status": {
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "api": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "auth": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "bridge": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "client_query": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "crl": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "daemon_pre": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "db_push": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "ip6tables_live": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "ip6tables_openvpn": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "iptables_live": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "iptables_openvpn": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "iptables_web": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "license": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "log": "on", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_0": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_1": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_10": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_11": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_12": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_13": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_14": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_15": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_16": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_17": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_18": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_19": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_2": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_20": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_21": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_22": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_23": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_24": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_25": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_26": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_27": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_28": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_29": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_3": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_30": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_31": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_32": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_33": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_34": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_35": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_36": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_37": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_38": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_39": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_4": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_40": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_41": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_42": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_43": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_44": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_45": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_46": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_47": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_5": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_6": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_7": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_8": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "openvpn_9": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "user": "restarted", 
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]     "web": "restarted"
2014-08-24 14:17:26+0800 [OMIClientAuth,0,]   }
2014-08-24 14:17:26+0800 [OMIClientAuth,0,] }
2014-08-24 14:59:55+0800 [-] OVPN 24 OUT: 'Sun Aug 24 06:59:55 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:15702'
2014-08-24 14:59:58+0800 [-] OVPN 24 OUT: 'Sun Aug 24 06:59:58 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:15702'
2014-08-24 15:00:01+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:00:01 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:15702'
2014-08-24 15:00:09+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:00:09 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:15702'
2014-08-24 15:00:26+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:00:26 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:15702'
2014-08-24 15:00:56+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:00:56 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:46523'
2014-08-24 15:00:58+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:00:58 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:46523'
2014-08-24 15:01:09+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:01:09 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:46523'
2014-08-24 15:01:25+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:01:25 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:46523'
2014-08-24 15:01:56+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:01:56 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:2218'
2014-08-24 15:01:58+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:01:58 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:2218'
2014-08-24 15:02:02+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:02:02 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:2218'
2014-08-24 15:02:10+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:02:10 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:2218'
2014-08-24 15:02:27+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:02:27 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:2218'
2014-08-24 15:12:35+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:12:35 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:34667'
2014-08-24 15:12:38+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:12:38 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:34667'
2014-08-24 15:12:41+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:12:41 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:34667'
2014-08-24 15:12:50+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:12:50 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:34667'
2014-08-24 15:13:07+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:13:07 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:34667'
2014-08-24 15:13:35+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:13:35 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:38242'
2014-08-24 15:13:37+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:13:37 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:38242'
2014-08-24 15:13:41+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:13:41 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:38242'
2014-08-24 15:13:49+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:13:49 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:38242'
2014-08-24 15:14:06+0800 [-] OVPN 24 OUT: 'Sun Aug 24 07:14:06 2014 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.1.1:38242'
2014-08-24 16:52:38+0800 [-] *** MEMORY usage: 63365 objects, counts=(1, 0, 6)
2014-08-24 16:52:38+0800 [-] (14482, <type 'function'>)
2014-08-24 16:52:38+0800 [-] (10568, <type 'dict'>)
2014-08-24 16:52:38+0800 [-] (7756, <type 'tuple'>)
2014-08-24 16:52:38+0800 [-] (4325, <type 'weakref'>)
2014-08-24 16:52:38+0800 [-] (3540, <type 'list'>)
2014-08-24 16:52:38+0800 [-] (3288, <class 'ovpn3.IPAddr'>)
2014-08-24 16:52:38+0800 [-] (1970, <type 'instancemethod'>)
2014-08-24 16:52:38+0800 [-] (1816, <type 'builtin_function_or_method'>)
2014-08-24 16:52:38+0800 [-] (1551, <type 'getset_descriptor'>)
2014-08-24 16:52:38+0800 [-] (1501, <type 'type'>)
2014-08-24 16:52:38+0800 [-] (1282, <type 'wrapper_descriptor'>)
2014-08-24 16:52:38+0800 [-] (1153, <type 'instance'>)
2014-08-24 16:52:38+0800 [-] (866, <type 'method_descriptor'>)
2014-08-24 16:52:38+0800 [-] (733, <type 'module'>)
2014-08-24 16:52:38+0800 [-] (560, <type 'set'>)
2014-08-24 16:52:38+0800 [-] (557, <type 'classobj'>)
2014-08-24 16:52:38+0800 [-] (520, <type 'cell'>)
2014-08-24 16:52:38+0800 [-] (412, <type 'classmethod'>)
2014-08-24 16:52:38+0800 [-] (356, <class 'zope.interface.interface.Method'>)
2014-08-24 16:52:38+0800 [-] (336, <type 'member_descriptor'>)
2014-08-24 16:52:38+0800 [-] *** GARBAGE usage: 0 objects, counts=(1, 0, 6)
2014-08-24 20:17:21+0800 [-] WEB OUT: '2014-08-24 20:17:21+0800 [-] *** MEMORY usage: 34934 objects, counts=(138, 7, 8)'
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (9417, <type 'function'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (5396, <type 'dict'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (5122, <type 'tuple'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (2748, <type 'weakref'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (1831, <type 'list'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (1224, <type 'wrapper_descriptor'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (1130, <type 'builtin_function_or_method'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (1068, <type 'getset_descriptor'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (967, <type 'type'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (840, <type 'method_descriptor'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (786, <type 'instance'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (539, <type 'module'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (461, <type 'classobj'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (354, <class 'zope.interface.interface.Method'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (293, <type 'member_descriptor'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (251, <class 'nevow.stan.Entity'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (248, <class 'zope.interface.declarations.Implements'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (215, <class 'zope.interface.declarations.ClassProvides'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (193, <type 'set'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: "2014-08-24 20:17:21+0800 [-] (179, <type 'classmethod'>)"
2014-08-24 20:17:21+0800 [-] WEB OUT: '2014-08-24 20:17:21+0800 [-] *** GARBAGE usage: 0 objects, counts=(138, 7, 8)'

vincente
OpenVpn Newbie
Posts: 5
Joined: Sun Aug 24, 2014 9:08 am

Re: Tunnelblick connection refused and odd ifconfig output

Post by vincente » Mon Aug 25, 2014 4:11 am

Somehow I had both installed I have no idea how I stupidly did this likely lack of sleep. I removed Access Server and all the processes shown above have disappeared and the output of ifconfig now looks as it should.

I also chose to remove Tunnelblick from the macbook in favor of Viscosity as it seems to have more parameters to tweak and configure and console output lets me see more about what is happening.

Unfortunately it is still not working the server configuration is the same as previous and I have regenerated the keys and certificates both on the server side and for distribution to the client. The port remap on the router remains from the static IP from the ISP to the internal server address. ( I have a case with them also to double check they are not involved).

With regard to the client side logs please see below:

VISCOSITY LOG

Code: Select all

Aug 25 08:43:01: Viscosity Mac 1.4.10 (1175)
Aug 25 08:43:01: Viscosity OpenVPN Engine Started
Aug 25 08:43:01: Running on Mac OS X 10.9.4
Aug 25 08:43:01: ---------
Aug 25 08:43:01: Checking reachability status of connection...
Aug 25 08:43:01: Connection is reachable. Starting connection attempt.
Aug 25 08:43:03: OpenVPN 2.3.4 i386-apple-darwin [SSL (OpenSSL)] [LZO] [PKCS11] [MH] [IPv6] built on Jun  6 2014
Aug 25 08:43:03: MANAGEMENT: CMD 'state on'
Aug 25 08:43:03: MANAGEMENT: CMD 'hold release'
Aug 25 08:43:03: LZO compression initialized
Aug 25 08:43:03: Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Aug 25 08:43:03: Socket Buffers: R=[131072->65536] S=[131072->65536]
Aug 25 08:43:03: Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Aug 25 08:43:03: Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Aug 25 08:43:03: Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Aug 25 08:43:03: Local Options hash (VER=V4): '69109d17'
Aug 25 08:43:03: Expected Remote Options hash (VER=V4): 'c0103fa8'
Aug 25 08:43:03: Attempting to establish TCP connection with [AF_INET]13*.1**.**.1**:1194 [nonblock]
Aug 25 08:43:03: MANAGEMENT: >STATE:1408927383,TCP_CONNECT,,,
Aug 25 08:43:03: MANAGEMENT: CMD 'hold release'
Aug 25 08:43:04: MANAGEMENT: CMD 'state on'
Aug 25 08:43:04: MANAGEMENT: CMD 'hold release'
Aug 25 08:43:04: MANAGEMENT: CMD 'pid'
Aug 25 08:43:04: MANAGEMENT: CMD 'pid'
Aug 25 08:43:05: MANAGEMENT: CMD 'hold release'
Aug 25 08:43:05: MANAGEMENT: CMD 'pid'
Aug 25 08:43:05: MANAGEMENT: CMD 'pid'
Aug 25 08:43:06: TCP: connect to [AF_INET]13*.1**.**.1**:1194 failed, will try again in 5 seconds: Connection refused
Aug 25 08:43:11: MANAGEMENT: >STATE:1408927391,TCP_CONNECT,,,
MACBOOK CLIENT CONSOLE OUTPUT

Code: Select all

25/08/2014 8:43:02.167 am openvpn[4503]: Current Parameter Settings:
25/08/2014 8:43:02.167 am openvpn[4503]:   config = '/Library/ViscosityHelperTools/ActiveConnections/tmpflD_Fr.conf'
25/08/2014 8:43:02.167 am openvpn[4503]:   mode = 0
25/08/2014 8:43:02.167 am openvpn[4503]:   show_ciphers = DISABLED
25/08/2014 8:43:02.167 am openvpn[4503]:   show_digests = DISABLED
25/08/2014 8:43:02.167 am openvpn[4503]:   show_engines = DISABLED
25/08/2014 8:43:02.167 am openvpn[4503]:   genkey = DISABLED
25/08/2014 8:43:02.167 am openvpn[4503]:   key_pass_file = '[UNDEF]'
25/08/2014 8:43:02.168 am openvpn[4503]:   show_tls_ciphers = DISABLED
25/08/2014 8:43:02.168 am openvpn[4503]: Connection profiles [default]:
25/08/2014 8:43:02.168 am openvpn[4503]:   proto = tcp-client
25/08/2014 8:43:02.168 am openvpn[4503]:   local = '[UNDEF]'
25/08/2014 8:43:02.168 am openvpn[4503]:   local_port = 0
25/08/2014 8:43:02.168 am openvpn[4503]:   remote = '13*.1**.**.1**'
25/08/2014 8:43:02.168 am openvpn[4503]:   remote_port = 1194
25/08/2014 8:43:02.168 am openvpn[4503]:   remote_float = DISABLED
25/08/2014 8:43:02.168 am openvpn[4503]:   bind_defined = DISABLED
25/08/2014 8:43:02.168 am openvpn[4503]:   bind_local = DISABLED
25/08/2014 8:43:02.168 am openvpn[4503]:   connect_retry_seconds = 5
25/08/2014 8:43:02.168 am openvpn[4503]:   connect_timeout = 10
25/08/2014 8:43:02.168 am openvpn[4503]:   connect_retry_max = 0
25/08/2014 8:43:02.169 am openvpn[4503]:   socks_proxy_server = '[UNDEF]'
25/08/2014 8:43:02.169 am openvpn[4503]:   socks_proxy_port = 0
25/08/2014 8:43:02.169 am openvpn[4503]:   socks_proxy_retry = DISABLED
25/08/2014 8:43:02.169 am openvpn[4503]:   tun_mtu = 1500
25/08/2014 8:43:02.169 am openvpn[4503]:   tun_mtu_defined = ENABLED
25/08/2014 8:43:02.169 am openvpn[4503]:   link_mtu = 1500
25/08/2014 8:43:02.169 am openvpn[4503]:   link_mtu_defined = DISABLED
25/08/2014 8:43:02.169 am openvpn[4503]:   tun_mtu_extra = 0
25/08/2014 8:43:02.169 am openvpn[4503]:   tun_mtu_extra_defined = DISABLED
25/08/2014 8:43:02.169 am openvpn[4503]:   mtu_discover_type = -1
25/08/2014 8:43:02.169 am openvpn[4503]:   fragment = 0
25/08/2014 8:43:02.169 am openvpn[4503]:   mssfix = 1450
25/08/2014 8:43:02.169 am openvpn[4503]:   explicit_exit_notification = 0
25/08/2014 8:43:02.170 am openvpn[4503]: Connection profiles END
25/08/2014 8:43:02.170 am openvpn[4503]:   remote_random = DISABLED
25/08/2014 8:43:02.170 am openvpn[4503]:   ipchange = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   dev = 'tun'
25/08/2014 8:43:02.170 am openvpn[4503]:   dev_type = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   dev_node = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   lladdr = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   topology = 1
25/08/2014 8:43:02.170 am openvpn[4503]:   tun_ipv6 = DISABLED
25/08/2014 8:43:02.170 am openvpn[4503]:   ifconfig_local = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   ifconfig_remote_netmask = '[UNDEF]'
25/08/2014 8:43:02.170 am openvpn[4503]:   ifconfig_noexec = DISABLED
25/08/2014 8:43:02.170 am openvpn[4503]:   ifconfig_nowarn = DISABLED
25/08/2014 8:43:02.171 am openvpn[4503]:   ifconfig_ipv6_local = '[UNDEF]'
25/08/2014 8:43:02.171 am openvpn[4503]:   ifconfig_ipv6_netbits = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   ifconfig_ipv6_remote = '[UNDEF]'
25/08/2014 8:43:02.171 am openvpn[4503]:   shaper = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   mtu_test = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   mlock = DISABLED
25/08/2014 8:43:02.171 am openvpn[4503]:   keepalive_ping = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   keepalive_timeout = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   inactivity_timeout = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   ping_send_timeout = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   ping_rec_timeout = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   ping_rec_timeout_action = 0
25/08/2014 8:43:02.171 am openvpn[4503]:   ping_timer_remote = DISABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   remap_sigusr1 = 0
25/08/2014 8:43:02.172 am openvpn[4503]:   persist_tun = ENABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   persist_local_ip = DISABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   persist_remote_ip = DISABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   persist_key = ENABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   passtos = DISABLED
25/08/2014 8:43:02.172 am openvpn[4503]:   resolve_retry_seconds = 1000000000
25/08/2014 8:43:02.172 am openvpn[4503]:   username = '[UNDEF]'
25/08/2014 8:43:02.172 am openvpn[4503]:   groupname = '[UNDEF]'
25/08/2014 8:43:02.172 am openvpn[4503]:   chroot_dir = '[UNDEF]'
25/08/2014 8:43:02.172 am openvpn[4503]:   cd_dir = '/Users/vincent/Library/Application Support/Viscosity/OpenVPN/1'
25/08/2014 8:43:02.172 am openvpn[4503]:   writepid = '[UNDEF]'
25/08/2014 8:43:02.172 am openvpn[4503]:   up_script = '[UNDEF]'
25/08/2014 8:43:02.173 am openvpn[4503]:   down_script = '[UNDEF]'
25/08/2014 8:43:02.173 am openvpn[4503]:   down_pre = DISABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   up_restart = DISABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   up_delay = DISABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   daemon = ENABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   inetd = 0
25/08/2014 8:43:02.173 am openvpn[4503]:   log = DISABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   suppress_timestamps = DISABLED
25/08/2014 8:43:02.173 am openvpn[4503]:   nice = 0
25/08/2014 8:43:02.173 am openvpn[4503]:   verbosity = 5
25/08/2014 8:43:02.173 am openvpn[4503]:   mute = 0
25/08/2014 8:43:02.173 am openvpn[4503]:   status_file = '[UNDEF]'
25/08/2014 8:43:02.173 am openvpn[4503]:   status_file_version = 1
25/08/2014 8:43:02.174 am openvpn[4503]:   status_file_update_freq = 60
25/08/2014 8:43:02.174 am openvpn[4503]:   occ = ENABLED
25/08/2014 8:43:02.174 am openvpn[4503]:   rcvbuf = 65536
25/08/2014 8:43:02.174 am openvpn[4503]:   sndbuf = 65536
25/08/2014 8:43:02.174 am openvpn[4503]:   sockflags = 0
25/08/2014 8:43:02.174 am openvpn[4503]:   fast_io = DISABLED
25/08/2014 8:43:02.174 am openvpn[4503]:   lzo = 7
25/08/2014 8:43:02.174 am openvpn[4503]:   route_script = '[UNDEF]'
25/08/2014 8:43:02.174 am openvpn[4503]:   route_default_gateway = '[UNDEF]'
25/08/2014 8:43:02.174 am openvpn[4503]:   route_default_metric = 0
25/08/2014 8:43:02.174 am openvpn[4503]:   route_noexec = DISABLED
25/08/2014 8:43:02.174 am openvpn[4503]:   route_delay = 0
25/08/2014 8:43:02.174 am openvpn[4503]:   route_delay_window = 30
25/08/2014 8:43:02.174 am openvpn[4503]:   route_delay_defined = DISABLED
25/08/2014 8:43:02.175 am openvpn[4503]:   route_nopull = DISABLED
25/08/2014 8:43:02.175 am openvpn[4503]:   route_gateway_via_dhcp = DISABLED
25/08/2014 8:43:02.175 am openvpn[4503]:   max_routes = 100
25/08/2014 8:43:02.175 am openvpn[4503]:   allow_pull_fqdn = DISABLED
25/08/2014 8:43:02.175 am openvpn[4503]:   management_addr = '127.0.0.1'
25/08/2014 8:43:02.175 am openvpn[4503]:   management_port = 51471
25/08/2014 8:43:02.175 am openvpn[4503]:   management_user_pass = '[UNDEF]'
25/08/2014 8:43:02.175 am openvpn[4503]:   management_log_history_cache = 250
25/08/2014 8:43:02.175 am openvpn[4503]:   management_echo_buffer_size = 100
25/08/2014 8:43:02.175 am openvpn[4503]:   management_write_peer_info_file = '[UNDEF]'
25/08/2014 8:43:02.175 am openvpn[4503]:   management_client_user = '[UNDEF]'
25/08/2014 8:43:02.175 am openvpn[4503]:   management_client_group = '[UNDEF]'
25/08/2014 8:43:02.176 am openvpn[4503]:   management_flags = 6
25/08/2014 8:43:02.176 am openvpn[4503]:   shared_secret_file = '[UNDEF]'
25/08/2014 8:43:02.176 am openvpn[4503]:   key_direction = 0
25/08/2014 8:43:02.176 am openvpn[4503]:   ciphername_defined = ENABLED
25/08/2014 8:43:02.176 am openvpn[4503]:   ciphername = 'BF-CBC'
25/08/2014 8:43:02.176 am openvpn[4503]:   authname_defined = ENABLED
25/08/2014 8:43:02.176 am openvpn[4503]:   authname = 'SHA1'
25/08/2014 8:43:02.176 am openvpn[4503]:   prng_hash = 'SHA1'
25/08/2014 8:43:02.176 am openvpn[4503]:   prng_nonce_secret_len = 16
25/08/2014 8:43:02.176 am openvpn[4503]:   keysize = 0
25/08/2014 8:43:02.176 am openvpn[4503]:   engine = DISABLED
25/08/2014 8:43:02.176 am openvpn[4503]:   replay = ENABLED
25/08/2014 8:43:02.176 am openvpn[4503]:   mute_replay_warnings = DISABLED
25/08/2014 8:43:02.176 am openvpn[4503]:   replay_window = 64
25/08/2014 8:43:02.177 am openvpn[4503]:   replay_time = 15
25/08/2014 8:43:02.177 am openvpn[4503]:   packet_id_file = '[UNDEF]'
25/08/2014 8:43:02.177 am openvpn[4503]:   use_iv = ENABLED
25/08/2014 8:43:02.177 am openvpn[4503]:   test_crypto = DISABLED
25/08/2014 8:43:02.177 am openvpn[4503]:   tls_server = DISABLED
25/08/2014 8:43:02.177 am openvpn[4503]:   tls_client = ENABLED
25/08/2014 8:43:02.177 am openvpn[4503]:   key_method = 2
25/08/2014 8:43:02.177 am openvpn[4503]:   ca_file = 'ca.crt'
25/08/2014 8:43:02.177 am openvpn[4503]:   ca_path = '[UNDEF]'
25/08/2014 8:43:02.177 am openvpn[4503]:   dh_file = '[UNDEF]'
25/08/2014 8:43:02.177 am openvpn[4503]:   cert_file = 'cert.crt'
25/08/2014 8:43:02.177 am openvpn[4503]:   priv_key_file = 'key.key'
25/08/2014 8:43:02.178 am openvpn[4503]:   pkcs12_file = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   cipher_list = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   tls_verify = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   tls_export_cert = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   verify_x509_type = 0
25/08/2014 8:43:02.178 am openvpn[4503]:   verify_x509_name = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   crl_file = '[UNDEF]'
25/08/2014 8:43:02.178 am openvpn[4503]:   ns_cert_type = 1
25/08/2014 8:43:02.178 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.178 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.178 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.178 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.178 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_ku[i] = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   remote_cert_eku = '[UNDEF]'
25/08/2014 8:43:02.179 am openvpn[4503]:   ssl_flags = 0
25/08/2014 8:43:02.179 am openvpn[4503]:   tls_timeout = 2
25/08/2014 8:43:02.180 am openvpn[4503]:   renegotiate_bytes = 0
25/08/2014 8:43:02.180 am openvpn[4503]:   renegotiate_packets = 0
25/08/2014 8:43:02.180 am openvpn[4503]:   renegotiate_seconds = 3600
25/08/2014 8:43:02.180 am openvpn[4503]:   handshake_window = 60
25/08/2014 8:43:02.180 am openvpn[4503]:   transition_window = 3600
25/08/2014 8:43:02.180 am openvpn[4503]:   single_session = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   push_peer_info = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   tls_exit = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   tls_auth_file = '[UNDEF]'
25/08/2014 8:43:02.180 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.180 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.181 am openvpn[4503]:   pkcs11_protected_authentication = DISABLED
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.182 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_private_mode = 00000000
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.183 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_cert_private = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_pin_cache_period = -1
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_id = '[UNDEF]'
25/08/2014 8:43:02.184 am openvpn[4503]:   pkcs11_id_management = DISABLED
25/08/2014 8:43:02.184 am openvpn[4503]:   server_network = 0.0.0.0
25/08/2014 8:43:02.184 am openvpn[4503]:   server_netmask = 0.0.0.0
25/08/2014 8:43:02.184 am openvpn[4503]:   server_network_ipv6 = ::
25/08/2014 8:43:02.184 am openvpn[4503]:   server_netbits_ipv6 = 0
25/08/2014 8:43:02.185 am openvpn[4503]:   server_bridge_ip = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   server_bridge_netmask = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   server_bridge_pool_start = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   server_bridge_pool_end = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_defined = DISABLED
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_start = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_end = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_netmask = 0.0.0.0
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_persist_filename = '[UNDEF]'
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_pool_persist_refresh_freq = 600
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_ipv6_pool_defined = DISABLED
25/08/2014 8:43:02.185 am openvpn[4503]:   ifconfig_ipv6_pool_base = ::
25/08/2014 8:43:02.186 am openvpn[4503]:   ifconfig_ipv6_pool_netbits = 0
25/08/2014 8:43:02.186 am openvpn[4503]:   n_bcast_buf = 256
25/08/2014 8:43:02.186 am openvpn[4503]:   tcp_queue_limit = 64
25/08/2014 8:43:02.186 am openvpn[4503]:   real_hash_size = 256
25/08/2014 8:43:02.186 am openvpn[4503]:   virtual_hash_size = 256
25/08/2014 8:43:02.186 am openvpn[4503]:   client_connect_script = '[UNDEF]'
25/08/2014 8:43:02.186 am openvpn[4503]:   learn_address_script = '[UNDEF]'
25/08/2014 8:43:02.186 am openvpn[4503]:   client_disconnect_script = '[UNDEF]'
25/08/2014 8:43:02.186 am openvpn[4503]:   client_config_dir = '[UNDEF]'
25/08/2014 8:43:02.186 am openvpn[4503]:   ccd_exclusive = DISABLED
25/08/2014 8:43:02.186 am openvpn[4503]:   tmp_dir = '/var/folders/j6/hr2h0ncx6h14dtrmlsq1s6cw0000gn/T/'
25/08/2014 8:43:02.186 am openvpn[4503]:   push_ifconfig_defined = DISABLED
25/08/2014 8:43:02.186 am openvpn[4503]:   push_ifconfig_local = 0.0.0.0
25/08/2014 8:43:02.187 am openvpn[4503]:   push_ifconfig_remote_netmask = 0.0.0.0
25/08/2014 8:43:02.187 am openvpn[4503]:   push_ifconfig_ipv6_defined = DISABLED
25/08/2014 8:43:02.187 am openvpn[4503]:   push_ifconfig_ipv6_local = ::/0
25/08/2014 8:43:02.187 am openvpn[4503]:   push_ifconfig_ipv6_remote = ::
25/08/2014 8:43:02.187 am openvpn[4503]:   enable_c2c = DISABLED
25/08/2014 8:43:02.187 am openvpn[4503]:   duplicate_cn = DISABLED
25/08/2014 8:43:02.187 am openvpn[4503]:   cf_max = 0
25/08/2014 8:43:02.187 am openvpn[4503]:   cf_per = 0
25/08/2014 8:43:02.187 am openvpn[4503]:   max_clients = 1024
25/08/2014 8:43:02.187 am openvpn[4503]:   max_routes_per_client = 256
25/08/2014 8:43:02.187 am openvpn[4503]:   auth_user_pass_verify_script = '[UNDEF]'
25/08/2014 8:43:02.187 am openvpn[4503]:   auth_user_pass_verify_script_via_file = DISABLED
25/08/2014 8:43:02.188 am openvpn[4503]:   port_share_host = '[UNDEF]'
25/08/2014 8:43:02.188 am openvpn[4503]:   port_share_port = 0
25/08/2014 8:43:02.188 am openvpn[4503]:   client = DISABLED
25/08/2014 8:43:02.188 am openvpn[4503]:   pull = ENABLED
25/08/2014 8:43:02.188 am openvpn[4503]:   auth_user_pass_file = '[UNDEF]'
25/08/2014 8:43:02.188 am openvpn[4503]: OpenVPN 2.3.4 i386-apple-darwin [SSL (OpenSSL)] [LZO] [PKCS11] [MH] [IPv6] built on Jun  6 2014
25/08/2014 8:43:02.188 am openvpn[4503]: library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
25/08/2014 8:43:02.189 am openvpn[4503]: MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:51471
25/08/2014 8:43:02.190 am openvpn[4505]: Need hold release from management interface, waiting...
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: Client connected from [AF_INET]127.0.0.1:51471
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: CMD 'version'
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: CMD 'pid'
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: CMD 'log on'
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: CMD 'state on'
25/08/2014 8:43:03.294 am openvpn[4505]: MANAGEMENT: CMD 'hold release'
25/08/2014 8:43:03.296 am openvpn[4505]: LZO compression initialized
25/08/2014 8:43:03.296 am openvpn[4505]: Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
25/08/2014 8:43:03.296 am openvpn[4505]: Socket Buffers: R=[131072->65536] S=[131072->65536]
25/08/2014 8:43:03.297 am openvpn[4505]: Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
25/08/2014 8:43:03.297 am openvpn[4505]: Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
25/08/2014 8:43:03.297 am openvpn[4505]: Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
25/08/2014 8:43:03.297 am openvpn[4505]: Local Options hash (VER=V4): '69109d17'
25/08/2014 8:43:03.297 am openvpn[4505]: Expected Remote Options hash (VER=V4): 'c0103fa8'
25/08/2014 8:43:03.297 am openvpn[4505]: Attempting to establish TCP connection with [AF_INET]132.147.65.149:1194 [nonblock]
25/08/2014 8:43:03.297 am openvpn[4505]: MANAGEMENT: >STATE:1408927383,TCP_CONNECT,,,
25/08/2014 8:43:03.711 am imagent[2696]: Quit - notifying about shutdown
25/08/2014 8:43:03.711 am imagent[2696]: Quit - shutting down daemon
25/08/2014 8:43:03.805 am openvpn[4505]: MANAGEMENT: CMD 'hold release'
25/08/2014 8:43:04.307 am openvpn[4505]: MANAGEMENT: CMD 'state on'
25/08/2014 8:43:04.809 am openvpn[4505]: MANAGEMENT: CMD 'hold release'
25/08/2014 8:43:04.810 am openvpn[4505]: MANAGEMENT: CMD 'pid'
25/08/2014 8:43:04.814 am openvpn[4505]: MANAGEMENT: CMD 'pid'
25/08/2014 8:43:05.316 am openvpn[4505]: MANAGEMENT: CMD 'hold release'
25/08/2014 8:43:05.317 am openvpn[4505]: MANAGEMENT: CMD 'pid'
25/08/2014 8:43:05.319 am openvpn[4505]: MANAGEMENT: CMD 'pid'
25/08/2014 8:43:06.227 am apsd[4509]: Unrecognized leaf certificate
25/08/2014 8:43:06.319 am openvpn[4505]: TCP: connect to [AF_INET]13*.1**.**.1**:1194 failed, will try again in 5 seconds: Connection refused
25/08/2014 8:43:11.323 am openvpn[4505]: MANAGEMENT: >STATE:1408927391,TCP_CONNECT,,,
25/08/2014 8:43:12.325 am openvpn[4505]: TCP: connect to [AF_INET]13*.1**.**.1**:1194 failed, will try again in 5 seconds: Connection refused
25/08/2014 8:43:17.329 am openvpn[4505]: MANAGEMENT: >STATE:1408927397,TCP_CONNECT,,,
25/08/2014 8:43:18.331 am openvpn[4505]: TCP: connect to [AF_INET]13*.1**.**.1**:1194 failed, will try again in 5 seconds: Connection refused
25/08/2014 8:43:19.739 am openvpn[4505]: MANAGEMENT: CMD 'signal SIGTERM'
25/08/2014 8:43:19.739 am openvpn[4505]: MANAGEMENT: TCP send error: Broken pipe
25/08/2014 8:43:19.739 am openvpn[4505]: MANAGEMENT: Client disconnected
25/08/2014 8:43:19.739 am openvpn[4505]: SIGTERM[hard,init_instance] received, process exiting
25/08/2014 8:43:19.739 am openvpn[4505]: MANAGEMENT: >STATE:1408927399,EXITING,init_instance,,
25/08/2014 8:43:20.929 am awacsd[4524]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
25/08/2014 8:43:20.931 am awacsd[4524]: InnerStore CopyAllZones: no info in Dynamic Store
25/08/2014 8:43:24.454 am apsd[4528]: Unrecognized leaf certificate
25/08/2014 8:43:35.930 am awacsd[4524]: Exiting
25/08/2014 8:45:55.000 am kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
25/08/2014 8:45:55.000 am kernel[0]: AirPort: Link Down on en0. Reason 3 (Deauthenticated because station leaving).
I have no idea what "

Code: Select all

Unrecognized leaf certificate
" refers to and not sure if that is the issue.

Appreciate your prompt responses on this. Let me know if this should be a separate thread now the config has changed.

Regards,
Vincent.

vincente
OpenVpn Newbie
Posts: 5
Joined: Sun Aug 24, 2014 9:08 am

Re: Tunnelblick connection refused and odd ifconfig output

Post by vincente » Mon Aug 25, 2014 4:01 pm

SOLVED.

Basically two things wrong, a crappy router and iptables update.

1. Zhone router ZNID-GPON-2426A-0SG requires a reboot for the port forwarding to take affect.
- Found this out by installing nmap on macbook and scanning my WAN IP and the port and found it was closed.
- Decided to reboot the router to see what would happen. After another nmap scan the port switched from closed to filtered.
- This then lead me to recheck iptables and a direct open of the port ( no documentation relayed this information )

2. Port whilst listening when running lsof was blocking at firewall
- issued the following commands to open:

Code: Select all

   iptables -I INPUT -p tcp -m tcp --dport 1194 -j ACCEPT
   service iptables save
   service iptables restart
I then issued another port scan using nmap from the client outside the network and the port showed as open. YAY!

Issued a connect via viscosity and all OK. Hope this can help others and thank you to contributor.

Locked