• Multiple pppoe interfaces workaround

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C

    thanks for your help, thats just what I was looking for. I needed to verify that it was possible, I really wanted to avoid double natting if at all possible, i just wasn't sure that modems could do that sort of ip passthrough.

    Many Thanks
    C

  • Multi WAN Basics with pfSense

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    P

    The short answer is yes with a HTTP download manager ( google round robin ). But i would recommend to split your users and assign failover pools to them.

  • Dual ADSL (PPPoE) and traffic shaping

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • WAN flapping

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    X

    Thanks for your reply Perry.

    I have changed the monitor IP address from my ISP DNS servers to OpenDNS Servers. Its not the monitor IP address.

    Thanks for the idea on updating to 1.2.1.

  • Vlan interface on WAN for IP VPN

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    B

    Doesn't the VLAN WAN use a different gateway? If they are the same, what's the difference between the traffic on the VLAN and the untagged traffic?

  • Multiwan issues - 3 wans

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    ?

    @frenchsquared:

    So, I have a round robin setup with three Cable modems. Wan, opt1 and opt2…..

    I have same thing;

    Most often I have seen this problem on various forums.

  • ICMP poll time and threshold for no reply?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    E

    On 1.2.1 it is see other threads for a detailed reply.

  • Changing number of ping attempts before failover occurs

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    E

    You can if you upgrade in 1.2.1.
    Take a look at /usr/local/sbin/slbd.sh.

  • Sticky connections?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    ?

    Sticky connections do not work well for outbound load balancing. Also outbound load balancing doesn't play nicely with SSL.  You'll do better to create a failover pool and policy route all your SSL connections through the failover pool (ie: all SSL connections go out WAN 1 unless WAN 1 fails, then all SSL goes out WAN 2).

  • Outgoing FTP (Active mode) with dual-WAN problem

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    D

    Hi all,

    This setup as described by Jeddaka works for me to, I do not have a ftp server in the network so only used the ftp helper settings and the rule on LAN interface.
    Now all download links referring to ftp pages and also my ftp client are working fine.

    Thanks.

  • Anyone using pfsense as bgp router?

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    B

    Only when I was testing it in a lab environment. The border routers are Cisco routers where I work because they are controlled by a different group so I'm not sure how well it does under heavy load, etc.

  • Source routing problem

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    C

    finaly I found a solution

    so pfsense does not create correct pf rules on wan when there is another
    wan connection
    basicaly it does create those rules (from /tmp/rules.debug)

    User-defined aliases follow User-defined rules follow

    pass in quick on $wan from any to any keep state  label "USER_RULE"
    pass in quick on $OPT1 reply-to (le2 y.y.y.y) from any to any keep state  label "USER_RULE"

    but the rule should be like this

    User-defined rules follow

    pass in quick on $wan reply-to (le0 x.x.x.x) from any to any keep state  label "USER_RULE"
    pass in quick on $OPT1 reply-to (le2 y.y.y.y) from any to any keep state  label "USER_RULE"

    so I had to make a change in the file /etc/inc/filter.inc
    on the line 1581 from this
    if(($rule['gateway'] == "") and ($ri != "") and ($rg != "") and (stristr($rule['interface'],"opt") == true)) {
    to this
    if(($rule['gateway'] == "") and ($ri != "") and ($rg != "")) {

    so this way rules are created correctly

  • Multiple LAN - help

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    N

    @dotdash:

    Type ifconfig from a shell prompt and see if the alias shows up. If not, you probably made a syntax error when you edited the xml. Try typing the command in from the shell and see if that works.

    Thank you! Now I have almost everything!

    Almost, because unfortunately I have one more thing to do. I need to forward some ports, just like this:
    1. wan - tcp - ext. port 6005 - nat IP 192.168.16.99 - in port range 80
    2. wan - tcp - ext. port 6006 - nat IP 10.10.10.99 - in port range 80

    The first example (1) is working, but the second one does not want to :(
    I must add, that is not necessarily 10.10.10.0 to have access to the Internet - I just want to port forward.

    Maybe you have any ideas?

  • Routing with 2 wan and ipsec: can't ping wan1

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Issue regarding static routes - redirect traffic to other gateway on lan

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    L

    I had quite the similar problem and checking the checkbox for "Bypass firewall rules for traffic on the same interface" solved it perfectly.
    I think it is a bug though, I do allow all traffic to flow between the internal networks yet large file transfers would stop after a while.

  • Problem with 2 transparent bridges

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    T

    Anyone?

    Is there a way to create bridge0 and bridge1?  Or isn't this in 1.2?  Is this going to be in 2.0?

    Thanks

  • OpenVPN routing question

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    GruensFroeschliG

    Hehe. I had to run into this a few times myself until i got it ;)

  • Dual Wan (Static) Dual Lan Issues (No Net Connection)

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    G

    Hmm, no it appears i cannot ping anything outside the LAN, including the gateway IP's, so i guess it isn't a DNS issue. I will however backup my setup and start again with only one WAN, though in all fairness it also doesn't work when i route the internet access rule to a specific gateway rather than to the dual wan gateway group, so i am not sure that's going to help.

    Cheers

    Gareth

  • Dual Wan doing faliover over our website. is it possible?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Loadbalancing –-> failover

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    GruensFroeschliG

    Yes that's about what i meant.

    You could also set something like this up:

    rule1: source:lan ; sourceport:any ; destination:any ; destinationport: 80 ; gateway:Loadbalancing
    rule2: source:lan ; sourceport:any ; destination:any ; destinationport: any ; gateway:Failover

    Or replace the "destinationport: 80" in the first rule with an alias with all the protocol-ports you would like to balance.

    Like this you default everything to failover only (like ftp) but have loadbalancing for all the services you use mostly want to balance (like http).

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