Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

So I've configured my VPN tunnel according to this site http://forum.stmlabs.com/showthread.php?tid=1754; so far so good, I can turn the tunnel on and off at will.

However, as I keep track of my connection by periodically checking the IP I'm assigned, it's clear that it drops out to my regular connection after a period of time.

I've already added in the keyword 'persist' to my /etc/ppp/peers/$TUNNEL file, but that seems to do nothing.

Any takes on how to keep a VPN connection persistent under raspbian? I assume I could just add my start-up script to cron and execute it every so often, but I still want to selectively be able to turn VPN tunnelling it on and off.

share|improve this question
1  
maybe you can try openVPN (openvpn.net)? – long tom Dec 21 '12 at 19:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.