Results 1 to 3 of 3

Thread: Really simple VPN setup?

  1. #1
    Join Date
    Mar 2009
    Beans
    1,982

    Really simple VPN setup?

    Hi,

    The firewall/router is a Cisco/Linksys E4200. It has NAT that works right, but unfortunately it doesn't handle DNS translation through NAT, and it has no VPN endpoint. This is NOT my router, and it's 1400 miles away from me so I can't install another firmware like dd-wrt. We're stuck with stock firmware. The good news is it supports a DMZ, but whatever I put there has to work with NAT.

    I have a single public IP.

    I'm looking for something I can put on a VM that can act as a VPN with very little setup time.

    Here's what I'd like:
    1. Don't trash/restrict the client's other network connections.
    2. Use the network's internal DNS while connected.
    3. Default access is granted through the vpn, with a list of equipment to disallow.


    Thanks.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Really simple VPN setup?

    I use point-to-point OpenVPN tunnels with a shared static key for these tasks. You can run OpenVPN as a client on a computer behind the remote router and have it set up the tunnel to any machine it can see on the Internet. What you do with the tunnel obviously depends on the rules you write for routing, firewalling, etc., but it will be entirely invisible to anyone at the remote location. It's a great arrangement when you need to communicate with a network far away since all the connectivity is handled at that end.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Mar 2009
    Beans
    1,982

    Re: Really simple VPN setup?

    I'll look into it, thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •