Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Tags
    3. wireguard
    Log in to post

    • All categories
    • F

      Setting up ProtonVPN on homebuilt pfSense router

      Watching Ignoring Scheduled Pinned Locked Moved OpenVPN protonvpn wireguard vpn connection
      2
      0 Votes
      2 Posts
      2k Views
      G
      first, try openvpn because that is well established and wire guard is new. the ProtonVPN service website should have setup instructions and OpenVPN config files that you can use.
    • F

      Configuration vpn wireguard

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard
      1
      0 Votes
      1 Posts
      546 Views
      No one has replied
    • R

      Wireguard Site to Site

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard site-to-site
      7
      0 Votes
      7 Posts
      1k Views
      R
      @jarhead I am configuring this device for deployment. Sorry I was not clear on that point. That is why the WAN is connected to my LAN. This device will be going over a thousand miles away and I need to set it up before it makes that journey. All of this headache just so I can remotely help (and make my life a little easier without needing to coordinate some kind of remote desktop/access). And this scenario requires the remote device to punch the hole through because their ISP uses private IPs, so the link will rely on the remote device establishing the link. I have isolated it to the Firewall blocking the access. The default deny rule was stepping in to block it. The Firewall knows it is the S2S interface... and not the WAN. Private IP restrictions do not apply. The Default deny rule on both firewalls was blocking access. Oddly, the PC on the remote pfSense had no issues accessing my pfSense WebGUI but could not access my LAN devices... and I could not go the other direction to access the WebGUI of the remote device.. I need to review the syntax/scope on the Firewall rules again. By default, pfSense uses XXX net for Source. I had copied the allow rules to the S2S interface and updated to use S2S net. As Christian's video shows in the Firewall section, source is set to * (All). I have the tunnel working now. So sorry about wasting anyone's time. P.S. Akismet is flagging my post as spam. Not sure why that is. Apparently it won't allow me to add images with the post.
    • J

      GRE tunnel question

      Watching Ignoring Scheduled Pinned Locked Moved IPsec gre gif wireguard routing
      2
      0 Votes
      2 Posts
      1k Views
      S
      Just want to reply here my discoveries, to save people the hassle of attempting this to find out it does not work, there are two types of GRE tunnels, GRETAP and GRETUN, one supports layer 2 features such as broadcast/multicast and one does not, the PFSense implementation appears to use the later which does not support this feature, please see the following article to show the difference https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels#:~:text=While%20GRE%20tunnels%20operate%20at,header%20in%20the%20inner%20header. You would need a local UDP relay instead (on the client side) to instead allow the client to relay these broadcast message as unicast to a specific host, I struggled with this for Windows File Sharing (WS-Discovery) broadcast packets and ended up resorting to a script that auto maps all network drives on successful client connection, perhaps someone could get this working with a L2TP on top of Wireguard? https://github.com/sparky3387/automapwireguard - Shameless plug of the automap script if someone else also needs this.........
    • T

      Option to disable wireguard adding routes (Table = off)

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard frr wireguard route default route bgp
      5
      0 Votes
      5 Posts
      4k Views
      T
      @cmcdonald thank you for the explanation. indeed the problem was my frr configuration, all is working fine now.
    • V

      wireguard multiwan doesnt properly round robin traffic

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN wireguard multiwan traffic shaping
      1
      0 Votes
      1 Posts
      698 Views
      No one has replied
    • L

      DNS Resolution of server failing... but I can ping the box?

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard dns resolution firewall rules wireguard
      5
      0 Votes
      5 Posts
      1k Views
      L
      So, after some further digging, I discovered a couple things. You have to actually assign the tunnel to an interface The MacOS Wireguard app doesn't support .ddns.net domains Thank you for your help, once I assigned the interface correctly everything worked like a charm.
    • L

      DNS Resolution for Wireguard tunnel failing

      Watching Ignoring Scheduled Pinned Locked Moved DHCP and DNS dns firewall rules wireguard dns resolution
      3
      0 Votes
      3 Posts
      2k Views
      L
      @bob-dig Yes, I can ping the domain name and receive a response from the firewall.
    • G

      Wireguard Routing Problems - Help wanted

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions wireguard routing assymetric vpn
      10
      0 Votes
      10 Posts
      2k Views
      G
      @stephenw10 I deleted the WireGuard tunnel then I set it up all over again. Done the same thing at VPS. Rebooted remote VM and pfSense and it started working. I have no idea what happened before but I thanks you for all the support you provided!! Thanks a lot :-) kind regards
    • D

      Wireguard.com SSL problem.

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard
      8
      0 Votes
      8 Posts
      2k Views
      D
      @johnpoz Thanks - but that gave the same error. I think the root of my problem is that VirginMedia hate VPNs! https://windowsreport.com/vpn-blocked-virgin/ I think I will try accessing the site sometime when on another isp! Thanks again - must go battery very low.
    • M

      How do you direct all traffic from a remote Wireguard peer through my pfsense SG5100

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard allowed ip
      14
      0 Votes
      14 Posts
      4k Views
      R
      @gabacho4 Did you ever figure it out?
    • luckman212L

      Possible to shape NFS traffic?

      Watching Ignoring Scheduled Pinned Locked Moved Traffic Shaping shaper shaping qos vpn wireguard
      2
      0 Votes
      2 Posts
      980 Views
      luckman212L
      I created a small tool luckman212/stv to help make it a little easier to debug states. In case it's useful to anyone else.
    • M

      MTU question with MultiWan/OpenVPN/Wireguard

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN mtu mss multiwan wireguard openvpn
      1
      0 Votes
      1 Posts
      641 Views
      No one has replied
    • M

      Route Wireguard traffic through Squid Proxy

      Watching Ignoring Scheduled Pinned Locked Moved Traffic Monitoring wireguard vpn squid proxy
      2
      0 Votes
      2 Posts
      2k Views
      M
      @ma0f97 Has no one an idea?
    • S

      WireGuard site to site tutorial

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard site-to-site
      1
      0 Votes
      1 Posts
      693 Views
      No one has replied
    • F

      WireGuard Asymetric NAT Issue when port forwarding from external server

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard pfsense 2.6.0 wireguard nat routing
      2
      0 Votes
      2 Posts
      2k Views
      F
      For anyone else finding this thread. I've found the solution. Create a port forwarding rule INTERFACE: WG0 PORT: 44158 DESTINATION: WG0 DEST PORT: 44158 REDIRECT TARGET IP: MINER IP REDIRECT PORT: 44158 Then everything works as expected.
    • B

      WireGuard multiple client bug

      Watching Ignoring Scheduled Pinned Locked Moved pfSense Packages wireguard
      20
      0 Votes
      20 Posts
      4k Views
      B
      @jimp thx for the hint it's working now, it totally make sense now. hope it will you @bbusa as well
    • A

      Wireguard Public and Private Key Protection

      Watching Ignoring Scheduled Pinned Locked Moved WireGuard wireguard
      6
      0 Votes
      6 Posts
      2k Views
      P
      @theonemcdonald said in Wireguard Public and Private Key Protection: I have mentally considered an additional layer for the extremely paranoid, but because pfsense already has encrypted configuration backup capabilities, I don't plan on spending much time on this any time soon. Fully agreed.
    • E

      How can I get OpenVPN to use QAT acceleration offload?

      Watching Ignoring Scheduled Pinned Locked Moved OpenVPN openvpn quickassist wireguard
      3
      1 Votes
      3 Posts
      1k Views
      E
      @johnnyfive Yeah this is the problem - what a shame. It would be really great to have full acceleration using QuickAssist!
    • B

      WireGuard release 1.0.0

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions vpn wireguard
      6
      0 Votes
      6 Posts
      1k Views
      J
      @jimp Yes would love this feature as wel. Tested it and works really fast en easy to setup. Timeline even for beta release would be great. OpenVpn has so much overhead, and just does not meet the speed requirements with low(er) end hardware.