• Constant WAN Drop

    12
    0 Votes
    12 Posts
    635 Views
    GertjanG

    @bigbig

    You shouldn't need to 'cron' dhclient.
    See for yourself : Get the driver name of the dhclient interface used (not WAN but the NIC driver name), for example 'igc0'.
    You'll find a file called /var/db/dhclient.leases.igc0 - have a look at it.
    dhclient knows when to renew, normally half way the lease duration.
    So if the total lease time is 300 seconds, dhclient will renew after 150 seconds.
    Totally insane of course, but maybe normal knowing what transport medium is used 😊

    The dhclient process stays active during the wait, check :

    ps aux | grep 'dhclient'

    and it 'sleeps' until the delay is over, and it renews.
    Normally, dhclient doesn't fail or abort, something that can only happen, I guess, when the interface itself is 'gone'.

    Check the Status >System Logs > DHCP for 'dhclient' messages (issues).

  • Crash after updating to 2.8.0

    7
    0 Votes
    7 Posts
    388 Views
    LaxarusL

    @stephenw10 not sure. Anyway, just wanted to report it in case it is something that needs to be fixed for the later releases.

  • NTP Issue

    98
    0 Votes
    98 Posts
    16k Views
    A

    @stephenw10
    Yeah, no NTP servers are that good. Even the 10 gigabit ones with reflectors..

  • Is pfSense Plus (or CE) tested for benchmarking according RFC9411 ?

    2
    0 Votes
    2 Posts
    280 Views
    Sergei_ShablovskyS

    Up

  • Squid dowsn't run after upgrade to 2.8.0

    4
    0 Votes
    4 Posts
    449 Views
    mucipM

    Hi @patient0 ,
    Yes. You're right.
    I uninstaled Squid and perform "mv /usr/lib/libc++.so.1 /root"
    Then install Squid again and now all is fine.

    Thanks,
    Mucip:)

  • Updated from 22.05 to 23.01 and now it says it's not registered.

    Moved
    20
    1 Votes
    20 Posts
    3k Views
    F

    @frodo
    Thank you Netgate! Working now :-)

  • 1 Votes
    9 Posts
    1k Views
    H

    Hi @Gertjan, thanks for your input.

    To answer your questions:
    • Approx. 150 leases, of which 78 are static mappings (classic MAC → IP).
    • DHCP lease time is default at 7200, not shortened.
    • Based on log parsing, I see about 3–5 DHCPACKs per hour, so roughly 80–100 per day.
    • One active DHCP server on the LAN.
    • About 20 WiFi clients, managed via a UniFi Controller, connected to pfSense.
    • Typical clients: mostly Linux systems (servers, VMs, containers), some macOS devices, smartphones etc. No captive portal or guest networks.

    Let me know if I can provide any more detail.

  • if_pppoe didn't reconnect automatically

    3
    0 Votes
    3 Posts
    253 Views
    stephenw10S

    Hmm, nothing logged before or after that?

    It should have tried to reconnect.

    If you see it again you can run pppcfg pppoe0 to see what it's doing. It will show you the connection phase and state.

  • Config history not pruning on HA pair, has 3400 files

    13
    1 Votes
    13 Posts
    1k Views
    stephenw10S

    Great. Thanks for testing! 👍

  • 20% packetloss on all VLANS since upgrading to 2.80

    2
    0 Votes
    2 Posts
    178 Views
    X

    Nevermind, my mistake, i tried to delete this thread but it told me i dont have permission.

    I had an old disconnected interface in my LAGG that I removed and it seems to have fixed the issue....so far anyway.

  • Routing only platform block web interface

    2
    0 Votes
    2 Posts
    163 Views
    stephenw10S

    Not in the normal pfSense config. nginx listens on all IP addresses.

  • Package manager Empty

    7
    0 Votes
    7 Posts
    401 Views
    stephenw10S

    CE did come preinstalled on some Netgate devices. The Minnowboard Turbot (MBT) for example.

    But, yes, from 2.7.0 run certctl rehash to see the update.

  • Performance regression 2.7.2 to 2.8

    57
    0 Votes
    57 Posts
    6k Views
    stephenw10S

    No. YOu can only policy route traffic as it enters the firewall so usually from some internal subnet. Traffic from localhost is already inside the firewall. By the time it is leaving an interface and could be filtered outbound the routing decision has already been taken.

  • 0 Votes
    8 Posts
    4k Views
    M

    @viragomann

    I wish to do this using a proxy service that I have subscribe to however they provide a hostname and port so I don't think I can use the GW method here.

  • Remotely Enable if_pppoe kernel driver and reboot

    7
    0 Votes
    7 Posts
    692 Views
    R

    @brookheather ~ After almost 8 days up time, this is what it shows:

    MTU: 1400
    In/out packets: 116406954/41636681 (134.50 GiB/6.15 GiB)
    In/out errors: 0/2
    Collisions: 0

    Also, my Internet connection is 1Gbps up and down fiber.

    RPSmith...

  • Normal traffic graph in "idle"?

    13
    0 Votes
    13 Posts
    870 Views
    R

    @Gertjan said in Normal traffic graph in "idle"?:

    A Windows OS ? You ever heard about telemetry data ? The keylogger you installed on your PC

    It's Ubuntu though ;)

    @Gertjan said in Normal traffic graph in "idle"?:

    What is that ?

    A website to check what is behind an IP. For example:
    https://otx.alienvault.com/indicator/ip/34.149.144.89

    @Gertjan said in Normal traffic graph in "idle"?:

    That's your browser doing auto-captive-portal detection. This is port destination 80 TCP traffic, right ?

    Yep port 80 traffic

    @Gertjan said in Normal traffic graph in "idle"?:

    You were actually using all this stuff all the time. It's always a good thing to find out how things work.

    I am still trying to figure things out. I haven't gotten into the packet capture part yet. Only superficially by checking Snort captures. I also googled what TCP Dup ACK is but I don't know if it is something to worry about or a normal occurance. The last couple of days I saw 3 out of 5 Windows computers make outgoing connections to malicious IPs that are flagged on otx.alienvault and it makes me worried. Even on a fresh Windows install I had this happen by a service that should only communicate on LAN (Windows LanmanServer). I just blocked the whole IP range to be safe. It was also blocked by Snort with "ET INFO Packed Executable Download", Misc activity 3. I hope it's just a false positive.

    @stephenw10 said in Normal traffic graph in "idle"?:

    No. The source and destination are stll the same.

    Ok great. Thank you :)

  • Pfsense updated to 2.8 and now get an crash report

    20
    0 Votes
    20 Posts
    2k Views
    randombitsR

    @stephenw10 Yes, I meant Wh it went from ~900 watt hours to ~825 watt hours per day.
    2025-06-10 13_46_34-Microsoft Excel - Yesterday.txt.png

  • Is CE 2.7.2 fully patched as secure as CE 2.8 ?

    3
    0 Votes
    3 Posts
    304 Views
    stephenw10S

    Yup the system patches package can only update run-time scripts. Some things that are packages can be updated separately so you can pkg upgrade them in the current branch.

    But a new release will have fixes and patches to core components that cannot be applied so would be considered more secure.

    However at this point there are no known issues with 2.7.2 that would concern me.

  • How to connect to XGS-PON controller

    15
    0 Votes
    15 Posts
    947 Views
    AndyRHA

    @stephenw10 Not my day, something is blocking pings... Tried SSH and it connected.
    For future generations this is the outbound NAT rule.

    672df450-669b-4b8f-bc26-593dc0025cdb-image.png

    VLAN42 is where my PC sits.

    Thank you for the help. Easier than I thought it would be.

  • Questions on State Timeouts

    4
    0 Votes
    4 Posts
    371 Views
    stephenw10S

    If it works better for XBox live then sure. 😁

    I don't have one to test so I can't really comment. Just be aware that anything you do to make states last longer is going to increase the total state count at any time. That might be no problem for you with 4G to play with. In many use cases it would be though.

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