• Two separate pfSense boxes tries to connect to each other...?

    9
    0 Votes
    9 Posts
    941 Views
    stephenw10S

    Yup, you'd see broadcast traffic from the other firewall but unless you have something configured to do it (or misconfigured!) I wouldn't expect to see unicast between them.

  • Expanding address space on LAN - What concerns do I have to watch for?

    25
    0 Votes
    25 Posts
    2k Views
    TangoOverswayT

    @stephenw10
    Thanks! It's working and I suspect I did that when I was trying to setup and test different VPNs. (Ended up with Tailscale - had issues with OpenVPN, PureVPN, and multiple others - either they couldn't do something or it was a feature trade that didn't work for me.)

  • Strange XMLRPC error... what could cause this?

    2
    0 Votes
    2 Posts
    539 Views
    stephenw10S

    That's how the xmlrpc for config sync works. It implies the secondary didn't respond for some reason. Perhaps it was down at the time?

  • Export / Import: CE to Netgate 2100

    4
    0 Votes
    4 Posts
    455 Views
    stephenw10S

    Although the 2100 has a switch you don't need to have any config for it. By default it uses the two NICs (mvneta0/1) for WAN and LAN and without any specific switch config the switch just acts as a 5 port unmanaged switch on LAN. So if you only have two interfaces in your CE config you can import that to the 2100 and just reassign them. The same is true for the 3100. It is not true of the 1100 which requires the switch to be configured.
    If you have more than two interfaces though you would need to configure the switch to separate the ports.

    Steve

  • Wifi Traffic dropping multiple times a day while on teams calls

    5
    0 Votes
    5 Posts
    639 Views
    G

    @fenster Sounds more like an AP problem than something to do with pfsense... Have you checked out the Ubiquiti forums for help? Perhaps take a look in your Unifi Controller for any clues...

    Could be lot's of different radio problems. Do you have more than one AP, does it happen on both bands? What about neighbours with wifi?

  • Unable to install packages

    11
    0 Votes
    11 Posts
    999 Views
    N

    @stephenw10 After a factory reset, it is working now. All my WAN rules are back in place, and I was able to install multiple packages from the GUI. Still not sure what the problem was.

  • 0 Votes
    5 Posts
    2k Views
    R

    Thank you so much for providing this information. Ever since Xfinity did their infrastructure upgrade in my area I would have intermittent connectivity with one of my WAN's. Currently, I am running two WANS (both Xfinity) and have them in a load balance configuration. When I initially set this up in Pfsense everything was working fine. After the Xfinity upgrade the non-default WAN would intermittently lose connectivity and show as 100% packet loss. The weird thing about this one it would only drop the non-default gateway. The default gateway was always up. So if I swapped the default, the packet loss would also follow the other non-default gateway. So I knew this wasn't a hardware problem, For the past 4 months I have been trying numerous troubleshooting steps including a complete reconfigure of my pfsense setup from scratch and nothing worked, at least not until I added 'supersede dhcp-server-identifier 255.255.255.255' under "Option Modifiers"

    Thanks again, this saved my sanity. :)

  • Captive portal - what am i missing

    37
    0 Votes
    37 Posts
    5k Views
    stephenw10S

    @michmoor said in Captive portal - what am i missing:

    Did i just need sleep?
    Maybe staring at a problem fixed itself

    Ha, well that can happen. I'd love to know what changed though. I guess something expired somewhere. Though you would have thought anything that could apply here would have already expired during testing.

  • could not connect to /var/run/php-fpm.socket pfsense

    2
    0 Votes
    2 Posts
    550 Views
    stephenw10S

    What is logged in the system log when it fails?

    USB Ethernet is generally not recommended though.

  • 4G/5G via USB 3.0 connector

    Moved
    2
    0 Votes
    2 Posts
    554 Views
    E

    I use an external LTE modem, which is basically transparent to pfSense/FreeBSD.

    https://www.netgear.com/home/mobile-wifi/lte-modems/

    You will have to configure pfSense for WAN failover.

  • Default Gateway & Policy Routing

    7
    0 Votes
    7 Posts
    771 Views
    P

    Found some time and took another look at this and discovered that the WG tunnel between the two relevant hosts was missing the allowed IP of 0.0.0.0/0 to route over the WG tunnel to the internet from one WG host to another. A quick fix then...

    Frustratingly, i remembered this same issue for another fault from long ago and recalled the key text from the official documentation that "....when sending packets, the list of allowed IPs behaves as a sort of routing table, and when receiving packets, the list of allowed IPs behaves as a sort of access control list." The differences are seldom drawn on in WG 'cheat sheets' but is essential for the routing - i suspect most people blindly following guides assumed it was only to force a default gateway for a WG host.

  • Orphaned VLAN entry

    8
    0 Votes
    8 Posts
    514 Views
    stephenw10S

    It's still a bug in current dev builds: https://redmine.pfsense.org/issues/15282

  • 0 Votes
    10 Posts
    973 Views
    stephenw10S

    It would probably be better to pretend to be some other router or in fact to not expose anything that allows determining the router type at all. IMO 😉

  • Apcupsd and server in DMZ

    2
    0 Votes
    2 Posts
    336 Views
    V

    @bavcon22
    There is nothing special at all. The client (server in DMZ) has to pull the data from the NIS server on pfSense.

    To let the NIS server listen on any interface IP, set it to 0.0.0.0. Add a firewall rule on DMZ to allow access to the port 3551, or which your NIS is using on, to the DMZ address.
    And configure the client to pull the information from the pfSense DMZ IP.

  • Is TCP Segmentation Offloading turned off or on?

    11
    0 Votes
    11 Posts
    1k Views
    QinnQ

    Thnx

  • 2.7.2-RELEASE (amd64) Panic - Page fault

    20
    0 Votes
    20 Posts
    1k Views
    C

    No issues for 9 days now, guess I will leave it in this configuration. Thanks for the suggestions.

  • Package Downgrades..why is this not a thing?

    12
    0 Votes
    12 Posts
    1k Views
    dennypageD

    @incith I didn't hear any response from you, but in case you are not monitoring the main NUT thread, a fix was posted there today for your issue.

    FWIW, the issue was specific to the legacy Tripplite protocol and was not an issue with USB. Details can be found in the NUT thread.

  • OpenVPN network table missing data after upgrade from 2.6.0 to 2.7.2

    Moved
    19
    0 Votes
    19 Posts
    1k Views
    V

    @enrilor
    Just noted that you need to set the servers verbosity level to 3 to log added routes.

    And you have to restart the server as mentioned.
    I'd expect to see a log line with the OpenVPN version, when the server is starting up. I'm missing this in your log snip.

    The CSO is applied properly according the log. But remote networks, you've set there are is not reflected into the system routing table. This is only applied within OpenVPN.

    As mentioned, it's the "Remote Networks" setting in the server configuration, which adds system routes. And the OpenVPN log should show this action.

  • PfSense Bridge Mode with ISP Router

    17
    0 Votes
    17 Posts
    5k Views
    stephenw10S

    OK then you probably need a VIP on the WAN in the modems subnet and an outbound NAT rule.

    https://docs.netgate.com/pfsense/en/latest/recipes/modem-access.html?highlight=modem#configure-nat

  • Proxmox GUI on lan won't work

    8
    0 Votes
    8 Posts
    1k Views
    NollipfSenseN

    @Gblenn said in Proxmox GUI on lan won't work:

    With Proxmox on the same subnet, there is no reason hatsoever why it shouldn't be accessible...

    Thought your Proxmox's management was already on the same LAN as pfSense. I run Proxmox on Virtualbox on my MacBook pro so I can look at Proxmox's interface wherever I am be it home, coffee shop or friends (just change the IP) to help others, hence the picture.

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