I am trying to connect a snom phone to the openvpn-as server. I verified it's connecting but am concerned about error lines which I bolded below. Can anyone shed some light on them? Regards, Alex.
root@openvpnas:~# netcat -l -p 5000
Tue Mar 20 21:56:39 2012 OpenVPN 2.1.2 mips-unknown-linux-gnu [SSL] [LZO1] [EPOLL] built on Aug 19 2010
Tue Mar 20 21:56:40 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue Mar 20 21:56:40 2012 Control Channel Authentication: using '/openvpn/ta.key' as a OpenVPN static key file
Tue Mar 20 21:56:40 2012 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Mar 20 21:56:40 2012 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Mar 20 21:56:40 2012 LZO compression initialized
Tue Mar 20 21:56:40 2012 WARNING: normally if you use --mssfix and/or --fragment, you should also set --tun-mtu 1500 (currently it is 1468)
Tue Mar 20 21:56:40 2012 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Tue Mar 20 21:56:40 2012 Socket Buffers: R=[106496->131072] S=[106496->131072]
Tue Mar 20 21:56:40 2012 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ]
Tue Mar 20 21:56:40 2012 Local Options hash (VER=V4): '504e774e'
Tue Mar 20 21:56:40 2012 Expected Remote Options hash (VER=V4): '14168603'
Tue Mar 20 21:56:40 2012 UDPv4 link local: [undef]
Tue Mar 20 21:56:40 2012 UDPv4 link remote: xx.xx.xxx.xx:1194
Tue Mar 20 21:56:40 2012 TLS: Initial packet from 75.99.104.22:1194, sid=e0c5263a 9f225029
Tue Mar 20 21:56:40 2012 VERIFY OK: depth=1, /CN=OpenVPN_CA
Tue Mar 20 21:56:40 2012 VERIFY OK: nsCertType=SERVER
Tue Mar 20 21:56:40 2012 VERIFY OK: depth=0, /CN=OpenVPN_Server
Tue Mar 20 21:56:42 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Mar 20 21:56:42 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Mar 20 21:56:42 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Mar 20 21:56:42 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Mar 20 21:56:42 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Tue Mar 20 21:56:42 2012 [OpenVPN_Server] Peer Connection Initiated with 75.99.104.22:1194
Tue Mar 20 21:56:44 2012 SENT CONTROL [OpenVPN_Server]: 'PUSH_REQUEST' (status=1)
Tue Mar 20 21:56:44 2012 PUSH: Received control message: 'PUSH_REPLY,explicit-exit-notify,topology subnet,route-delay 5 30,dhcp-pre-release,dhcp-renew,dhcp-release,route-metric 101,ping 5,ping-restart 40,redirect-gateway def1,redirect-gateway bypass-dhcp,redirect-gateway autolocal,route-gateway 5.5.8.1,dhcp-option DNS 10.1.2.2,dhcp-option DNS 10.1.2.12,dhcp-option WINS 10.1.2.2,dhcp-option WINS 10.1.2.12,dhcp-option NBT 1,register-dns,comp-lzo yes,ifconfig 5.5.8.56 255.255.248.0'
Tue Mar 20 21:56:44 2012 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:4: dhcp-pre-release (2.1.2)
Tue Mar 20 21:56:44 2012 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:5: dhcp-renew (2.1.2)
Tue Mar 20 21:56:44 2012 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: dhcp-release (2.1.2)
Tue Mar 20 21:56:44 2012 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:19: register-dns (2.1.2)
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: timers and/or timeouts modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: explicit notify parm(s) modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: LZO parms modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: --ifconfig/up options modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: route options modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: route-related options modified
Tue Mar 20 21:56:44 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Tue Mar 20 21:56:44 2012 ROUTE default_gateway=192.168.3.1
Tue Mar 20 21:56:44 2012 TUN/TAP device tun0 opened
Tue Mar 20 21:56:44 2012 TUN/TAP TX queue length set to 100
Tue Mar 20 21:56:44 2012 /sbin/ifconfig tun0 5.5.8.56 netmask 255.255.248.0 mtu 1468 broadcast 5.5.15.255
Tue Mar 20 21:56:51 2012 /sbin/route add -net xx.xx.xxx.xx netmask 255.255.255.255 gw 192.168.3.1
Tue Mar 20 21:56:51 2012 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 5.5.8.1
Tue Mar 20 21:56:51 2012 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 5.5.8.1
Tue Mar 20 21:56:51 2012 Initialization Sequence Completed