RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user_guide:openvpn_bridges_prep_openvpn [2016/10/06 05:59] – [OpenVPN server config for br0.103] adminuser_guide:openvpn_bridges_prep_openvpn [2020/08/12 14:16] (current) – [Prepare OpenVPN] admin
Line 2: Line 2:
 ===== Prepare OpenVPN ===== ===== Prepare OpenVPN =====
   * Rather than repeating the already excellent documentationf from Ubuntu, we are just going to give you the URL with the instructions to follow in order to get a OpenVPN server installed and configured.   * Rather than repeating the already excellent documentationf from Ubuntu, we are just going to give you the URL with the instructions to follow in order to get a OpenVPN server installed and configured.
-  * [[https://help.ubuntu.com/14.04/serverguide/openvpn.html|Install OpenVPN on Ubuntu 14.04]]+  * [[https://help.ubuntu.com/18.04/serverguide/openvpn.html|Install OpenVPN on Ubuntu 18.04]]
   * You can complete the steps up to and including **Simple Server Configuration**.   * You can complete the steps up to and including **Simple Server Configuration**.
   * After this we will remove the **/etc/openvpn/server.conf** file and replace it with the following three files.   * After this we will remove the **/etc/openvpn/server.conf** file and replace it with the following three files.
Line 20: Line 20:
 ===== OpenVPN server config for br0.101 ===== ===== OpenVPN server config for br0.101 =====
   * Create a file called **/etc/openvpn/server_vlan_101.conf**.   * Create a file called **/etc/openvpn/server_vlan_101.conf**.
 +  * Be sure to check the correct value for eth0.101. It might be eth1.101 with your config. (up "/etc/openvpn/up.sh br0.101 eth1.101")
 <code bash> <code bash>
 mode server mode server
Line 60: Line 61:
 ===== OpenVPN server config for br0.102 ===== ===== OpenVPN server config for br0.102 =====
   * Create a file called **/etc/openvpn/server_vlan_102.conf**.   * Create a file called **/etc/openvpn/server_vlan_102.conf**.
 +  * Be sure to check the correct value for eth0.102. It might be eth1.102 with your config. (up "/etc/openvpn/up.sh br0.102 eth1.102")
 <code bash> <code bash>
 mode server mode server