[ale] VPN Protocol Question

Chris Fowler cfowler at outpostsentinel.com
Wed Apr 15 15:44:30 EDT 2009


Don't forget vtun.

route del default gw
route add -host <public IP of home> gw <IP address of gateway on
network>

vtun start
route add default gw <IP ADDRESS OF PEER INSIDE TUNNEL>
echo nameserver <IP ADDRESS OF PEER INSIDE TUNNEL> > /etc/resolv.conf

I do this often

On Wed, 2009-04-15 at 15:22 -0400, Andrew Grieser wrote:
> Hey all,
> 
> I'd like to be able to securely connect to my home network while at school or elsewhere, and be able to tunnel all network traffic from the client to the server (http, dns, ssh, etc).
> 
> While looking up VPN options, I see that there are three general options: IPSec, OpenVPN, and PPTP. After doing a bit of reading, I am still not sure which one I should be using. I'd appreciate it if someone could point me in the right direction.
> 
> Some details:
> The VPN server will be on a pfSense box that also does the following: router, firewall, DHCP server, and DNSmasq.
> The VPN server will have a "real" IP address (ie: no NAT), but as I client I expect to be on networks using NAT at least some of the time. If I am understanding the protocols, I believe this rules out IPSec. Is this true?
> 
> Andrew
> 



More information about the Ale mailing list