• LAGG (Link Aggregation)

    2
    0 Votes
    2 Posts
    354 Views
    stephenw10S

    Probably not.

    It depends exactly what that box is doing though. For example pfSense can do ML-PPP itself:
    https://doc.pfsense.org/index.php/Multi-Link_PPP_(MP/MLPPP)

    Steve

  • PPPoE traffic routing

    6
    0 Votes
    6 Posts
    721 Views
    BoabB

    By lying and increasing my subnet size from /29 to /24 on the LAN2 I have avoided duplicate interface addresses on LAN2 and WAN2. At least traffic is now flowing…

  • There were error(s) loading the rules

    5
    0 Votes
    5 Posts
    1k Views
    M

    @Gertjan:

    This is the key word :

    Cannot allocate memory

    Also check drive space and disk allocations.

    If needed, stop en remove the "memory eaters" (packages - and I'm not talking about the cron - or note package here  ;))

    Hi Gertjan,

    that's not a Problem of mine. The Server has a CPU Load from 3-4 Percent and a low Mem usage.
    I found out that the Message and the Problem happen, if a Gateway has Packetloss and it's marked as down. Than the Error is generated. Also if the GW is coming up again. I think this is a bug that has been checked.
    As workaround i disabled the gateway-check. Than nothing error happen.

  • Kernel - hints file version mismatch 1862298998

    2
    0 Votes
    2 Posts
    349 Views
    GertjanG

    Hi,

    Probably freebsd kernel hints file.

    See what dmesg has to say.

  • Can't access PFsense or the Net

    4
    0 Votes
    4 Posts
    561 Views
    S

    @SammyWoo:

    Looked at the diagram more closely and this is impossible as pfsense is on the same subnet as the laptop.  Bad mask(s) or the Switch is hooked up/configured wrong.

    the answer was here

    https://forum.pfsense.org/index.php?topic=132528.msg730834#msg730834

    the device is kinda defective as shown

    Int 1 –-> ibg0
    Int 2 ---> ibg2
    Int 3 ---> ibg3
    Int 4 ---> ibg1

    this is the port config of the device..this is why it didnt work because it wasnt the correct port.

  • Blocking your ISP DNS

    10
    0 Votes
    10 Posts
    2k Views
    johnpozJ

    "100% True !! I totally agree, I bet even all free DNS's are in it to. "

    Then why don't you just resolve.. Are the root servers in in on too?  When you resolve you ask the roots for the NS of the domain your looking for, then you directly act the authoritative ns for that domain.. You do not forward all your queries to some specific name servers..

    And you can limit your queries to the roots for only the specifics.. Ie you don't ask root for www.domain.com you ask for .com ns, then you ask .com ns for domain.com - but I found this to be very problematic with many domains that do delegation, etc.. microsoft technet had all kinds of problems if I recall.

    there was a whole thread about turning this feature on..

    qname-minimisation

    If your interested in such a thing.

  • Problems adding a NIC

    3
    0 Votes
    3 Posts
    484 Views
    ARAMP1A

    That makes sense…didn’t think of that.  Thank you!

    ETA:  That was the issue...the 4 port NIC now occupies igb0 through igb3 and the onboards start with igb4.  Thanks again!

  • Advise on pfSense and Tomato with Guest Wireless

    2
    0 Votes
    2 Posts
    629 Views
    S

    Hi kshays,

    If you had no 3rd NIC on your pfsense you would tag all VLAN's on the LAN NIC and on the switch uplink port (trunk).

    You would then untag/tag ports on your switch as per requirements. In your example you would:

    Switch Port 1 - Tag VLAN1 & 3 (as it's carrying both Secure WiFi and Guest VLAN traffic to the ASUS RT)
    Switch Port 2 & 3 - Untag VLAN1

    I hope this makes sense.

    SJT.

  • [SOLVED] pfsense box suddenly dies

    10
    0 Votes
    10 Posts
    2k Views
    SammyWooS

    Well am glad u were able to resolve this with easily replaceable NICs and not some embedded soldered on NICs.  There are some system/advance/network parameters that users can turn off to deal with problematic NICs to try things out as alternative.

  • Graphs suddenly stop

    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • Multi site scenario

    2
    0 Votes
    2 Posts
    502 Views
    JKnottJ

    ????

    What do you mean pfSense server?  PfSense is a firewall/router, that can also do things like DHCP and DNS servers.  If you have multiple sites connecting to it, what will you use as a firewall on those sites?

  • Failover not switching back to WAN1

    1
    0 Votes
    1 Posts
    219 Views
    No one has replied
  • MOVED: PF+Squid+SquidGuard+AD (autenticado) sem pedir usuário

    Locked
    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • Issue creating vlan, no parent interface in list

    3
    0 Votes
    3 Posts
    742 Views
    I

    @dotdash

    Thanks for the info. I have search only last night and after a long many hours found my potential solution. I will have to test today. I will also be searching the virtualization forum also for alternatives.

  • Static Noise when Streaming on Youtube

    5
    0 Votes
    5 Posts
    600 Views
    jahonixJ

    Unlikely it's related to a software reboot. It'll probably come back if/when your phone starts charging again or so.

  • Suddenly no internet and error message

    3
    0 Votes
    3 Posts
    531 Views
    johnpozJ

    Yeah this seems to be related to https://redmine.pfsense.org/issues/8360

    With that !/

  • Home Lab - No WAN Pass-thru

    4
    0 Votes
    4 Posts
    610 Views
    johnpozJ

    So you have computer on pfsense wan, and you want to get to stuff behind pfsense NAT to lan.. Then you would have to port forward..  If you do not want to port forward, and use pfsense as a downstream router/firewall without nat.. Then unless you do host routing on devices on what becomes a transit network your going to have a bad time with asymmetrical routing.

    To use pfsense as a downstream firewall/router or just router and not nat then pfsense needs to be connected to the upstream router via a transit network that no hosts are on so that you remove asymmetrical routing..

    If you want to do what your doing with pfsense NATing between wan and its lan which is what it does out of the box.. .Then you would setup port forward for what ports you want to hit on 192.168.2.2, and haave your 192.168.1.2 computer hit pfsense wan IP at 192.168.1.100:port to get get forwarded to 192.168.2.2

    transitnetwork.png
    transitnetwork.png_thumb

  • PFSENSE with 1 wan and multiple LAN

    18
    0 Votes
    18 Posts
    19k Views
    DerelictD

    https://doc.pfsense.org/index.php/Connectivity_Troubleshooting

  • Can ping one way but not the other

    6
    0 Votes
    6 Posts
    2k Views
    johnpozJ

    "but I have never encountered a situation where two IPs from the same subnet can ping one way but not the other."

    You sure its pinging the correct thing.. Could be wrong mac.. And sure have seen this quite often with firewalls on hosts.  Or in a bridge if your filtering on members of the bridge it could be allowed in one direction or not the other.. etc. etc..

    There are many reasons why this could happen.  If you were on a actual L2 first thing to do is validate your devices are arping the correct mac, etc.

  • Why was /etc/passwd updated automatically?

    12
    0 Votes
    12 Posts
    4k Views
    johnpozJ

    While I am not an expert on the whole boot process of pfsense.. From a general point of view… The configuration of pfsense is stored in XML... So on boot I would assume pfsense makes sure that "all" settings that are in the config XML are placed into the appropriate files.

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