unclebob
23-08-2011, 01:44
Yes, PopTop is exactly what you're after. As far as I know in Ubuntu it's just:
If you're then looking to assign external IPs just use SNAT in iptables to rewrite the internal IPs to external ones.
Remember though that PPTP is completely insecure and shouldn't be relied on for any level of confidentiality/security.
Code:
sudo apt-get install pptpd
Remember though that PPTP is completely insecure and shouldn't be relied on for any level of confidentiality/security.