Koozali.org: home of the SME Server

Connect SME Server to Windows Server with secure VPN

Offline Tol2013

  • 1
  • +0/-0
Connect SME Server to Windows Server with secure VPN
« on: April 22, 2013, 02:19:18 PM »
Hello. Here is my question...
I need to connect two LAN with secure VPN. The first one is running under Windows Server 2008, and the other is running under SME 7.5.1
I've being reading how to connect two SME Servers (http://wiki.contribs.org/OpenVPN_SiteToSite#Additional_options) , but I don't know the way to connect SME Server to Windows Servers...is it possible??

If not, is it possible to configure a VPN Client in my SME Server and connect it to the Windows Server?

Thanks

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Connect SME Server to Windows Server with secure VPN
« Reply #1 on: April 22, 2013, 02:37:44 PM »
but I don't know the way to connect SME Server to Windows Servers...is it possible??

Yes, it's possible, OpenVPN runs under Windows. Just create a OpenVPN server on SME using the Site2site contrib and then install and configure an openvpn client on Windows. You'll have to configure it manually, but it's not that hard. The config file should be something like this (in this example, it's using the TLS auth method, not the shared secret one)

Code: [Select]
remote sme.domain.tld
port 1195
nobind
dev tun
proto udp
tls-client
ca cacert.pem
cert cert.pem
key key.pem
tls-auth takey.pem 1
route 192.168.10.0 255.255.255.0
ip-win32 dynamic
ifconfig 10.13.0.2 10.13.0.1
comp-lzo adaptive
mtu-test
pull
register-dns
up-delay
keepalive 10 120
C'est la fin du monde !!! :lol:

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Connect SME Server to Windows Server with secure VPN
« Reply #2 on: April 22, 2013, 07:37:48 PM »
running under SME 7.5.1

please update it and start thinking about upgrading to SME8.. SME7 will be declared EOL soon..