• IKEv1 Xauth could not connect a windows box

    7
    5
    0 Votes
    7 Posts
    993 Views
    viktor_gV
    It seems that your IPsec network addresses not NATed to WAN interface IP You need to create appropriate NAT rules
  • Windows 10 can't connect with IKEv2 with EAP-TLS

    4
    2
    0 Votes
    4 Posts
    1k Views
    A
    I give you a hint: https://wiki.strongswan.org/projects/strongswan/wiki/WindowsClients AES-256-CBC and MODP2048 Regards Alitai
  • Unexpected traffic hitting IPsec interface

    10
    0 Votes
    10 Posts
    1k Views
    S
    @awebster Yup, that works wonderfully. Just did it, confirmed what our docs were suggesting. Now to have a chat with that peer armed with sufficient evidence. :) Thanks for all the help on this!
  • S2S VPN not passing traffic from subnet

    1
    0 Votes
    1 Posts
    118 Views
    No one has replied
  • 0 Votes
    1 Posts
    242 Views
    No one has replied
  • Pfsense ipsec to Cyberoam traffic issue

    ipsec
    6
    0 Votes
    6 Posts
    1k Views
    P
    I try change mode from tunnel IPv4 to Route (VTI) but after change IPsec not connect.
  • IPSec Tunnel Issue.

    2
    0 Votes
    2 Posts
    450 Views
    dennis_sD
    I would start here.
  • how to connect other building site to main site using vpn??

    3
    1
    0 Votes
    3 Posts
    455 Views
    O
    Just create both phases of an IPSec tunnel in one. Settings are pretty intuitive. Then do the same at the other end, matching and reversing the relevant settings. Then test using endpoints, not the UI
  • pfSense IPSEC VPN to Azure VM no Internet

    1
    0 Votes
    1 Posts
    335 Views
    No one has replied
  • Ipsec PfSense Host traffic not to VPn Tunnel

    2
    0 Votes
    2 Posts
    232 Views
    U
    shame on me found this Thread, solved it. https://forum.netgate.com/topic/146217/traffic-from-firewall-trough-ipsec-tunnel-fails/2
  • Avaya VPN to Virtual PFSense using IPSec Mobile

    4
    0 Votes
    4 Posts
    900 Views
    A
    Update After doing some wireshark traces I concluded the traffic was not getting back to the phone. I was able to identify a routing issue that was causing the problem and resolve it. I have now been able to connect the Avaya VPN handset through the IPSec tunnel to my phone system. So just in case anyone else tries to set this up the the following settings in the Avaya handset work: VPN VENDOR - OTHER Gateway address - 0.0.0.0 (set by DHCP) External Phone IP Address 0.0.0.0 (set by DHCP) External Subnet - 0.0.0.0 (set by DHCP) External DNS - 0.0.0.0 (set by DHCP) Encapsulation - 4500-4500 Copy TOS - No Auth Type - PSK with XAUTH VPN User TYPE - any VPN User -vpnuser VPN PW - * IKE ID (Group Name) - none Pre-Shared Key (PSK) - * IKE Phase 1 IKE ID Type - IPV4 ADDRESS IKE Xchg Mode - Aggressive IKE DH GROUP - 2 IKE Encryption Alg - AES-256 IKE Auth Alg - SHA-1 IKE Config Mode - Enabled. IKE Phase 2 IPSEC PFS DH Group - No PFS IPSEC Encryption Alg - AES-256 IPSec Auth Alg - SHA-1 Protected Network - 0.0.0.0/0
  • Any limitations on the # of IPsec tunnels on PFsense community edition?

    2
    0 Votes
    2 Posts
    543 Views
    DerelictD
    No limit in the code, though there might be practical limits based on your specific set of circumstances. Perform normal troubleshooting and log evaluation and communication with the other side as to why that tunnel will not come up.
  • IPSec - Set specific external interface

    7
    0 Votes
    7 Posts
    1k Views
    L
    @jimp Perfect, works a treat! - thank you for your help!!
  • 0 Votes
    3 Posts
    520 Views
    jimpJ
    You don't have to check that box, but you can. IKEv2 is more efficient there, it doesn't need to separate all those out. Some other equipment (notably Cisco) doesn't like that, though.
  • IPSEC DNS Traffic issue

    26
    0 Votes
    26 Posts
    3k Views
    DerelictD
    Great Apply IP addresses and networks to all of that and show your configuration. Need to see all of the interfaces, all of the interface rules including IPsec tabs, all of the IPsec configuration, etc. Then explain exactly what is NOT working in a manner such that there is no guessing involved.
  • No Site To Site L2TP on PfSense ?

    2
    0 Votes
    2 Posts
    416 Views
    awebsterA
    @denis31, I wouldn't expect many people on this forum to know what / how the Motorola RFS L2TPv3 link works, however, as luck would have it, I do. I'm assuming you have another RFS at the other end of the L2TPv3 link. I've never tried do to what you are looking to do with pfSense, I'd have to spin up a lab to have a crack at it. Ultimately, I'd suggest you have a rethink on how you can replace the L2TPv3 link with an IPSEC link. You can configure the RFS to run an IPSEC tunnel to pfSense, its not as simple to configure as L2TPv3 by any stretch, but it works. If you are using the L2TPv3 to do stuff like adopting remote APs, you will ultimately have to migrate your environment from Bridged tunnelling to Local egress.
  • Reach mobile client from LAN via IPsec tunnel

    12
    0 Votes
    12 Posts
    1k Views
    L
    Some more debugging on the fw: ping 192.168.2.145 Generates ICMP echo request packages on the gw interface (sk0/sk2), no ICMP echo reply is received (obviously). Result: ping command gets no answer. ping -S 192.168.1.10 192.168.2.145 Generates ICMP echo request packages on the ipsec interface (enc0) and the clients answers back with ICMP echo reply packages. Result: ping command is ok. route add 192.168.2.144/28 192.168.1.10 ping 192.168.2.145 Generates ICMP echo request packages on the ipsec interface (enc0) and the clients answers back with ICMP echo reply packages. Result: ping command is ok. BUT: Even with the above route, i can ping the client only from the fw itself, but not from the network. I`ve also tried playing with NAT rules to force the fw source address, but no lock so far. Any further idea to solve the problem?
  • IPSEC Service not starting after initial install

    9
    0 Votes
    9 Posts
    2k Views
    M
    ugh I'm not smart
  • Traffic from Firewall trough IPSEC Tunnel fails

    3
    0 Votes
    3 Posts
    487 Views
    B
    Also, you might be better off using VTI.
  • 0 Votes
    1 Posts
    3k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.