• Load balancing with http traffic on spacific wan

    3
    0 Votes
    3 Posts
    638 Views
    A
    Firewall:Rules:LAN Proto    Source    Port    Destination    Port            Gateway  PASS  *      *        *        *      LAN Address    443 22 80      *        Anti-Lockout Rule PASS  IPv4  TCP      *        *      *              443            WAN2 PASS  IPv4  TCP      *        *      *              80              WAN2 PASS  IPv4  *        *        *      *              *              WAN1 DENY  IPv4  *        *        *      *              *              *
  • Impossible to use Multi-WAN in the same net?

    3
    0 Votes
    3 Posts
    693 Views
    C
    Each WAN must have a unique subnet and gateway IP, with the exception of PPPoE. You can put a NAT router in between the additional WANs that are on the same network, so your multi-WAN system sees them all as different networks. Less than ideal, but that's the only way that scenario is going to work.
  • Sending traffic through the VPN for specific subnets

    2
    0 Votes
    2 Posts
    667 Views
    jimpJ
    If this is IPsec, it's easily fixed by adding the right Phase 2 definitions on each leg to cover the path from Reno to Azure and vice versa. If it's OpenVPN, then some extra routing would be needed to make sure everyone has a path over the right VPNs to get to the right places. If you can provide some more detail about the setup we can offer better advice.
  • Can't access resources with our domain name from inside the network

    4
    0 Votes
    4 Posts
    2k Views
    DerelictD
    with Comcast I have a modem with 2 IP(s) and the LAN is connected to the modem and receiving the 2nd IP, so the incoming connection from LAN and WLAN (comcast wifi) considered as private network? Huh?  You lost me as to your actual topology there. Private IPs are just RFC1918:  10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 If you are connected to something outside your WAN, are receiving an RFC1918 address and are not NATted to a public IP, and attempting to make a connection into your WAN to a port forward then yes, you need to turn off block private networks on your WAN. Blocked connections from the private IP should show up in the firewall logs. When inside your network does your server DNS resolve to internal or external IP?  If external, you need NAT reflection.
  • No default gateway

    1
    0 Votes
    1 Posts
    616 Views
    No one has replied
  • Policy routing being ignored?

    2
    0 Votes
    2 Posts
    804 Views
    N
    I was able to fix this myself. Pretty much what was happening was that my OpenVPN broker was pushing ipv6 routes, amongst other a ::/2 default route. For some reason the policy rules didn't intercept the packets and the default route was being used. To remedy this, I added to my OpenVPN client configuration "route-nopull" to the advanced configuration. As such no routes are added for neither ipv4 or ipv6 and everything is working the way I want it to. Big thanks to everyone at #pfsense @ Freenode for attempts at helping and showing patience with my constant nagging.
  • Routing strange problem

    3
    0 Votes
    3 Posts
    822 Views
    B
    SITE A: WAN_VLAN5:  ip: 10.12.13.1/30 Static routes: 192.168.10.0/24 wan_tositeB - 10.12.13.2 WAN_to site b First firewall Rule in LAN: IPv4 * * * 192.168.10.0/24 * wan_siteb none to site b –------------------------------------------------------------------------------ SITE B: WAN_VLAN5:  ip: 10.12.13.2/30 Static routes : 192.168.10.0/24 wan_tositeB - 10.12.13.1 WAN_to site b First firewall Rule in LAN: IPv4 * * * 192.168.0.0/24 * wan_sitea none to site a Is it enough for you? Thanks.
  • Clients fail some authentication measures on some web sites.

    2
    0 Votes
    2 Posts
    503 Views
    A
    I may be wrong but in your LAN rules I think you can do this. If source address is the LAN network AND destination is 1.2.3.4 ( website ) use gateway A , else gateway B. You obviously won't have the speed increase doing it this way. http://postimg.org/image/yb89nka5l/ http://postimg.org/image/irbh4cry1/ http://postimg.org/image/6ghxvxtt7/6d7d89a8/ I was having difficulty uploading photos here. Probably something I am doing wrong.
  • Load balancing stops working

    3
    0 Votes
    3 Posts
    945 Views
    X
    Do your WAN connections use the same upstream GW? This causes issues as both connections are actually routed out the one gateway and pfsense only sets up one route to that gateway (the default WAN link).
  • Slow traffic when gateway rule is configured.

    7
    0 Votes
    7 Posts
    2k Views
    C
    UPDATE:  For my situation, in our live environment I found a rule that was causing our traffic to go over a slower link.  Once I fixed that, I was less interested in why I had this problem in the test environment and quit researching.
  • Load Balance (OK) but VOIP problem

    1
    0 Votes
    1 Posts
    613 Views
    No one has replied
  • Pfsense proxy does not resolve DNS

    2
    0 Votes
    2 Posts
    650 Views
    dotdashD
    Please don't double post. I'm having trouble understanding what you are doing. If pfsense is behind a proxy server, go to system, advanced, misc and fill in the proxy settings. If squid is your proxy server, your client machines will have to point to the proxy server (squid) on pfsense to get out.
  • RIP Routing Questions

    1
    0 Votes
    1 Posts
    764 Views
    No one has replied
  • DHCP and Static WAN

    2
    0 Votes
    2 Posts
    631 Views
    jimpJ
    Yes, that will work so long as they are not in the same subnet.
  • Manual assignment of WAN route / load balancing in bufferbloat scenario

    3
    0 Votes
    3 Posts
    1k Views
    P
    Thank you for the advice! I've progressed further in replicating my old setup to enable plug-and-play migration. In order to enable the second gateway the same way as before, I've created virtual IP for .248. At this moment, I've got following setup: main IP 192.168.2.1 IP alias of the main IP 192.168.2.248 (this was previously another modem with static IP on the network). My question now is - how do I set up outgoing firewall rule for any device that has the router set as .248? My idea is to have all traffic hitting .1 to go through the main WAN1, and all traffic trying to reach .248 to go though WAN2. I would pipe all non-important backups etc. though the WAN2 and then play a bit more with QoS on the WAN1 to make skype and any other VOIP work well.
  • 0 Votes
    2 Posts
    893 Views
    R
    Hi, Is what you are asking for really needed? I would have thought that when WAN1 comes back online, traffic would meet your first firewall rule which is to load balance (and thus use WAN1 as per weighted preference). Or is it more complicated than that? Richard.
  • Basing gateway status on something other than ping/loss

    2
    0 Votes
    2 Posts
    582 Views
    J
    Shamelessly bumping my own thread ;) I've started developing a PHP class that lets you programmatically connect to the WebConfigurator to make changes. It's very low-level at the moment, but it working very well :) I plan to use it together with a simple wget operation that tests the responsiveness of each WAN interface, to automatically disable routing of traffic across a capped connection. Unless there are better options available, I might release this code.
  • Squid loopback interface and logging problem

    1
    0 Votes
    1 Posts
    911 Views
    No one has replied
  • 3G and DSL on one ALIX - but how?

    1
    0 Votes
    1 Posts
    553 Views
    No one has replied
  • Multi combined 10gbe and 1gbe bridged LAN with dual WAN

    9
    0 Votes
    9 Posts
    4k Views
    H
    @gonzopancho: is old, and somewhat out of date. i'm sure it is within your power to make it "new and shiny" and somewhat up-to-date  :))
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.