• Gateway down?

    7
    0 Votes
    7 Posts
    953 Views
    F
    Hi Heper, Thank you for help Now all connection online again Root Cause: Wrongly configure modem Solution: change modem [image: 1.png] [image: 1.png_thumb]
  • Route doesn't apply

    2
    0 Votes
    2 Posts
    427 Views
    johnpozJ
    So your saying have a route but when you do a traceroute from the client its not taking that route.. Ping doesn't test that a route was followed or not.
  • Failover enabled but DNS not respecting rule

    3
    0 Votes
    3 Posts
    346 Views
    A
    Ok, I think this is what happened: Since the last failover, there was 8.8.8.8 state left active. And probably it was being used so frequently that it stayed active days after Failback. For me, it looked like new 8.8.8.8 queries were routed to the passive node, but actually, PFSense respected active state and routed new queries to WAN2. After deleting the remaining state manually, no more "weird" 8.8.8.8 traffic to WAN2. Axel.
  • Load balancing OnDemand based on primary WAN load

    2
    0 Votes
    2 Posts
    268 Views
    A
    According to my searches, PFSense only uses Round Robin. So the use case of load level based LB is not an option. Maybe there is a service for that(?) And for the second question: those failover groups are absolutely unnecessary if you only plan to use Load balancing. I think that quite a many PFSense has those unnecessary configurations just because they are mentioned everywhere just for an example of three kinds of setup. It's a bit shame that PFSense has nothing but round robin. Axel.
  • PfSense no WAN IP address

    1
    0 Votes
    1 Posts
    404 Views
    No one has replied
  • MOVED: Auto Throttle on 2nd WAN

    Locked
    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • PfSense behind multi WAN with QoS possible?

    3
    0 Votes
    3 Posts
    547 Views
    C
    @wederer: Hello, please take a look at my setup in the attachement. Our DSL line is veeery unstable. That is why we have bought a LTE router which serves as a backup. Right now we still have to manually unplug the DSL router and plug in the LTE router which can cause quite a lot of downtime. In addition to that we use VOIP which is not integrated into our router, but managed by another hardware. This often results in a bad voice quality as the VOIP traffic is not being prioritized. So question 1: Is is possible to use the dsl router as the main router and the lte router as the backup and have this setup managed by pfSense? Can port forwarding, VPN and so on be managed by the pfSense or does it have to be configured in the dsl/lte router? Question 2: Is QoS management possible via the pfSense? Or do the other two routers "block" this feature? Any help is greatly appreciated! Answer on question 1: Yes you can do that. But my question is which one is more stable internet, the DSL or LTE? if LTE is more stable connection, you can setup route based policy to route all voice traffic to LTE then the rest of network will be going to DSL. This is a very common setup for multi-wan. I also have similar setup where I have 3 ISP, one dedicated for guest and NAS and one is used by Voip and the rest of them is for data. Answer question 2: you don't need QoS if you can setup like I mentioned on question 1 properly. The only QoS will be needed if you are using same internet for voice and data.
  • Static route between 2 pfSense

    23
    0 Votes
    23 Posts
    7k Views
    G
    Sorry, the 192.168.1.0/24 subnet now passes traffic after I added the static route, but is not resolving DNS. So, if you're a client on 192.168.1.0/24, no DNS resolution. I tried putting PF Sense as the DNS IP (10.10.1.1) and also directly to the DNS provider and no luck. I'm still experimenting with this so I'll get back to you before I ask it again. I made a rule to tag DNS pass traffic on that interface to see if it's getting to PF via log checking. Will post when I see what's up.
  • What is "Default" gateway?

    3
    0 Votes
    3 Posts
    334 Views
    johnpozJ
    In a nutshell a default gateway is the gateway used to try when there is no more specific route to get there.  But with GruensFroeschli here a bit of rephrasing or some more context would be needed to help you answer your question.
  • I can't ping 8.8.8.8 if default interface is down

    3
    0 Votes
    3 Posts
    340 Views
    dotdashD
    Generally, you set the lan outbound rule to use a failover group, but the firewall itself does not. This is usually not a problem, but there is a setting under advanced, misc. to allow gateway switching.
  • Routing between two pFsense

    5
    0 Votes
    5 Posts
    764 Views
    S
    Thanks I have got it working now. One of my colleagues set the VLAN id to 2 without telling me so I had to make sure everything matched up - added some static routes and it's working now. Cheers.
  • Quad NIC and Separate Interfaces Guest Network

    3
    0 Votes
    3 Posts
    338 Views
    J
    Thank you for the response. I'll move forward with that solution. I'm sure I'll learn something in the process. Cheers.
  • Force ALL traffic over VPN Gateway

    3
    0 Votes
    3 Posts
    551 Views
    A
    That's what I was afraid of. I guess I was just hoping there would be some way to "trick" it, like with a virtual IP, or something.  :-\ In that case, let me share one of the reasons for trying to do this: Currently, there are dozens of NAT rules and associated Firewall rules on the 'WAN' interface to allow the general public access to web-facing servers and applications. Users on this VLAN should also have access to the same web-facing servers and applications, but not other servers on the production VLAN (such as database servers, backup servers, etc.).  Anyway to accomplish this without manually duplicating each rule from the 'WAN' interface to the 'VLAN' interface's firewall rule tab? Thanks!
  • Multi WAN Separating Port Specific Protocols

    2
    0 Votes
    2 Posts
    298 Views
    G
    Go to Firewall rules under initiating interface. Then put in add a firewall rule with following: Interface: current interface that has, let's call it LAN1 Protocol: TCP Source: any, or you could specify LAN1 addresses, or LAN1 network Destination: any IP address, going to HTTP, port 80 to HTTP, port 80 Here's the trick now, go to Extra Options by clicking it. Some new info will pop down Then go to Gateway and choose WAN2 for the pull down. This is called policy routing. It's routing by rule, vs. routing by routes. This is not normally newbie recommended because you can really mess things up, but as long as you know what you're getting into, and how to undo it you should be ok. You'll have to do this for 443 (SSL). No put those two high up in the list of rules. Next, do one more rule near bottom and do the same thing but do any, any, and on extra options choose wan1 as the gateway. I hope I explained that right, and please others jump in if I'm telling him something completely wrong. I've used this in that past to route to different VPNs from certain devices. thanks
  • Gateway Group Priority Tier Ignored to Prefer Default Gateway

    5
    0 Votes
    5 Posts
    1k Views
    S
    Found this had already been answered in "floating rules to switch gateway" here: https://forum.pfsense.org/index.php?topic=139752.0
  • Multiple subnets on one physical LAN interface

    5
    0 Votes
    5 Posts
    9k Views
    L
    Hi, i am facing the same issue. May I know is the NAT configuration giving me issue? [image: GW.PNG] [image: GW.PNG_thumb]
  • Two LAN specific two gateway

    3
    0 Votes
    3 Posts
    484 Views
    S
    I think this is normally defined under Firewall-NAT-Outbound rules.  You can edit the "Auto-created" rules to do what you want as well.  (Assuming you have already created your 192.168 networks and assigned them under Interfaces)
  • Auto Filter Reload causing weird error

    1
    0 Votes
    1 Posts
    431 Views
    No one has replied
  • Virtual IP GRE

    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • How to Seperate Games from Browsing with Dual ISP

    2
    0 Votes
    2 Posts
    320 Views
    P
    Hello anyone has idea on how to do this?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.