...
1) We need to add the Poptop repository to our system so we'll do a "rpm -Uvh http://poptop.sourceforge.net/yum/stable/fc7/pptp-release-current.noarch.rpm".
2) "yum install pptp"
3)
Блок кода | ||||
---|---|---|---|---|
| ||||
pptpsetup --create VPN -- |
...
username yourusername -- |
...
password yourpassword --server yourserver -- |
...
encrypt --start |
4) "ping ip of the server" to be sure
...