Posts tagged «iptables» Feed RSS

Install PoPToP Point to Point Tunneling Server: sudo apt-get install pptpd Edit /etc/pptpd.conf file: sudo joe /etc/pptpd.conf Uncomment the following lines (replace IP range if you like) localip 192.168.0.1 remoteip 192.168.1.1-255 Save and exit. Edit /etc/ppp/pptpd-options file sudo joe /etc/ppp/pptpd-options Make sure you have this: refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 proxyarp nodefaultroute lock nobsdcomp noipx [...]