• Fiber optic to pfSense Box

    82
    0 Votes
    82 Posts
    10k Views
    D

    @stephenw10

    It seems that it doesn't work. Probably I would have to cancel my contract.

  • Avahi on PfSense 24.3

    4
    0 Votes
    4 Posts
    323 Views
    Y

    @dennypage I tracked the issue down to Sony TV having a shitty AirPlay implementation. I have another LG branded TV which works with no issue.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • 0 Votes
    5 Posts
    546 Views
    stephenw10S

    You might be able to use the ix0/1 SFP ports with an appropriate module. Otherwise using an expansion card.

  • 0 Votes
    10 Posts
    829 Views
    bmeeksB

    @dr21 said in PFsense Router Slow Web Interface Response - "swap_pager: indefinite wait buffer" Error in Logs:

    I'm running PFsense version 2.7.2 on a mini PC with an Intel Core i3-7020U and 8GB of RAM. The dashboard widgets show 16% RAM usage and 3% SWAP usage, and these values remain stable. I also don’t have any additional packages installed.

    With no extra packages installed, then I agree with others here who suspect a faulty disk. Odd that you are using any swap space, though. Typically that should show 0% swap usage.

  • Update pfsense

    5
    1 Votes
    5 Posts
    381 Views
    stephenw10S

    There have been a number of updates in the monthly newsletter and also in the development section here.

    But essentially, yes, the addition of significant new functionality required more time over the usual release schedule.

  • Problems connecting to specific domains/IPs (*.ubuntu.com)?

    10
    0 Votes
    10 Posts
    530 Views
    stephenw10S

    Can you ping that IP?

    It feels like a server block on your public IP TBH.

  • telegram notifications can't receive rule logs

    11
    0 Votes
    11 Posts
    636 Views
    GertjanG

    @phoenixz2

    You want to write your own script ?

    Have a look at this file, the last lines : /etc/inc/notices.inc

    So you can use

    notify_via_telegram($msg);

    in your own scripts (this is PHP btw) if you have set up Telegram.

  • Pfsense dropping traffic on 169.254.0.0/16 network

    17
    0 Votes
    17 Posts
    9k Views
    K

    Quite old but also still relevant as it hasnt changed from the cloud providers pint of view and the thread is misleading from a modern context.

    The above thread has a misconception of routable vs link local. Routable means that the ip block is propagated via routing protocols or made reachable via the router itself to anything connected to it. ie a client on a lan segment being able to reach a 169.254.0.0/16 address via the router not its own broadcast discovery over its local interface/

    This is not the same as having a 169.254.0.0 /30 subnet on a vti interface. Only the two routers in the tunnel could see these addresses so it is therefore arguably compatible with rfc3927 as it is entirely on link. After all a vti interface is just a NIC, its just a virtual one over a tunnel vs a physical one.

    More still it is a better address space to use than the CGNAT netblocks as these can still clash on internal networks especially when multiple organizations are at play, where as rfc3927 addresses could not clash unless the same address spaces were used on the same router. This would obviously be trivial to fix and totally preventable

  • finding out where a device is attempting to reach

    6
    0 Votes
    6 Posts
    447 Views
    S

    @SteveITS If hardcoded DNS is giving you issues needing more than expected/desired to be whitelisted, it may be worth checking out this blog on Labzilla. It was wrote with Pihole in mind alongside pfSense, so the term Pihole can be replaced with pfBlockerNG to make more sense. The trick for hardcoded is making DNS replies answer back looking like the answers come from the intended/hardcoded DNS server and not coming from an unknown source/pfSense/Pihole, using the few NAT rules described in the Labzilla blog goes another couple steps further than what Netgates documentation has for just redirecting DNS, these additional NAT rules will mask where DNS replies are answered back from:

    administrator@desktop:~$ nslookup www.google.com 8.8.8.8 Server: 8.8.8.8 Address: 8.8.8.8#53 Name: www.google.com Address: 10.10.10.69
  • Restoring the configuration.

    5
    0 Votes
    5 Posts
    514 Views
    W

    @jrey Yes, thanks a lot.

  • SG1100 memory starvation - Unbound not restarting

    13
    0 Votes
    13 Posts
    484 Views
    M

    @stephenw10

    This is the only thing i see prior

    Oct 11 20:16:00 nyc-fw1-inet sshguard[69504]: Exiting on signal. Oct 11 20:16:00 nyc-fw1-inet sshguard[77474]: Now monitoring attacks. Oct 11 20:35:30 nyc-fw1-inet check_reload_status[666]: Linkup starting $e6000sw0port3 Oct 11 20:35:30 nyc-fw1-inet kernel: e6000sw0port3: link state changed to DOWN Oct 11 20:35:31 nyc-fw1-inet php-fpm[20159]: /rc.linkup: Hotplug event detected for WAN(wan) dynamic IP address (4: dhcp) Oct 11 20:35:31 nyc-fw1-inet php-fpm[20159]: /rc.linkup: DEVD Ethernet detached event for wan Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down Oct 11 20:35:33 nyc-fw1-inet syslogd: sendto: Network is down

    I do see that the LAN side had a Hotplug event as well. Looking at the timestamps the LAN side event happened more or less at the same time as the WAN side.
    To me this indicates either

    As part of any link-status event, pfSense restarts the internal switch ports There was some weird failure on both LAN and WAN side which i honestly don't see happening. Other cause not yet known. ][admin@nyc-fw1-inet.moore.lan]/var/log: cat system.log | grep "Hotplug" Oct 11 20:35:31 nyc-fw1-inet php-fpm[20159]: /rc.linkup: Hotplug event detected for WAN(wan) dynamic IP address (4: dhcp) Oct 11 20:35:38 nyc-fw1-inet php-fpm[55571]: /rc.linkup: Hotplug event detected for LAN(lan) dynamic IP address (4: 192.168.70.254, 6: track6) Oct 11 20:35:39 nyc-fw1-inet php-fpm[17116]: /rc.linkup: Hotplug event detected for WAN(wan) dynamic IP address (4: dhcp) Oct 11 20:35:54 nyc-fw1-inet php-fpm[20159]: /rc.linkup: Hotplug event detected for LAN(lan) dynamic IP address (4: 192.168.70.254, 6: track6)
  • Problems changing back interface assignment to default.

    4
    0 Votes
    4 Posts
    272 Views
    S

    @frodet You don’t need to reinstall to revert the configuration, it’s on the Diagnostics menu somewhere.

    Re: not save, there’s a path through interface reassignment where if you don’t click Save before you click Apply it doesn’t save…not sure if that applies here.

  • pfSense CE download not correct

    5
    0 Votes
    5 Posts
    1k Views
    S

    @Diggy then it’s out of beta apparently…!

    https://docs.netgate.com/pfsense/en/latest/install/netinstaller.html

  • VLAN support with TP-Link AX1800 Wi-Fi 6 Router

    5
    0 Votes
    5 Posts
    2k Views
    stephenw10S

    Yes you can certainly separate the ports by VLANs on the 2100. So you can have all traffic from the TP-Link on one interface and all other traffic on a different interface. You just can't separate wired and wireless traffic from the TP-Link or wireless traffic on different SSIDs unless it specifically supports that.

  • Question About Temperature Reading in System Information Widget

    3
    0 Votes
    3 Posts
    163 Views
    stephenw10S

    It probably is a value from the CPU cores. But that depends on having the cpu temp available. Try adding the thermal sensors widget and it will show you.

    You can enable an appropriate CPU core sensor driver in Sys > Adv > MIsc.

    Steve

  • Help with tailscale routing??

    4
    0 Votes
    4 Posts
    321 Views
    stephenw10S

    Could simply be a firewall rule blocking it.

    Check the states. Check the firewall log.

  • Firewall/NAT issues on routed network

    10
    0 Votes
    10 Posts
    538 Views
    PhizixP

    @jmaynard

    Back in the day I was the MIS for a lawfirm in Dallas. When we moved facilities I did all the wiring for an Arcnet token ring. Boy that does take me back.

    Phizix

  • pfsense available packages empty

    28
    0 Votes
    28 Posts
    9k Views
    TommyMooT

    @Gertjan

    I from time to time, also love to game, and there, buffbloat fixing is important, congrats to you, to have fiber connection!! Me only on cable internet 1000 MBit (LOL, Vodafone promise is a lie, only keeps that speed in deep night, as cable internet is a shared connection, in evenings, often bad bufferbloat values and speeds below 1000 MBit) and my uplload as always in Germany, is sadly asynchron, limited to only 50 MBit upload sadly. But its all OK, I as a private person/user, can live with that. Enjoy your Fiber connection!! Hope one day, we will also be able to benefit Fiber Quality connections. SQM is just, fantastic on OpenWRT, best for fixing bufferbloat with SQM and piece_of_cake setup.

    I do my Bufferbloat testing here -> https://speed.cloudflare.com/

    Shows detailed info on nearly all parameters

  • Connecting HomeKit Enabled Router to pfsense?

    8
    0 Votes
    8 Posts
    616 Views
    G

    @rcknrll said in Connecting HomeKit Enabled Router to pfsense?:

    I suppose extra round of network address translation could lead to unwelcome issues. @Gblenn thanks for the advice, i will try to employ your recommendation this weekend.

    Well, the one major thing is that with Linksys connected on the WAN port, pfsense has nothing to do with any of the connections on the LAN side of the Linksys router. So DHCP for example needs to be handled by Linksys, not pfsense in that case. It would work, as long as you make sure the subnets are different as in 192.168.1.1/24 on pfsense and 192.168.DIFFERENT.1/24 on Linksys. But you are then just putting a whole separate network on a VLAN. And you can not communicate from pfsense LAN to Linksys LAN without some effort on your part, like opening ports etc. It would be like coming in from the internet...

    I'm sure there may be instructions out there for your Linksys model on what things to do to truly make it into an AP. Perhaps it is VLAN aware as well and then you could extend your VLAN onto the wifi network. So if you wanted you could have a Guest network on VLAN 20 and the rest on the default subnet under pfsense for example.

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