• Create access interface (member of a vlan but not tagged)?

    9
    0 Votes
    9 Posts
    860 Views
    DerelictD

    So yeah, multiple layer 3s are normal with IPv6.

    That might be pertinent had OP mentioned IPv6.

  • FreeRadius 3 & OTP

    2
    0 Votes
    2 Posts
    860 Views
    Z

    Hello,

    I'm just wondering if anyone has experienced the same issue or if anyone has some insights that could point me in the right direction (i.e. what/where I should be looking). As far as I know, there is no setting (at least in the pfSense GUI) to disable EAP.

    Any hints would be greatly appreciated.

    Cheers

  • Status/Traffic Graph - Incorrect Label?

    3
    0 Votes
    3 Posts
    564 Views
    E

    Hi,

    Yeah it looks very normal indeed, and the traffic came in thru one door & exited thru another just right as expected … until I realized that I should count how many left by counting those who exited ... not by counting those who came in. In other words, for me those marked as OUT in the graph should be labeled OUT in the list. This screen is traffic statistics for the LAN interface only, not combined WAN/LAN.

    It's just labelling anyway. Thanks.

    Edwin

  • Ping: sendto: Permission denied

    3
    0 Votes
    3 Posts
    3k Views
    A

    @JKnott:

    Works fine for me.

    Check if your default gateway is setup correctly in System->Routing.

  • DNS resolver ACL not adding subnet

    1
    0 Votes
    1 Posts
    328 Views
    No one has replied
  • Help me further understand my vlan setup needs

    5
    0 Votes
    5 Posts
    761 Views
    C

    was looking at this one  LINKSYS SWITCH LGS318P 18-Port Smart Gigabit PoE+ Switch

  • PfSense and the disabled speedstep/frequency-scaling

    2
    0 Votes
    2 Posts
    289 Views
    ?

    System->Advanced->Misc

    Disable PowerD

  • Backup script problem since pfSense 2.2.6

    6
    0 Votes
    6 Posts
    2k Views
    A

    Script works for 2.4 also!

  • Pfsense Wan interface disconnected

    3
    0 Votes
    3 Posts
    815 Views
    R

    my ISP is not dchp, we using static ip.
    then, i set my pfsense wan to static ip

  • VoIP degradation of quality

    10
    0 Votes
    10 Posts
    1k Views
    A

    @joelones:

    Any suggestion on how I could troubleshoot this?

    Better to ask at Asterisk forum as there is no evidence that pfSense is guilty.
    General advise - forget about generic Asterisk log and check your SIP signalling.

  • Defining hostnames per mac?

    15
    0 Votes
    15 Posts
    5k Views
    JKnottJ

    Does pfSense support a CNAME alias?  If so, he could create an alias for the Android-* name.  I do that with my firewall WAN address.  It's host name is dependent on the computer & modem MAC addresses.  So, I created an alias for it on my public DNS.

  • PPPoE stopped working. I blame the ISP. How do I prove it?

    9
    0 Votes
    9 Posts
    1k Views
    S

    @fredfox_uk:

    Tried pfSense and VMWare ?

    No.
    I have no experience with VMWare.

    And it isn't the Virtualization in any case.

  • PFSense logo will not go away

    4
    0 Votes
    4 Posts
    839 Views
    johnpozJ

    well you could look in the dhcp leases if pfsense is your dhcp server.. You could look in the arp table, or you could look for states on the firewall for IPs that have states open, etc.

  • Installing Packages not in the Package Manager 2.3.4 Release

    3
    0 Votes
    3 Posts
    801 Views
    P

    If your feeling lucky you might try perhaps?: pkg add http://pkg.freebsd.org/FreeBSD:10:i386/release_4/All/freeradius-2.2.9.txz might need several dependencies that need dependencies which can probably be found on that same site..

  • MOVED: Help with 2 NICs netgate XG1541

    Locked
    1
    0 Votes
    1 Posts
    251 Views
    No one has replied
  • MOVED: pfsense LAN connectivity issues

    Locked
    1
    0 Votes
    1 Posts
    240 Views
    No one has replied
  • How to block all 80/443 traffic except whitelist

    2
    0 Votes
    2 Posts
    407 Views
    KOMK

    Squid & squidguard can do that.  In squidguard, you create Group ACLs and then apply policies to the group.

  • Gateway Online but status offline

    2
    0 Votes
    2 Posts
    1k Views
    DerelictD

    Yeah. dpinger can't ping the IP address you have set as the monitor IP address. Change it to something that interface can ping.

  • Huge Bridge/VPN/NAT/RDP mess in need of help

    1
    0 Votes
    1 Posts
    313 Views
    No one has replied
  • 0 Votes
    4 Posts
    945 Views
    N

    I've had this problem for over a year and didn't find a solution until now, when I did a dive into the code and put debugging around routing commands.

    I'm sharing my findings in case it helps you and others who Google this error.

    Symptoms:
    Reset a WAN interface and the routing dies.

    In the logs:

    Dec  6 06:46:35 fw kernel: arpresolve: can't allocate llinfo for 192.168.21.1 on lagg0_vlan21

    In the routing table:

    Destination        Gateway            Flags      Netif Expire 192.168.21.0/24    link#14            U      lagg0_vl 192.168.21.1      192.168.21.1      UGHS  lagg0_vl 192.168.21.10      link#14            UHS        lo0

    Root cause:
    The DNS server and gateway are the same.

    Fix:
    Either change DNS servers, or patch the code (pfSense 2.2 and 2.3.5):

    /etc/inc/system.inc, near line 257:

    Change

                                mwexec("/sbin/route {$cmd} -host {$inet6}{$dnsserver} {$gatewayip}"); ```To

    if( $dnsserver != $gatewayip )
                                mwexec("/sbin/route {$cmd} -host {$inet6}{$dnsserver} {$gatewayip}");

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