• Balance Gateways when Gateway and WAN are on different subnets

    30
    0 Votes
    30 Posts
    4k Views
    nodauN
    here you go with the current config everything is working as expected. if i change wan 2 ip to an unused private ip. gateway monitoring and ping from wan 2 to internet stops working. [image: network.JPG] [image: network.JPG_thumb]
  • 2.3 multi wan with pppoe

    4
    0 Votes
    4 Posts
    2k Views
    S
    Sorry for hijacking but I have the same problem. 2 internet connections with pppoe. 2 subnets and each subnet should use one pppoe connection, so no balancing and failover. I have 4 interfaces. The 2 LAN interfaces work fine, but I can only get one WAN interface to work. If i deactivate one WAN interface the other WAN interface gets an internet connection. If both are active only one is working. Any ideas?
  • Routing question

    4
    0 Votes
    4 Posts
    3k Views
    johnpozJ
    Where is your controller running?  On your lan, and your AP are on 2 different networks wifi and wifiguest?  Why do you not just put the AP on your lan and use vlans for wifi and wifi_guest?  So then you controller can see your AP on layer 2. If you want your AP on different layer 2 network than your controller then you need to use layer 3 adoption and management. https://help.ubnt.com/hc/en-us/articles/204909754-UniFi-Layer-3-methods-for-UAP-adoption-and-management
  • Pfsense 2.3.2 multiwan

    2
    0 Votes
    2 Posts
    737 Views
    E
    Please give more information on your current setup… What modems are you using? Are they static or DHCP? How is everything connected... What pfSense hardware are you using? in my opinion best thing to do is take screen shots of all your configuration and post them on here like this http://imgur.com/a/CI7nl with all that information then someone can help
  • Why do people use LoadBalance AND Fail Over Rules together?

    10
    0 Votes
    10 Posts
    6k Views
    E
    you guys are awesome thanks!
  • How does round robin gateway load balance mechanism work ?

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thanks alot for your explanation, makes things way more clear for me :)
  • Transparent firewall: rule can use secondary gw if default go down?

    1
    0 Votes
    1 Posts
    435 Views
    No one has replied
  • Timewarner > Modem > pfsense > FreeNAS (LAN) ..HMMM

    2
    0 Votes
    2 Posts
    587 Views
    johnpozJ
    What does your pfsense box have 2 wans?  And why do you not just connect your freenas to a switch port on your lan??  Or for that matter just put it on an different network segment lets call in your nas segment and then just route/firewall between your lan/nas segments? Bridges do not turn interfaces into switch ports.  If you need more switch ports on a specific segment, get another switch or a bigger switch, etc. etc..
  • 0 Votes
    8 Posts
    5k Views
    H
    @Derelict: pfSense doesn't care what APs you use, unless they're somehow broken. Alright, gotcha. Thanks a lot for the help! Going to start ordering it all now  ::)
  • Server is routing traffic through its own interface?

    8
    0 Votes
    8 Posts
    6k Views
    johnpozJ
    So again lets ask what is routing these networks?  And how exactly do you have this host connected to both?  What is its routing table.. Is it windows machine - post up route print If linux netstat -r "If I have a host that needs to be in two networks to separate the traffic that needs to be separate" Why??? does a host need to be in 2 networks at the same time… If he is in 99, and needs to talk to something in the 66, why can you not route this traffic?? Yes you can have machine connected to more than 1 network at a time, but you wouldn't use both of these networks to route to a default.. So for example you could have the attached pic.  Where machines have an interface in 192.168.0/24 this would be their default gateway. They then could have another interface in 192.168.1/24 and they could use this interface to talk to each other - lets say for backup or something..  But you would need to make sure you use the 192.168.1 IP address of the other machine, or a fqdn that resolves to that 192.168.1 IP.  And 192.168.1 interface would not have any gateways set on it, etc etc.. [image: multihomed.png] [image: multihomed.png_thumb]
  • Multi wan load balancing limit upload speed

    4
    0 Votes
    4 Posts
    2k Views
    DerelictD
    Your problem description is unclear. Load balancing doesn't set bandwidth. However: You can adjust the gateway weights in a load balancing setup. You have a combined upload of 17Mbps with 88% on one circuit and about 12% on the other. Dividing each by 4 brings you to 22 and 3 respectively. Try setting those values on each gateway in the advanced settings as the Weight. This is not perfect as the system has no way of knowing how much bandwidth a given connection is going to use when it is established and the route is chosen. It also has no way of knowing whether the connection will be used to primarily send or receive data. This algorithm will establish 22 states on one circuit and three on the other for every 25 states created. Sticky connections should also override this. Should help at least little. Note that your download is split 60/40 so this might result in under utilization of the 10M download. You might want to skew them toward something between 88/12 and 60/40. Like maybe 70/30 (weights of 7 and 3). See Also: https://portal.pfsense.org/docs/book/multiwan/policy-routing-load-balancing-and-failover-strategies.html#multiwan-unequal-cost If you have known traffic that generates uploads you can make another gateway group that fails over from the 15/15 to the 10/2 instead of load balancing the two. Policy route that specific traffic to that gateway group then policy route everything else to the load balancer group. If the 15/15 happens to go down, that traffic will use the other circuit.
  • Routing throw 2 PfSense

    6
    0 Votes
    6 Posts
    1k Views
    V
    @boulate: My idea was : If "4g Modem (192.168.0.1)" can respond to "Pfsense client (on 192.168.0.100)", and if "Pfsense client (on 10.0.2.1 and 10.0.200.2)" can respond to my "Poste de travail local (10.0.1.1)", the it must be a rooting problem only on the "Pfsense client" no ? It works similar to this. If your PC in 10.0.1.1/24 sends a packet to the 4G modem, the packet has the source address 10.0.1.1 and the destination IP 192.168.0.1 when it arrives at the modem. Since you have a site to site VPN, the VPN tunnel network itself is irrelevant here. The packets are just routed over that subnet. So the 4G modem will send its response to 10.0.1.1, but since this address doesn't fit to any of the subnets on its interfaces and it has no special route for this host, it will send the packet to its upstream gateway. Presumable that's the internet provider. However the modem will response correct to the pfSense clients WAN 192.168.0.100, because this is a subnet connected to its own interface. So let's do NAT to get it work: Go to Firewall > NAT > Outbound, if the rule configuration type is set to Automatic set it to Hybrid or manual and hit save. Then add a new rule with interface = WAN source = 10.0.1.0/24 destination = 192.168.0.0/24 (or any if you also want to access internet hosts over the VPN) translation = interface address Save it. This NAT rule will translate the source address in packets coming from 10.0.1.0/24 to the clients WAN address. So your modem will send responses to that back to the client pfSense and this one will send it back over the VPN to the PC 10.0.1.1.
  • Port Forwarding to Multiple server

    8
    0 Votes
    8 Posts
    7k Views
    A
    Thanks Derelict for the response. Yes I think go with first option. I'll enable  pass any rule in the WAN interface. I think I'll not opt for second option as I'll be using captive portal for LAN A users and later I am planning to introduce Traffic Shaping to prioritize VOIP. Thanks Ashima
  • Dual WAN with DUAL LAN (no failover)

    3
    0 Votes
    3 Posts
    1k Views
    M
    Can u post screenshots on your configuration? I want to do the same but something is not working.
  • 0 Votes
    1 Posts
    492 Views
    No one has replied
  • Can't Access Mail Server after enabling second WAN connection

    3
    0 Votes
    3 Posts
    768 Views
    P
    My mail server sits on an internal lan with a address scheme of 192.168.10.0/24. I have a NAT rule that associates one of my public IP's to the mail servers IP. As an example the NAT rule looks like this 62.62.62.62 -> 192.168.10.62. I then have rules on the WAN interface to open up the FW for the ports i need for my mail server (25, 465, 143, 993, 443) these rules all have a destination of 192.168.10.62. The static IP's for the mail server comes from the WAN connection which is a static IP connection. DNS is setup to point the domain name for my mail server to the public address of 62.62.62.62 My second WAN connection (WAN2) is a DHCP connection which is load balanced with the first WAN connection. The load balance setup works and I'm able to search the internet fine and speed test result in the results i expect. The only issue I have is i cannot connect to my mail server via the internet. On the internal network it is fine. Please let me know if you need additional information. Thanks, Judd
  • Apinger / multi-wan gateway email spam…

    4
    0 Votes
    4 Posts
    1k Views
    B
    NOPE No solution to this yet. In fact i feel that while PFsense has matured from a codebase standpoint, it has seriously regressed from a reporting and user management standpoint. I have felt that the PFsense team has never really focused on the user facing reporting, monitoring and telemetry aspects of this platform. Even in the latest release this has continued in that they have even gone so far as to remove the ability to email RRD graphs to administrators. I am forced to look elsewhere for a firewall solution so that I can properly do my job as manager of getway services for my clients.
  • WAN interface - only connection from LAN

    6
    0 Votes
    6 Posts
    1k Views
    R
    This issue is solved. The problem was in the virtual interface assigned by OpenStack I dropped the interface and added a new one. After configuration in pfSense the interface works fine.
  • Multipe WAN interfaces for unique external IP's - configuration problem

    2
    0 Votes
    2 Posts
    508 Views
    R
    This issue is solved. The problem was in the virtual interface assigned by OpenStack I dropped the interface and added a new one. After configuration in pfSense the interface works fine.
  • Failover Notifications?

    2
    0 Votes
    2 Posts
    763 Views
    D
    +1 I also tend to receive multiple mails. Known bug: https://redmine.pfsense.org/issues/4031
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.