This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Astaro as VPN Client?

Hi all!

Is it possible to make Astaro a VPN client? The reason I am asking is, I currently have Pfsense configured as a VPN client using StrongVPN service. Which, means ALL of my LAN and WIFI segments are connected to the service... I would like to have a setup like this with Astaro..

Regards,
Lowen


This thread was automatically locked due to age.
  • Hi, what protocol does StrongVPN use? IPSec? SSL? ...

    Astaro supports both for site-to-site VPNs.

    Barry
  • It uses OpenVPN (port 4672), here is a sample config file:
    remote ***.***.*** 4672
    
    proto udp
    ca ca.crt
    cert ovpn341.crt
    key ovpn341.key
    tls-auth ta.key 1
    client
    dev tun
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    ;http-proxy-retry # retry on connection failures
    ;http-proxy [proxy server] [proxy port #]
    verb 4
    mute 5
    tun-mtu 1500
    route-method exe
    route-delay 2
    explicit-exit-notify 2
    fragment  1300
    mssfix 1450


    Regards,
    Lowen