// Hey Viewer, I would like to thank you. Speaking of being thankful, if you truly support my work, or just wanna be a good sport. // All I all of you is to follow me on my social media, like my content on all social media if you see me post something, and share // my content when you see me post something.

Dec 04, 2016 · sudo nano /etc/ppp/pptpd-options Add following at the end of the file (DNS-servers): ms-dns 8.8.8.8 noipx mtu 1490 mru 1490 Instead of 8.8.8.8 also 208.67.222.222 or 213.73.91.35 should work. Now configure internet traffic forwarding in your Pi to get access to your local network: sudo nano /etc/sysctl.conf Remove the “#”: Introduction . This setup will bridge DD-WRT routers, allowing any host connected to the network to be visible from the WAN cloud. To turn this HOWTO simple I'll use only two DD-WRT routers but theoretically you can further extend the setup to any number of routers. sudo nano /etc/ppp/pptpd-options. Append to the end of the file, the following directives: ms-dns 8.8.8.8. The PPTP/L2TP/SOCKS5 protocols are provided for devices lacking compatibility with the Private Internet Access application or OpenVPN protocol. PPTP/L2TP/SOCKS5 should be used for masking one's IP address, censorship circumvention, and geolocation. If you need encryption, please use the Private speed 115200 option /etc/ppp/pptpd-options localip 192.168.210.127 remoteip 192.168.210.128-160 Build the PPP MPPE kernel module. Now we need to build a kernel module to do MPPE data encryption. A kernel patch is available in Debian unstable (sarge) in the kernel-patch-mppe package. Install that package.

Configure PPTP options by editing the pptpd-options file: sudo nano /etc/ppp/pptpd-options At end of file add: ms-dns nobsdcomp noipx mtu 1490 mru 1490 Note that if the router does not handle DNS lookups you can addthe Google DNS server as the ms-dns address (8.8.8.8 or 8.8.4.4). Now is time to create the login needed for VPN

pptpd(8) reads options from this file, usually /etc/pptpd.conf.Most options can be overridden by the command line. The local and remote IP addresses for clients must come from the configuration file or from pppd(8) configuration files.

// Hey Viewer, I would like to thank you. Speaking of being thankful, if you truly support my work, or just wanna be a good sport. // All I all of you is to follow me on my social media, like my content on all social media if you see me post something, and share // my content when you see me post something.

Oct 01, 2014 · Install Packages. Install the pptpd package on your VPS with the following command: apt-get install pptpd Configuration. Insert new settings to /etc/pptpd.conf and /etc/ppp/pptpd-options by running the following commands: