Changes

Jump to navigation Jump to search
2,169 bytes added ,  18:20, 2 December 2013
Created page with "{{Languages}} ===Maintainer=== [mailto:daniel@firewall-services.comDaniel B.] from [http://www.firewall-services.com Firewall Services] === Version === {{..."
{{Languages}}


===Maintainer===
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]

=== Version ===

{{ #smeversion: smeserver-openvpn-routed}}

=== Description ===

[http://openvpn.net OpenVPN] is a full-featured open source SSL VPN solution that accommodates a wide range of configurations, including remote access, site-to-site VPNs, Wi-Fi security, and enterprise-scale remote access solutions with load balancing, fail-over, and fine-grained access-controls. Starting with the fundamental premise that complexity is the enemy of security, OpenVPN offers a cost-effective, lightweight alternative to other VPN technologies that is well-targeted for the SME and enterprise markets.

This contrib will help you configuring OpenVPN in bridge mode. With this mode, clients connecting to the VPN from the outside will get an IP in the local subnet, the VPN and the Internal Interface are bridged. There's no routing problem, no additional firewall rules. The downside is that you cannot limit which services VPN clients has access to, they are just treated as locally connected computers.

=== Requirements ===
*SME Server 7.X and 8.0 (serveronly or server&gateway works)
*You have to install and enable the [[BridgeInterface|bridge-interface]] contrib
*You may want to install [[PHPki]] to manage easily your certificates.


{{Warning box|The current version has mainly be written to allow smartphone device to be able to connect as bridge interface are not supported.
}}

=== Installation ===

==== install the rpms (7.x) and (8.x) ====
yum --enablerepo=smecontribs install smeserver-openvpn-routed


==== Configure ====

refer to [[OpenVPN_Bridge]]



==== Configure as running in parallel of bridge contrib ====

#install
#change port
config setprop openvpn-routed UDPPort 1195
#copy bridge certificates
cp -a /etc/openvpn/bridge/{priv,pub} /etc/openvpn/routed/
# if you want to chnage the default network range assigned (192.169.29.0)

db configuration setprop openvpn-routed Network192.168.79.0/255.255.255.0
# signale event to regenerate all you need
signal-event openvpn-routed-update
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,251

edits

Navigation menu