• Pfsense 2.0 openvpn server and multiple clients

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Add a reconnect delay

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    N

    Hi,

    did you play around with the "keepalive x y" command on the client site ?

    http://openvpn.net/index.php/open-source/documentation/howto.html

    # The keepalive directive causes ping-like # messages to be sent back and forth over # the link so that each side knows when # the other side has gone down. # Ping every 10 seconds, assume that remote # peer is down if no ping received during # a 120 second time period. keepalive 10 120
  • Client export landing page?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S

    @jimp:

    No, that would be very insecure.

    You'd want a page, on your firewall no less, open to the internet protected by only a username and password, that would let someone get a VPN client and full access to your network, using that very same username and password?

    You, as the admin, download their clients for them, and distribute them to users via network/usb/cd/etc. Because you are dealing with certificates and sensitive data, a physical means of transfer is preferred. I would not recommend e-mailing them.

    But then again I tend to be paranoid when it comes to those things.

    Yes that's exactly what I'm looking for.  That's how the OpenVPN AS appliance works.  That's how the Juniper Network Connect full tunnel vpn solution works.  That's how Fortinet SSL VPN connect works, etc. etc.

    This is standard practice.  In a corporate implementation, authentication is going to be two factor, ala domain credentials + rsa (which itself will use a static N-digit PIN + random token number).

    Regarding the security, I completely understand your position.  But I respectfully request that you do not hold back function because you're concerned about the security of my implementation.  When done right, more convenience does not always necessitate less security.  I can do it right, I don't need a big brother holding my hand.

  • Site-to-Site from server can reach clients, but no client to client

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    marcellocM

    Troubleshooting is done in console, not in gui.

    Take a time at console and you will find something.

    Tcpdump is your friend.

  • OpenVPN: eurephia plug-in

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    jimpJ

    Just upload a firmware update. Nothing mysterious about it. It should all work.

    Being able to properly filter wasn't really possible until 2.0. You can do it in 1.2.3 but it's not ideal.

  • OpenVPN as Default Gateway

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    jimpJ

    The NAT is not automatic in that way because most VPN traffic is supposed to pass untouched. In this case wanted need NAT, so the default automatic rules were not correct for your case.

    At one point we had (accidentally) added those networks to automatic outbound NAT and had a number of problems/complaints from people who didn't want their VPN traffic to have NAT applied.

  • Multiple VPN Servers

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    GruensFroeschliG

    Yes you can do that.
    However do this only if you want to allow clients from one server on the other server.

    A use case is to have the same server from the same CA on UDP 1194 and on TCP 443.
    UDP 1194 is for normal ussage-.
    If you're in a very restricted environment and you need to tunnel through an http-proxy you simply can switch to TCP443.

  • WinXP OpenVPN client connects but is unable to access share

    Locked
    18
    0 Votes
    18 Posts
    15k Views
    johnpozJ

    well it would make sense that you would not resolve netbios via broadcast methods over a vpn.  Your traffic is routed, not bridged so broadcast traffic would never get from your remote network to your segment on the other side of the vpn.

    Yes dns would be a way of resolving name, or a wins server or host/lmhost file on your clients, etc.

    so example, connected currently to my home network via openvpn from work.  my popcorn box, I can not view it by netbios name pch.  53 = can not find.

    If I use dns, then it works pch.local.lan and I get error 5 access denied.  So I auth and then I can view, etc..

    D:\>net view \\pch System error 53 has occurred. The network path was not found. D:\>net view \\pch.local.lan System error 5 has occurred. Access is denied. D:\>net view \\192.168.1.99 System error 5 has occurred. Access is denied. D:\>net use \\pch.local.lan\ipc$ /u:pch\nmt 1234 The command completed successfully. D:\>net view \\pch.local.lan Shared resources at \\pch.local.lan SMP8634 Share Share name  Type  Used as  Comment ------------------------------------------------------ share      Disk The command completed successfully.
  • Site-to-Site OpenVPN Slow File Transfer Speeds

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    M

    Is your hardware sufficient to have those speeds with vpn?

  • PfSense 2.0RC and DD-WRT connecting via OpenVPN

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C

    I've been meaning to try it out thru DD-WRT GUI interface since it supports OpenVPN Server and Client.. You may have to add routes to it if you use the GUI.

  • Clients cannot connect to OpenVPN Server

    Locked
    9
    0 Votes
    9 Posts
    12k Views
    M

    It was my only guess, sorry for not been able to help more

  • Using pfsense as an openvpn server

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenVPN - IPcop to pfSense

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    I

    That's a good idea and I've messed with it a little bit. What setup in pfSense would be analogous to the roadwarrior setup in IPCop? I guess my issue is that the terminology is different in the two firewalls and so I can't just make an identical setup with my current knowledge.

  • OpenVPN / where are the certificates stored ? (backup inside)

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    T

    I'm using 2.0. Thanks for the reply !

  • Pfsense as a client, does a .ovpn file exist?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    The config is written out in /var/etc/openvpn

  • Possible to access 2 LAN''s over my OpenVPN connection?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    L

    Yes thanks, works perfectly!!

    So nice to have VPN working again since an upgrade killed my PPTP connection

  • OpenVPN route fail

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D

    I think the old routing table is gone. If I figure it out I'll post back, if I remember.
    Thanks for reply.

    btw, excellent book.

  • Open VPN vs IPsec Vpn

    Locked
    12
    0 Votes
    12 Posts
    3k Views
    GruensFroeschliG

    Well it's rare that you need to use OpenVPN via an http/https proxy ^^"

    For roadwarriors which have to go regularly into environments where security is very tight, i have a second instance of our normal openVPN server (UDP 1194) with the same keys/certs providing access on TCP 443.
    This usually allows them to reach our main-office.
    But this is more of a failover if the normal server isn't reachable.

  • OpenVPN and port forwarding?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    C

    You can do NAT and port forwards with it too, but you can't ever do port forwards on broadcast traffic, nor do you ever want to.

  • OpenVPN Mikrotik to PFSense

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    K

    sorry, no offense.
    but you should be asking it in mikrotik forum.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.