• Help me understand OpenVPN

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    JeGrJ
    The only subnet that's created is a "transfer net" between the two OpenVPN nodes. You can use some completely different one (10.x.x.x or 172.16.x.x) and it is only used for communication between the OpenVPN endpoints. In normal use you don't have anything to do with it, you just work as the other sides ip range is a local one. Nothing to get worried about. There's a nice howto explaining the steps setting it up that way. I suggest looking into it. Greets Grey
  • (cryptoapicert?) RESOLVED

    Locked
    1
    0 Votes
    1 Posts
    13k Views
    No one has replied
  • Startup problems

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Cry HavokC
    However, a clean (and common) solution is to simply arrange for the pfSense host to be powered up N minutes after the ADSL router/modem, which is what we're suggesting.  Building a list of services that need restarted, while a fully-featured solution, isn't likely to be trivial (you need to build a full dependency list for a start) and I'd suspect that you'd need to raise a bounty for such work. As for the OpenVPN config, if you SSH onto the pfSense host and look in /var/etc you'll find a file called something like openvpn_client0.conf.  If the connect-retry option is set you'll find it there.  If it isn't then you'll need to provide it in the "Custom options" field of the OpenVPN client config.  Note that this only works for TCP clients (as detailed in the OpenVPN man page).
  • Authentication via http

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Move from Zerina ( Ipcop ) to pfsense

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    jahonixJ
    @IsNoGood: any Idea about midnight commander that will work ? Yes, installed it here and working fine. Add it from a shell: pkg_add -r mc Don't know why but it's not working until you reboot the pfSense.
  • Overlapping IPs in a bridged network

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    G
    I must be mis-reading what was questioned at first - I got the impression the original sub-nets would stay the same (including the sub-net masks) but he wanted to use just one gateway… If so then - never mind :) gm...
  • OpenVPN question

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    N
    I see. Only problem is I want (well, need) local PC's (on local LAN) to be able to access remote LAN with NAT address of server there. I do have full access to that machine. So, if I understand correctly, I should make route on remote server for local IP's with iroute, and push "route" commands, while setting NAT on remote server, where OpenVPN server is located? Well, will try to fiddle with this later tonight. Edit Well, found temporary workaround in other post that makes it work: Adding in /tmp/rules.debug line: nat on tun0 from 192.168.0.0/24 to any -> (tun0) .. and doing: /sbin/pfctl -f /tmp/rules.debug But, AFAIK, this won't work after reboots.. any way to automatize this?
  • OpenVPN client issues

    Locked
    11
    0 Votes
    11 Posts
    6k Views
    P
    I agree that in situations where you control both sides, this isn't an issue at all, and after giving it a bit of thought, I imagine that this is probably the vast majority of cases with OpenVPN.
  • Accessing clients from LAN

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    P
    Sorry to ask what is probably a dumb question but where can I find that utility?
  • Implementing a load-balancing/failover configuration

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    GruensFroeschliG
    The custom options are there for ppl who want to use custom functions (like a balanced server) ;). Using this field is the right way :)
  • Very quick openvpn/pfsense question

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    D
    @GruensFroeschli: Take a look at the openVPN-MAN-pages. Look for the "route" command. You can add on the server config an entry that when the tunnel comes up automatically adds the necessary route to the servers routingtable. When the tunnel drops openVPN automatically remoces the entries and adds them again if the tunnel comes back up. You cannot do this on the client side but on the server side. thanks very much. i knew there had to be something to do this.
  • M0n0wall OVPN to pf 1.2RC2

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M
    Its not a problem, just something different.  The only annoying one is the P2P page on the traffic shaper as the check could be read as either disable or enable.
  • How to add a user and password?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    You can use the revocation list. No need for recreating all the key's :) Take a look at the how-to of the easy-RSA on how to creat a CRL. also there is a sticky in the openVPN-forum about your question: http://forum.pfsense.org/index.php/topic,4105.0.html
  • Pfsense as client and wireless network

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How do I set up this configuration for site-to-site?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    G
    I will give this a try again. I followed the guide at the top of the forums for setting up site to site but was unable to get some pings going across. Everything was connected but i don't understand it completely. Thanks!
  • [Newbie] VPN Clarification needed

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    F
    Thanks for such a prompt answer GruensFroeschli, I was aware that Relakks requires PPTP but I thought I could forward all the traffic that goes in my pfSense box directly to Relakks' PPTP server. Thank you for clearing that up
  • Site to site - all traffic through tunnel

    Locked
    9
    0 Votes
    9 Posts
    24k Views
    B
    Yes, I understand the static route problem. It is kind of acceptable for now. Yes, I use PSK. Thanks for the hint about PKI. I hope to have time to look into it some time next week. /Roger
  • OpenVPN & MTU Discovery Questions

    Locked
    8
    0 Votes
    8 Posts
    11k Views
    X
    so now here is what is weird… when a client connects to the wireless access point.... and then connects to the VPN server... the same thing happens, it locks up when I put some heavy work on the VPN.... what is going on with openvpn???
  • Setup site to site vpn

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    J
    I'd generally advise that you set up authentication servers at each site.  That way you only have to cope with the authentication syncs (password changes, new users), which can be handled even over a dialup.  More importantly, it means people can continue working when they can't connect to the main site (such as when your power goes out, or somebody puts a digging machine through your Internet connection). That's very good point. I will consider this kind of setup when I actually setup the site to site vpn. Thank you very much
  • Multiple Site-to-Site OpenVPN

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    A
    after reseting the firewall config and reseting the modem, now site-to-site vpn is work smoothly. thanks…
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.