User Tools
Writing /app/www/public/data/meta/toolsandtechnologies/openvpn.meta failed
toolsandtechnologies:openvpn
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| toolsandtechnologies:openvpn [2017/11/03 10:56] – [Setup] pmurphy | toolsandtechnologies:openvpn [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | =====OpenVPN===== | ||
| + | |||
| + | [[https:// | ||
| + | [[https:// | ||
| + | |||
| + | OpenVPN is a software application for setting up VPN connections. It is currently deployed for ExteNet to allow connection the subnet their mNET systems reside on so we can receive traps for them. | ||
| + | |||
| + | ====Setup==== | ||
| + | |||
| + | To install OpenVPN on Red Hat first the [[https:// | ||
| + | |||
| + | wget http:// | ||
| + | sudo rpm -ivh epel-release-6-8.noarch.rpm | ||
| + | | ||
| + | | ||
| + | Once that is done it can be installed as normal through yum | ||
| + | |||
| + | sudo yum install openvpn | ||
| + | |||
| + | ====Configuration==== | ||
| + | |||
| + | Configuration files and certs were provided by ExteNet and placed in the following locations to configure the system: | ||
| + | |||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | To run it just use the openvpn command pointing to the config file, i.e. | ||
| + | |||
| + | sudo openvpn / | ||
| + | | ||
| + | ====Start/ | ||
| + | |||
| + | sudo service openvpn start | ||
| + | sudo service openvpn stop | ||
| + | |||
| + | |||
| + | ====openvpn logs==== | ||
| + | |||
| + | / | ||
| + | | ||
| + | | ||
| + | ====Troubleshooting==== | ||
| + | |||
| + | If you encounter the following error when starting openvpn at home: ' | ||
| + | |||
| + | Run the following commands: | ||
| + | |||
| + | Step 1. Open a Terminal window. (Found in Applications, | ||
| + | Step 2. Enter the following commands: | ||
| + | * sudo ifconfig en1 down | ||
| + | * sudo route flush | ||
| + | * sudo ifconfig en1 up | ||
| + | OBS! Please make sure to replace en1 with your actual Internet interface. By default you have: | ||
| + | * en0: ethernet (wired) interface | ||
| + | * en1: wlan (wireless) interface | ||
| + | |||
| + | |||
| + | source ref: | ||
| + | https:// | ||