|
⇤ ← Revision 1 as of 2021-01-10 23:46:27
Size: 392
Comment:
|
← Revision 2 as of 2021-01-11 22:35:52 ⇥
Size: 640
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
= setting up window vpn client = in the search box, typ vpn then add a vpn use window build-in driver type in the server url or ip adress. put the <username> and <password> that get setup in the server and save . then connect. |
Setting up PPTP VPN server
Make sure pptpd and ppp are loaded:
yum install pptpd ppp
configure /etc/pptpd.conf and make sure you have a "local" ip
localip 192.168.128.1
start pptpd and add it to auto start list
service pptpd start chkconfig pptpd on
Add the login/password/IP to /etc/ppp/chap-secrets
<username> * <password> <IP_Address>
setting up window vpn client
in the search box, typ vpn
then add a vpn
use window build-in driver
type in the server url or ip adress.
put the <username> and <password> that get setup in the server and save .
then connect.
