how to configure and connect pptp on centos
1. install package pptp and pptp-setup
sudo yum install pptp pptp-setup
2. add pptp configuration
sudo pptpsetup --create [connection name] --server [server address] --username [username] --password [pwd] --encrypt
3. register the ppp_mppe kernel module
sudo modprobe ppp_mppe
4. register the nf_conntrack_pptp kernel module
sudo modprobe nf_conntrack_pptp
5. connect to pptp conection
sudo pppd call config
pkill pppd7. delete pptp connection
pptpsetup --delete [connection name]
Iklan ada di sini
Komentar