Skip to content

Instantly share code, notes, and snippets.

@cnsoft
Last active January 26, 2022 08:14
Show Gist options
  • Select an option

  • Save cnsoft/5874734 to your computer and use it in GitHub Desktop.

Select an option

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

cnsoft commented Jun 27, 2013

Copy link
Copy Markdown
Author

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