vpn_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vpn_notes [2015/03/17 13:40] – juckins | vpn_notes [2025/03/20 19:24] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== VPN Notes ==== | ||
+ | |||
__Using CentOS VPNC, OpenVPN and Network Manager to get VPN services__ | __Using CentOS VPNC, OpenVPN and Network Manager to get VPN services__ | ||
Line 63: | Line 65: | ||
Notes from Scalio: | Notes from Scalio: | ||
- | + | | |
- | * Install the vpnc rpm and any dependencies, | + | * As root, use visudo to add the following entries to the sudoers file without the surrounding "<>": |
- | * As root, use visudo to add the following entries to the sudoers file without the surrounding "<>": | + | |
<your user name> | <your user name> | ||
<your user name> | <your user name> | ||
- | * As root, create a vpn configuration file (I called mine myvpn.conf) in /etc/vpnc containing the following: | + | |
IPSec gateway XXX.XXX.XXX.XXX | IPSec gateway XXX.XXX.XXX.XXX | ||
Line 78: | Line 79: | ||
Xauth password <your password> | Xauth password <your password> | ||
- | * Change file permissions on your vpnc configuration file to 600. | + | |
- | * Copy the two attached files to some place in your path. I put them in ~/ | + | * Copy the two attached files to some place in your path. I put them in ~/ |
- | * Use the scripts to start/stop VPN sessions. | + | * Use the scripts to start/stop VPN sessions. |
+ | |||
+ | < | ||
+ | # | ||
+ | # start_vpnc.bash | ||
+ | sudo / | ||
+ | |||
+ | |||
+ | # | ||
+ | # stop_vpnc.bash | ||
+ | sudo / | ||
+ | </ | ||
---- | ---- |
vpn_notes.1426614056.txt.gz · Last modified: 2015/03/17 13:40 by juckins