• IPSEC VPN with MAC ACL in a Switch

    3
    0 Votes
    3 Posts
    946 Views
    C
    The MAC of your machine is only locally-significant. Your traffic from the VPN, when it gets to your LAN, is sourced from the LAN NIC MAC of the firewall. Allow its MAC (see Status>Interfaces).
  • IPSec Tunnel Won't start after reboot; needs manual starting.

    3
    0 Votes
    3 Posts
    860 Views
    A
    OK Thanks; I will try that. Alfredo.
  • IPSec borked on 2.2.3-RELEASE for mobile

    9
    0 Votes
    9 Posts
    3k Views
    R
    @dharrigan: Hi, Very similar. I've updated the bug report with the configuration I have, along with a log file of the connection attempt. -=david=- I had the exact same config.
  • How to set site to site on pfsense 2.2.3?

    1
    0 Votes
    1 Posts
    606 Views
    No one has replied
  • IPSec Site to Site from Zywall

    5
    0 Votes
    5 Posts
    2k Views
    C
    You're sending traffic out, but the other side isn't replying. Likely the other side is blocking your requests, either on the Zywall, or on the destination host (host firewall).
  • [Solved] IPSec 2.2.2 -> 2.2.3 Connected but no traffic

    16
    0 Votes
    16 Posts
    4k Views
    Y
    I just disabled AES-NI and rebooted and it works for me as well.  We have dual redundant firewalls as they are production, so I will wait to update the second one entirely until 2.2.4 is ready.  I hope that is soon; disabling AES-NI seems to have a performance impact on our OpenVPN tunnel performance, as I suppose one should expect with AES-CBC. :P
  • IPSEC VPN with local subent NAT

    3
    0 Votes
    3 Posts
    824 Views
    S
    Thanks for the help but I already figure out this problem.
  • 0 Votes
    3 Posts
    925 Views
    V
    @georgeman: Hi guys, let me outline some issues I have found with RSA IPsec, which I already debugged, found the cause, workarounds and reported the bugs  ;) georgeman, thank you, thank you, thank you! I did suspect it was a data matching problem, thanks for proving it.
  • PFSense 2.2.2 L2TP/IPSec Setup Issues

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • IPSec/L2TP on 2.2.3 broken?

    4
    0 Votes
    4 Posts
    2k Views
    D
    https://redmine.pfsense.org/issues/4791
  • [SOLVED] How can I route loopback traffic through an IPSEC tunnel

    3
    0 Votes
    3 Posts
    2k Views
    G
    Thanks a lot Delict !!! rigth to the point. It works perfect now, the pfsense box can reach all the other sites subnets.
  • DYNAMIC PUBLIC IP in pfesense IPSEC?

    2
    0 Votes
    2 Posts
    1k Views
    V
    It is possible to do this. Probably the easiest way is to ensure that you have resolvable DNS hostnames for each public facing endpoint interface. I use a DynamicDNS provider with pfSense. Get this working first. Don't use any public IP addresses in your Phase 1 config unless they are static IP addresses. Use the DynamicDNS hostnames instead. E.g. on one end… Remote Gateway: farfaraway.dynamic.dns My Identifier: Distinguished Name: thisbox.dynamic.dns Peer Identifier: Distinguished Name: farfaraway.dynamic.dns Pre-Shared Key: OurSecret on the other end... Remote Gateway: thisbox.dynamic.dns My Identifier: Distinguished Name: farfaraway.dynamic.dns Peer Identifier: Distinguished Name: thisbox.dynamic.dns Pre-Shared Key: OurSecret The Phase 2 configs will have the IP network addresses of your internal network, typically private addresses. No dynamic dns required here.
  • Imported certificates with passphrase for private-RSA-Key

    5
    0 Votes
    5 Posts
    2k Views
    V
    cmb, Is there a current howto for setting up a site-to-site IPsec VPN using RSA certs on pfSense 2.2.3? I found my own way of doing this by experimentation and it's been working fine up to 2.2.2 but it I cant get certs to work on 2.2.3 . PSK works OK. I wondered if the problems I have with certs not working on 2.2.3 is actually a misconfiguration that didn't cause a problem in earlier releases.
  • Site to Site to Site IPSec VPN Connection

    4
    0 Votes
    4 Posts
    878 Views
    C
    All 3 actually. The one on site A has to know to go via EC2 to reach site B, same in reverse for site B, and the EC2 instance needs both setup so each site will work.
  • Dummy XAuth Authentication (xauth-noauth plugin)

    1
    0 Votes
    1 Posts
    620 Views
    No one has replied
  • Macro IPsec not defined

    3
    0 Votes
    3 Posts
    1k Views
    D
    I am having the same problem with 2.2.2. I have IPSEC enabled. Disabling IPSEC, and trying to remove all IPSEC firewall rules, did not fix the problem. I am not using IPSEC at this point.
  • [resolved]IPSec Site-to-Site VPN passes only some Traffic

    2
    0 Votes
    2 Posts
    2k Views
    M
    Hello community, we resolved this issue with help from the pfSense support. First of Steve pointed out that our LAN and VLAN10 interfaces were on the same subnet which may cause problems, thus we removed the VLAN10 from our bonded interface to be on the safe side. The actual problem was caused by firewall rules blocking access to RFC1918 subnets from the local VLANs to our remote networks. We had a pass rule for the remote subnets, but this rule was on the wrong interface group. We enabled logging on every block/reject rule that we had in place and those packets appeared as rejected by another interface group's reject-rule. Moving the pass-rules to the correct interface group fixed the issue. Kind regards
  • Mobile Tunnels Fail After 2.2.2 upgrade

    9
    0 Votes
    9 Posts
    3k Views
    C
    There are either issues in vpnc when connecting to strongswan, or in strongswan itself. Configs that work fine with the built-in IPsec client in iOS and OS X, Shrewsoft, and others fail with vpnc where it should function the same as the others. My gut feel is it's a vpnc issue of some sort that racoon just didn't trigger for some reason, given all the other similar clients work fine in the same circumstance. There are a number of instances of people using vpnc with strongswan, though many of those date back quite some time. I updated the bug ticket and will revisit as soon as time permits (in the process of getting 2.2.3 to release this week). https://redmine.pfsense.org/issues/4784
  • PSKs incorrect in ipsec.secrets - Still an Issue in 2.2.1

    12
    0 Votes
    12 Posts
    3k Views
    A
    @cmb: The issue was this: https://redmine.pfsense.org/issues/4781 it works now. I applied that change to the 2.2.3 system you brought up, and can connect fine now. If you can confirm as well that'd be appreciated. Thanks for your help! I'll check this afternoon when I make it back to a location I can check it from. Thanks, cmb!
  • 0 Votes
    1 Posts
    654 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.