• Load Balance, slowdown speed ??

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T
    @GruensFroeschli: The loadbalancing is connectionbased and doesnt actually sum the bandwidth of your two lines. Are you sure you've set up the loadbalancer correctly? At least some of the time you should get 2mbit down. i'm sure with my setup loadbalancing and failover is right. By my test, unplug the WAN 1 there is no stop connection in the LAN, and everything is running well. When WAN 1 and WAN 2 is online, i can see the speed increasing (in my download manager) is sum of two WAN for international connection, but for local connection between local ISP is going down?? regards
  • Can pfsense support Multi LAN?

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    H
    @Cry: A bridge is for joining 2 physical networks together with the same IP range.  If you're using different IP address ranges then you don't want to bridge. damn it.. I knew that.. sorry..
  • Multi wan with Load balancer.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    After you create your loadbalancing pool you will need to edit the firewall rule on LAN. Set in the modified rule as gateway "name_of_your_pool". If two of your WANs have the same gateway you will only be able to use one of them. However this is about OUTGOING traffic. Inbound traffic to servers does not need any loadbalancing.
  • MOVED: Squid proxy don't fail over with MultiWAN

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [QUITE SOLVED] Static route problem

    Locked
    7
    0 Votes
    7 Posts
    9k Views
    W
    Hi everyone, Some new information. I made the test to disable all filtering rule (so i use pfSense as only a router) and all works fine… I was looking after the way to force packet filter to use the static rules instead of creating rules with the default gateway... I finally find where the rules are written (file /etc/inc/filter.inc, line 1545) and also know now why the routes are ignored : /* do not process reply-to for gateway'd rules */ if(($rule['gateway'] == "") and ($ri != "") and ($rg != "")) {       $aline['reply'] = "reply-to (" . $ri . " " . $rg . ") "; } So, as i can't specify the gateway i want in the rule creation form, i always am in this case : system routes are ignored (final rule contains a 'reply-to' instead of a 'route-to') Here's a solution (but certainly not the best one ;)) : comment those 3 lines makes pfSense to use system routes. If anyone find a proper way to do this, it could be nice :) edit : I make the changes on pfSense 1.2.2. I did not test with other versions…
  • Routing Lan CIDR /16 and multiple 255.255.255.0 Subnets

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Routing between LAN, OPT1, and IPSEC VPN

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    T
    jhowel, Check your firewall settings. They should look something like the attached. With those settings I am able to ping any host on the Wifi net from the LAN. Don't forget to enable ICMP pass though on the hosts to ensure the local firewall does not block ping. EDIT: Attached is the GUI config of my Wifi so that I can 'talk' to LAN hosts. [image: lan_rules.jpg] [image: lan_rules.jpg_thumb] [image: wifi_rules.jpg] [image: wifi_rules.jpg_thumb]
  • Multiple WAN IP mapped to same LAN IP

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T
    Not a strict requirement, but they will be running software that will be licensed to the external IP, so it would make life a lot easier.
  • Dual wan and dynamic dns

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • LoadBalance Config Issue

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    P
    Try with a dns rule on top
  • Multi-wan suggestion

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Routing of broadcast traffic

    Locked
    9
    0 Votes
    9 Posts
    16k Views
    D
    Thanks! This is very useful.
  • Managing WAN side modems from LAN network

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    jimpJ
    The URL used for pkg_add -r is based off of the machine's FreeBSD version. Since the one you are using is based off of 7.0-RELEASE, that's the package set you can get. As you've seen, you can override this by specifying the whole URL, but there may be some cases where that might not work properly. It's probably better to let this happen on a case-by-case basis than to always pull the new packages.
  • WAN to LAN simple problem but strange

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jahonixJ
    You are seeing it backwards. You don't want to get internet to LAN but LAN to somewhere. Therefore you need to configure an access rule from LAN to '*' or whatever suits your needs on the LAN tab of rules. Outbound NAT is done automatically unless explicitly done by hand. If all this doesn't help you need to provide more infos on your setup.
  • Routing between two NATted subnets

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    U
    I resolved the problem. It was a wrong static route on my desktop PC. Regards & Thanks Thomas
  • CARB and Multiwan failover not working

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Multicast routing between LAN and OPT1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    P
    Anyone?
  • VPN tunnel as WAN gateway?

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    rcfaR
    Another option might be GRE, unless a) I don't understand GRE properly b) my ISP filters that c) there's no way to bypass for a gateway route the generic restriction that a GRE routing entry can't be more generic than the link it uses to be transported over (which of course in the case of a gateway rout, it would be). Personally, I don't care WHAT I use. I can put a pfSense (or Vyatta, if it has to be) box on both sides of the link. Anything that's in my budget (i.e. free software and $150 nettop on each end) is an option as long as it can route the class-C network through some sort of logical tunnel of sorts such that the gateway is logically at the colocation provider, while it's physically here in my home there's a possibility to have a guest LAN bypass all of that, and via NAT access the internet directly through the ISP without detour of the tunnel I can have a few additional private-LAN to private-LAN IPSec VPNs to clients and friends' LANs Ideally, it would also allow 4) policy based routing, such that end-user web traffic, downloads, etc. use NAT and don't do the colocation routing detour 5) VoIP PBX (like FreeSwitch module in pfSense). My problem is, the current setup works, sort of, but not trouble free, but it works (it hangs itself rather often, needs resetting on a regular basis, the box sometimes gets overloaded etc.). I'm not in a position though to spend $300-$500 all said and done on hardware and equipment installation charges at the colocation provider, just to figure out that it won't work; the whole operation is only meaningful if it moves me from "sort of works" to "works" ;) I wish there were someone who could answer a question like that…
  • Two WAN for Slow WAN

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    T
    It will only fail over when connection is lost or the monitor IP cannot be reached. I do not know of a way to make it fail over if you suffer high latency, you would have to power down that line to make it fail over to the secondary. If you got a second ADSL wouldn't that line be susceptible to high latency as well anyway? New ISP?
  • Transfer speeds between vlans

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    W
    normally switches bypass the router completely when they actually send data on the local network…that's kind of the whole point of a switch
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.