Xupeng's blog

Aug 9, 2011 - 1 minute read - Comments

在防火墙后面部署 PPTP server

在防火墙后面部署 PPTP server 需要额外的 iptables 支持,所需要的 iptables module 有:

nf_nat_pptp
nf_nat_proto_gre
nf_conntrack_pptp
nf_conntrack_proto_gre

在 Firewall server 上 modprobe 上述模块,并且添加如下的 iptables 规则:

-A PREROUTING -p gre -j DNAT --to-destination IP-OF-PPTP-SERVER
-A PREROUTING -p tcp -m tcp --dport 1723 -j DNAT --to-destination IP-OF-PPTP-SERVER

Tags: linux vpn

诡异的 MySQL 内存突增问题 Gentoo MySQL 5.0.92 数据表不可见的 bug

comments powered by Disqus