It looks like you're new here. If you want to get involved, click one of these buttons!
Hi I have been trying to setup pptp vpn to connect my iphone to my openvz server, I have installed the pptpd server and I tried to follow this guide but I have problems setting iptables as this is openvz; I would appreciate any help getting this setup going, thank you. P.S. I have also installed openvpn on this server so if anyone can offer some help with openvpn and iphone then it will be much appreciated, thank you.
Comments
Have you enabled Tun/Tap and PPP?
Daniel.
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksJust the following rule should work, where $ip is the external IP of your VPS:
iptables -t nat -A POSTROUTING -j SNAT --to-source $ip
EDIT: For OpenVPN you will also want the following: iptables -A FORWARD -i tun0 -o venet0 -j ACCEPT
BHost.net | OpenVZ and Xen VPS Services
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanks@Daniel yeah Tun/Tap and PPP is enabled, in fact I tried on two different vps but the iphone does not seem to connect
when I exicute this command
/sbin/iptables -t nat -A POSTROUTING -o venet0 -j MASQUERADEI get this erroriptables: No chain/target/match by that name- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksUse this guide: http://www.putdispenserhere.com/pptp-vpn-setup-guide-for-a-debian-openvz-vps/
they also have a guide and automated scripts for both OpenVPN and PPTP that work very well.
join us on IRC - #lowendbox on irc.freenode.net
- Spam
- Abuse
- Troll
0 • Disagree Agree Thankscan I say "that's because it is an iPhone" and derail the thread?
- Spam
- Abuse
- Troll
0 • Disagree Agree ThanksThere are 4 or 5 kernel modules most hosts do not load which causes the iHipsterPhone to not work
- Spam
- Abuse
- Troll
0 • Disagree Agree Thanks