• Uptime blank after PPPoE reconnects

    2
    0 Votes
    2 Posts
    246 Views
    stephenw10S

    First thing to do here is upgrade to 2.4.3_1. This may have already been addressed.

    If it doesn't then we would need to see logs covering the reconnection that results in no outbound traffic.

    Steve

  • Sharing device between two LANS

    6
    0 Votes
    6 Posts
    506 Views
    stephenw10S

    It depends how they 'discover'. But most use either mDNS which Avahi should cover or they using the SSDP component of UPnP which can be made to work using IGMP proxy. But it is by no means guaranteed. It's worth pointing out that the UPnP component in pfSense is only for Internet Gateway Device protocol and does not help at all with this. So don't enable it.
    Unfortunately all these manufacturers cater only for a single flat layer 2. If you attempt to add some security to your network by separating devices into different subnets you're outside their target audience and on your own. They could easily allow this by just giving you a box to enter the server IP but..... IMO. 😉

    Steve

  • how does same IP on two interfaces work? / TINC

    4
    0 Votes
    4 Posts
    578 Views
    stephenw10S

    Yes I agree, I seems unnatural to do that. 😉

    However I guess that by doing that you can add new nodes to the mesh and as long as they are in that subnet the system routing table does not have to change to reach them. Only the internal routing in the daemon.

    Steve

  • High % of Disk usage - ufs

    2
    0 Votes
    2 Posts
    318 Views
    stephenw10S

    It's almost certainly Squid if you're running that. Either cache or logs.

    Try running at the command line du -hs /*

    Then drill down further to find what's using the space, e.g. du -hs /var/*

    Clear the Squid cache from the package menu of you haven't already.

    Steve

  • Failover / Gateway Groups - many issues!!

    14
    0 Votes
    14 Posts
    1k Views
    N

    oh nice

  • Fatal trap 12: page fault while in kernel mode

    7
    0 Votes
    7 Posts
    744 Views
    G

    Solution

    System > Advanced > Miscellaneous

    https://prnt.sc/kp9ek6

  • Random reboots

    4
    0 Votes
    4 Posts
    721 Views
    jimpJ

    You are correct, that would appear to be a symptom of a failing disk

  • Ansible integration - python in a different location

    3
    0 Votes
    3 Posts
    1k Views
    G

    Hi !

    I have already the same problem.

    If you have this error :

    10.50.3.1 | FAILED! => {
    "changed": false,
    "module_stderr": "/bin/sh: /usr/bin/python: not found\n",
    "module_stdout": "",
    "msg": "MODULE FAILURE",
    "rc": 127
    }

    You can pass the interpreter /usr/local/bin/python2.7 in Ansible Variable !

    In the /etc/ansible/hosts file you can put :

    fqdn_server ansible_python_interpreter: /usr/local/bin/python2.7

    After this modification it's work fine !

  • Connection drops for several seconds after changes

    8
    0 Votes
    8 Posts
    755 Views
    B

    I have unchecked the option last night and made some changes where i knew before the connections will be dropped and all connections remained active! Thank god it was that simple.

    I haven't checked the number of states before, i wouldn't risk the dropped connections for that anymore.
    I don't have any packages installed.

    Thank you for your help, this solved my case.

  • HTTPs SSL, Android e iOS "internet unavailable"

    8
    0 Votes
    8 Posts
    826 Views
    D

    0_1535644393905_56505a32-dc30-4b9e-97a2-f2bb6a9981d5-image.png

  • Duplicating two different Static IP for testing

    3
    0 Votes
    3 Posts
    401 Views
    jimpJ

    I have a pfSense VM setup for just this. It's WAN is inside my usual lab network, but in its outbound NAT it translates anything that leaves (except its own WAN address). Then on the LAN side I have the rules allow any/any and I add VIPs to the LAN that mimic the "ISP" side of the statics I am testing.

    If the VMs on the inside have VPNs or DynDNS I try to block those in the LAN rules before firing them up so they do not interfere.

  • Static IP on WAN results in no connectivity

    17
    0 Votes
    17 Posts
    2k Views
    jimpJ

    There are some backwoods providers out there that give customers a /32 WAN IP Address with a gateway outside of what would otherwise be their subnet. It's ugly, but it happens.

    As @Derelict said, no matter what we pick as the default it will be wrong more often than it is right. Using /32 as the default is less likely to break something than using /1 as the default, and any value in the middle is a wild guess.

  • How to request changes to the pfSense book

    2
    0 Votes
    2 Posts
    335 Views
    jimpJ

    You can open an issue on Redmine under https://redmine.pfsense.org/projects/pfsense-docs/issues

    I went ahead and fixed that one though. It should show up shortly. Thanks!

  • pfsense android 5

    3
    0 Votes
    3 Posts
    476 Views
    D

    @nogbadthebad said in pfsense android 5:

    Does it work if you disable squid ?

    No

    This problem did not occur in Pfsense version 2.2.4;
    I think it could be a problem of squid version 0.4.43_1 or squidGuard version 1.16.4

  • Errors, errors, errors!

    11
    0 Votes
    11 Posts
    1k Views
    P

    come on, talk to me

  • Processor at 100% load due to snort sync

    2
    0 Votes
    2 Posts
    245 Views
    bmeeksB

    As a short-term fix disable Snort HA sync on the SYNC tab in Snort on the master firewall, and then reboot the slave firewall. That will stop the problem for now. That PHP file is created on the slave firewall by the master when "syncing" a Snort configuration from master to one or more slaves. That PHP file contains a series of commands for the slave to execute.

    Instead of rebooting, you can also try killing all those php-cgi process IDs. They are all trying to execute the same PHP file and likely stepping all over and blocking each other.

  • USB WIRELESS COMPATIBILITY

    6
    0 Votes
    6 Posts
    737 Views
    stephenw10S

    It depends how you're filtering traffic. And whether that system is setup to filter on the interface your AP is connected to.

    The tablet might be using a different DNS server for example if you're using pfBlocker.

    Steve

  • VPN traffic sometimes routed over the WAN

    3
    0 Votes
    3 Posts
    321 Views
    P

    Thanks @TheNarc

    I think what I was seeing was actually a PC soft-phone trying to connect via the WAN (outside the VPN) because it must have been provisioned that way, not one of the phones. And since the soft-phone has the same extension as one of the desk-phones, it appeared to be that one phone.

  • LDAP case sensitivity

    3
    0 Votes
    3 Posts
    913 Views
    P

    @msf2000 Hmm, looks like my post wasn't as clear as I thought it was, never mind. The problem is not about user mixing up and lowercase, it's about the LDAP authentication that (seems) not handling casing correctly. Both 'SuperAdmin' and 'superadmin' authenticate correctly when using Diagnostics - Authentican. That diagnostic also returns group membership but only for 'SuperAdmin' and not for 'superadmin'.
    .... but I should have searched a bit more: uid is not case sensitive by default but memberUID is (standard 389-DS schema) - odd but that's the way it is which explains the results I'm getting.

  • Higher pings from ethernet than wifi

    13
    0 Votes
    13 Posts
    3k Views
    JKnottJ

    @grimson said in Higher pings from ethernet than wifi:

    Just ping pfSense or your cable gateway, if the pings are normal your cables are OK.

    Also, defective hardware, including cables, will produce errors which you can see in the ping results.

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