Skip to content

Instantly share code, notes, and snippets.

@cnsoft
Last active January 26, 2022 08:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnsoft/5874734 to your computer and use it in GitHub Desktop.
Save cnsoft/5874734 to your computer and use it in GitHub Desktop.
fix vpn 619 issue
1. after install pptpd service comment logtmp.
2. make client access internet. add the bellow rule.
e.g:
sudo iptables -t nat -A POSTROUTING -s 172.16.36.2/24 -o venet0 -j SNAT --to-source 198.55.1.242
@cnsoft
Copy link
Author

cnsoft commented Jun 27, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment