This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:remote:openvpn [2012/01/17 11:14] gcooper |
networking:remote:openvpn [2016/12/05 08:55] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== OpenVPN ====== | ====== OpenVPN ====== | ||
+ | |||
+ | **FreePBX OpenVPN**: http:// | ||
OpenVPN is an SSL-based VPN technology that can run on both Linux and Windows systems. | OpenVPN is an SSL-based VPN technology that can run on both Linux and Windows systems. | ||
- | TUN = Routed Server | + | ^TUN |Routed Server |
- | TAP = Bridged Server | + | ^TAP |Bridged Server |
===== Testing Connections ===== | ===== Testing Connections ===== | ||
Line 16: | Line 18: | ||
ping <host IP> | ping <host IP> | ||
+ | |||
+ | cat / | ||
</ | </ | ||
Line 22: | Line 26: | ||
==== Routing ==== | ==== Routing ==== | ||
- | You may find that the VPN connection pushes a new Default Route. | + | FIXME |
- | You can get around this problem by **adding a route on the IPv4 tab** when editing the NetworkManager | + | You may find that the VPN connection |
- | |**Setting Name**|**Setting Data**| | + | If you prefer |
- | |address|10.0.0.0| | + | |
- | |netmask|255.0.0.0| | + | |
- | |gateway|10.0.0.1| | + | |
- | |metric|1000| | + | |
- | |Ignore automatically obtained routes|Selected (Checked)| | + | |
- | |Use this connection | + | |
- | The gateway | + | |**Setting Name**|**Setting Data**|**Description**| |
+ | |address|10.0.0.0|Network subnet behind VPN server| | ||
+ | |netmask|255.0.0.0|Netmask of subnet behind VPN server| | ||
+ | |gateway|10.0.0.1|Remote | ||
+ | |metric|1000|Won' | ||
+ | |Ignore automatically obtained routes|Selected (Checked)|Ignore routes pushed from VPN server| | ||
+ | |Use this connection only for resources on this network|Selected (Checked)|Use your local Internet connection for off-VPN resources| | ||
==== Fedora 16 ==== | ==== Fedora 16 ==== |