[LIST=1]
- setup office UTM (it has a static public IP) with Site-to-site SSLVPN
- assign it a higher port number (Ex:19443)
- on Frontier firewall / modem made certain the same port forwarded (19443)
- download the SSLVPN client info from the office UTM
- upload the .acp config file to home UTM newly create SSLVPN "Client" connection
- enable connection buttons on both firewalls
The error I am getting under the home UTM live log is;
- Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
- [fp.bnssite.com] Peer Connection Initiated with [AF_INET]office public ip:19443 (via [AF_INET]192.168.1.254:50999)
- SENT CONTROL [fp.bnssite.com]: 'PUSH_REQUEST' (status=1)
- AUTH: Received control message: AUTH_FAILED
- PLUGIN_CLOSE: /usr/lib/openvpn/plugins/openvpn-plugin-utm.so
- SIGHUP[soft,auth-failure] received, process restarting
- OpenVPN 2.3.0 i686-suse-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Jun 23 2014
- Restart pause, 10 second(s)
- PLUGIN_CLOSE: /usr/lib/openvpn/plugins/openvpn-plugin-utm.so
- SIGTERM[hard,init_instance] received, process exiting
- OpenVPN 2.3.0 i686-suse-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Jun 23 2014
- MANAGEMENT: client_uid=0
- MANAGEMENT: client_gid=0
- MANAGEMENT: unix domain socket listening on /var/run/openvpn_mgmt_REF_SslCliTofpcolo
- WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
- NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
- PLUGIN_INIT: POST /usr/lib/openvpn/plugins/openvpn-plugin-utm.so '[/usr/lib/openvpn/plugins/openvpn-plugin-utm.so] [REF_SslCliTofpcolo]' intercepted=PLUGIN_UP|PLUGIN_DOWN|PLUGIN_ROUTE_UP|PLUGIN_ROUTE_PREDOWN
- Socket Buffers: R=[87380->131072] S=[16384->131072]
- Attempting to establish TCP connection with [AF_INET]public ip:19443 [nonblock]
- MANAGEMENT: Client connected from /var/run/openvpn_mgmt_REF_SslCliTofpcolo
- bnsbase openvpn[22672]: MANAGEMENT: CMD 'state'
- TCP: connect to [AF_INET]public ip:19443 failed, will try again in 5 seconds: Connection timed out
- MANAGEMENT: Client disconnected
Is this because the Site-to-Site SSLVPN require a public (non double nat) IP to work ? If so, why does the SSLVPN client work fine on my workstations ?
Thanks in advance for any insight provided
This thread was automatically locked due to age.