• OpenVPN Site to Site with OSPF

    7
    0 Votes
    7 Posts
    2k Views
    F
    Very well. So I followed your hint of P2P with Shared Key and configured as the following: Site A is Server for Site B Site A is Server for Site C Site B is Server for Site C Site C is Client for Site A Site C is Client for Site B Site B is Client for Site A Everything seems smooth in terms of route learning and inter-site connectivity. I did some traceroutes and I was able to see that if I interrupt the direct connectivity between A and B then A goes through C to achieve B. That's what I wanted! I had to set the same metric on quagga "Interface Settings" for all interfaces on all boxes to let OSPF decide the best paths. OSPF implementation seems to be smart enough to know the shortest path. Question: On site C I'm using 2 PFSense with CARP. Is there any way to sync the QUAGGA configs between them? I only found the option to monitor the CARP interface…
  • Two servers, want one to have no LAN access

    14
    0 Votes
    14 Posts
    1k Views
    ivorI
    https://www.netgate.com/our-services/gold-membership.html
  • Client Not Getting Gateway

    6
    0 Votes
    6 Posts
    788 Views
    E
    @viragomann: With "Redirect gateway" checkt, the client should get pushed the default route. However, the default route is split in two parts: 0.0.0.0/1        <ovpn-server>128.0.0.0/1</ovpn-server> That's why the OS doesn't see the vpn server as default gateway. So check the clients routing table or try a traceroute to a public address to verify if you go over vpn. Nevermind!, i ran a "tracert" command to "X" public IP and i noticed it is going trough my VPN server, i also checked on http://www.whatsmyip.org/ and i had my VPN server public IP. Thanks for the tip !
  • Cannot ping or access remote network

    9
    0 Votes
    9 Posts
    1k Views
    V
    So the pfSense local network address 10.10.0.4 is not set as default gateway on the remote machines? You have garbled the vtnet0 address, so I assume it will be a public one, isn't it?
  • OpenVPN site-to-site routing question

    3
    0 Votes
    3 Posts
    499 Views
    T
    @viragomann: If the cloud has no route back to the clients LAN, you have to set an S-NAT rule on the server site for the client-cloud connection. Ah ha!  This was the missing piece.  I added an outbound NAT rule for the remote LAN on the WAN interface and that completed the route. Thanks!
  • Site-to-Site Not working

    4
    0 Votes
    4 Posts
    628 Views
    A
    DERP! I figured it out.  I had the tunnel network set to a /24 instead of a /30.  with a /24 you need to specify routing commands manually on a site-to-site.
  • [Solved] OpenVPN Site-to-Site host pfsense services on main site

    2
    0 Votes
    2 Posts
    1k Views
    M
    Tired of tinkering with the production environment to find out the problem and sometimes knocking down all the connections I decided to build a lab of virtual machines / networks and followed this tutorial creating an environment from scratch. https://forum.pfsense.org/index.php?topic=144212.0 And I have achieved connectivity between all pfsense hosts also between pfense hosts and the servers located in the Main Office. With this result I went into the production environment and created a new openvpn server on different port and started to migrate the branches from old configuration to new successfully. The above link is very practical and produces very little configuration on the clients, controlling almost everything in server configuration. Thanks to the friends who tried to help. Now I can rest my head, 8) 8) 8), because I have not thought of anything else for more than 7 days.
  • OpenVPN Connection With Domain Name

    7
    0 Votes
    7 Posts
    1k Views
    dotdashD
    @bond_it: The only issue is that the OpenVPN export exports the interface IP address On the client export page, change host name resolution to 'other', enter vpn.mycompany.com in the host name box, then click the 'save as default' button.
  • Need Help How to Create Open vpn Client L2TP/IPsec

    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • Slow OpenVPN perfomance in virtualized pfSense (Hyper-V).

    5
    0 Votes
    5 Posts
    3k Views
    B
    Since I had a similar issue the solution I found was written here: https://forum.pfsense.org/index.php?topic=88467.msg491409#msg491409 System -> Advanced -> Networking (tab) and check the "Disable hardware checksum offload"
  • Site to Site, OpenVPN config file

    5
    0 Votes
    5 Posts
    1k Views
    DerelictD
    If you were using SSL/TLS, then the exporter will only show users with certificates created by the same CA set in the OpenVPN server as the Peer Certificate Authority. Without that they wouldn't be able to log in anyway so they are not shown for export. There is no Shared Key remote access server so I don't know what you actually did. Why are we talking about the Windows client when you're dealing with a site-to-site?
  • Force one virtual interface through OpenVPN

    6
    0 Votes
    6 Posts
    447 Views
    V
    @svarto: The OPENVPN_interface is what I assigned in the Interfaces to network port ovpnc1, the other OpenVPN was created automatically when initializing OpenVPN service however there was no gateway created so that is why I bound the Network port ovpnc1 to a OpenVPN_interface. I assume this is the one I should be using? @svarto: I have DHCP activated on DO_VPN interface (and subnet), however the OpenVPN_Interface has both ipv4 and ipv6 types set as None. @svarto: I have specified explicitly the DNS servers for the DO_VPN DHCP_Server, please see attached screenshot. However, for LAN and OPT1 I haven't explicitly specified it and I assume they will be able to pull it automatically from my ISP through the WAN interface?
  • OpenVPN DNS with Active Directory

    1
    0 Votes
    1 Posts
    331 Views
    No one has replied
  • Intermittent slow to fast speeds on a 350mbps cable connection

    10
    0 Votes
    10 Posts
    1k Views
    S
    I tried this but it didn't help with PID_ERR large diff [227] [SSL-0] or Authenticate/Decrypt packet error: bad packet ID (may be a replay) Everything still goes slow and fast intermittently. Did you suggest it to help with the recursive problem? If so I think I've already fixed that by not having the LAN IP be 10.0.0.x. Not sure i understood everything I read up about recursive routing but it seemed to be related to subnets and where things go on either the vpn or home network. PIA gives a virtual address starting in 10.x.x.x so i took a guess and assumed having my LAN doing the same was a bad thing and the recursive error has gone now my LAN is on 192.168.1.x. Unfortunately the slow down wasn't affected by it. Still it's something. One less error to worry about. After trying to look up the PID_ERR it generally takes me back to or is linked with the Authenticate/Decrypt packet error. I've tried all the suggestions goggle has to offer to fix this but nothing seems to have worked. The only thing I'm left to conclude is that its either a PIA or ISP issue. Thanks for the help though.
  • IPv4 Tunnel Network - OpenVPN

    5
    0 Votes
    5 Posts
    940 Views
    JKnottJ
    Did your computer "walk barbarian"?  ;)
  • OpenVPN not connecting

    3
    0 Votes
    3 Posts
    2k Views
    E
    That happened to me because of many things: -  First i did not create firewall rules, so check them and also OpenVPN firewall rules.   -  Second check the Nat Outbound you have to create entrys according to your ip's.   -  Third Check the pfsense routing, also if your pfsense is behind a router ISP you have to contact them to check he routing.   -  Fourth The damn windows firewall also cause that problem. Hopes it helps you!
  • Little bit lost

    9
    0 Votes
    9 Posts
    733 Views
    P
    Sorry i should have been more clear, with the wrong net and without nopull everything was dropped. adding nopull was necessary to access internet but didn't fix vpn issues. correcting net meant nopull option could be removed without breaking internet access.
  • OpenVPN only as "Peer-to-Peer" for my NAS

    7
    0 Votes
    7 Posts
    819 Views
    E
    Hi, I was able to install the shit driver again but I`m still stuck on the OpenVPN connection. Maybe the TAP-Adapter is still not right installed. The office may block vpn access but then.. why did it worked some days ago? I think its more my TAP driver. Wed Feb 21 08:53:21 2018 OpenVPN 2.4.4 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Sep 26 2017 Wed Feb 21 08:53:21 2018 Windows version 6.2 (Windows 8 or greater) 64bit Wed Feb 21 08:53:21 2018 library versions: OpenSSL 1.0.2l  25 May 2017, LZO 2.10 Wed Feb 21 08:53:22 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]IP:1194 Wed Feb 21 08:53:22 2018 UDP link local (bound): [AF_INET][undef]:1194 Wed Feb 21 08:53:22 2018 UDP link remote: [AF_INET]IP:1194
  • Pfsense 2.3 openvpn 2.4

    4
    0 Votes
    4 Posts
    723 Views
    G
    So it should work with 2.4 client and 2.3 server! I have to give it a try in the weekend. Tx for your reply! /Peter @TriStarGod: OpenVPN 2.4 is backwards compatible with pfsense 2.3 OpenVPN 2.3. I was able resolve my random disconnect issue.
  • Reconnecting; auth-failure

    1
    0 Votes
    1 Posts
    912 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.