Openvpn: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
(Created page with 'Steps to setting up a VPN on a Ubuntu server 1. First install the openvpn software with the command " aptitude install openvpn " all of the files will be located in the: " /e…')
 
No edit summary
Line 1: Line 1:
Steps to setting up a VPN on a Ubuntu server
Steps to setting up a VPN on a Ubuntu server


1. First install the openvpn software with the command
1. First '''install''' the openvpn software with the command


" aptitude install openvpn "
" aptitude install openvpn "
Line 8: Line 8:


" /etc/openvpn "
" /etc/openvpn "
2. to make things easier you can copy the dir "easy-rsa" from the samples dir

Revision as of 17:33, 12 May 2010

Steps to setting up a VPN on a Ubuntu server

1. First install the openvpn software with the command

" aptitude install openvpn "

all of the files will be located in the:

" /etc/openvpn "

2. to make things easier you can copy the dir "easy-rsa" from the samples dir