• OSPF

    Locked
    16
    0 Votes
    16 Posts
    14k Views
    B
    What was used for this?  Was it Quagga or openospfd? nb @sullrich: Not at the moment although it's something we want to look into. I'll revisit the OSPF package in a moment and atleast get it where you can telnet into it for configuration and make sure it auto starts, etc.
  • Routers absolutely necessary for dual wan?

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    K
    @Timmeh: Hi everyone, I would really appreciate some help if possible. Here is my current setup: WAN1 –[Modem]–----                                |                              [pfSense]–-----------LAN                                | WAN2 --[Modem]–---- Modems are Dlink DSL 300T. These modems pass the public IP addresses over to each PfSense interfaces. Pfsense Interfaces: LAN IP = 192.168.1.254 WAN1 IP = Static IP (manually configured) = x.x.x.46/30 | GW: x.x.x.45 OPT1 IP = Static IP (automatically Via DHCP) = x.x.x.9 | GW: ?? The LAN users are currently using the WAN1 for internet access, everything is working fine. The LAN users cannot use OPT1 for internet access for some reason. The link is up and ping-able from outside. I think it has something to do with routing. The default route for pfSense is set to the Gateway address of WAN1 (x.x.x.45). However the Gateway address of OPT1 is set to 127.0.0.1. I have read almost every post on the forum regarding dual WAN and load balancing which are relevant. I have also read the two guides available on the pfsense website. One thing that is still not clear is about the hardware side of the situation. Is it absolutely necessary to use a router in between each modem and pfsense in order to set up the outgoing load balancing and automatic failover? I am also having trouble setting up the load balancing configuration because of this. What IP addresses can I use for the monitor IP's? PfSense tells me it cannot use the IP addresses already assigned to the interfaces. I do not have enough public IP addresses to add any to a pool either. Many thanks in advance for any input given or anyone who can point me in the right direction regarding the load balancing pool with specific details. Follow this: http://doc.pfsense.org/index.php/Multi-Wan/Load-Balancing I successed with this document.
  • Will pfSense support DHCP dual wan?

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    T
    Thank you. Much appreciated :)
  • Dual WAN + load balancing + routing specific traffic + failover ?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    @XK: I have two DSL connections and I want to use PfSense as firewall / NAT router. I want to use load balancing for all my traffic but I will route some specific traffic on WAN1 or WAN2. If one WAN drop, is it possible to automaticly route all its specified traffic on the other WAN interface? A parital solution to your problem is discussed here:     http://forum.pfsense.org/index.php?topic=2583.msg15171 Please note that this is not officially supported by the pfsense devs, so do not file bug reports or complain if this solution does not work for you.
  • Accessing WAN via OPT1 and not LAN.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    Reflection is only supported on the LAN interface.  There are no workarounds. Sorry.
  • 2 WAN w/ CARP

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    B
    No one has any clue?  Seems like this would be a common setup.
  • Dual Wan, Portforward not working on OPT-Wan

    Locked
    31
    0 Votes
    31 Posts
    18k Views
    T
    Hi, I finally had time to Change my Wan Interface from PPPOE to a static Ip with a Modem router in front of it. After the change I rebooted. An now Portforwards are working with Advanced Outbound NAT on the OPT-WAN Interfaces and Policy Based routing. From my point of view there seems something not real working if you use PPPOE on the WAN interface, maybe the developers could take a look into it. Regards
  • Pfsense crashes after changing gateway to balancer pool in firewall rules

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    H
    You have to use one dns of each of your wans at system>general setup. Also add a static route at system>static routes through the optwan to the dns-ip/32 of the optwan.
  • DualWan Failover without LoadBalancing

    Locked
    10
    0 Votes
    10 Posts
    6k Views
    J
    @scarpy: Thanks very much for BACKUP function on PFSense!!  ;D I'd like to modify Raja's monitor-gw script to add this function to my PFsense box: When monitor-gw script changes the default gateway, i want it to change the 1:1 NAT rules for my PCs In other words: I need to NAT my LAN IP addresses in different ways depending on which is the default gateway at the moment. Some details: My LAN is 10.0.0.0/24 with static IPs. My WAN1 is 192.168.1.0/24 (PFSense NIC is 192.168.1.1) My WAN2 is 192.168.2.0/24 (PFSense NIC is 192.168.2.1) My default wan is WAN1. I want to use NAT to change each LAN ip from 10.0.0.x to 192.168.1.x. When my default wan (WAN1) is down, PFSense must use WAN2 and must nat each ip from 10.0.0.x to 192.168.2.x Thanks in advance for any help. Bye, Alex you can do that 2 ways a hard one and a simpel one the hard one you need to edit the rules.debug file on the fly from the monitor script and chanche the wan interface there to the one that is active the simpel way is to copy the rules.debug file to 2 files /tmp/wan1.rules and /tmp/wan2.rules edit the wan="interface" line in both files to the correct interface let the script afther chancing the wan interface the correct rules file run pfctl -f /tmp/wan1.rules       for wan1 pfctl -f /tmp/wan2.rules       for wan2
  • Error when assigning static IP on OPTx

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    P
    That did it! When changing the gateway from LBtoWans to default I noticed there was an "OPT2 - OPT2" gateway appearing in the dropdown menu. Don't know where it came from. Anyway, thanks a lot hoba, great support and great product!
  • Dual WAN for 2 PPPoE connection

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H
    http://wiki.pfsense.com/wikka.php?wakka=OutgoingLoadBalancing
  • AIM Behind dual wan?

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    P
    Thanks … that got rid of the syntax error. -- Phob
  • How to handle IPsec with Dual WAN?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H
    You need to use the lan ip if as source if you try to ping through the tunnel from the pfsense itself. Try from a client behind the pfSense or use as source the LAN IP. At the webgui for example use interface lan at diagnostics>ping. Other option is to add a static route to remotesubnet via gateway lan IP of local pfSense.
  • OLSR / RIP on 1.0.1

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dual Wan : some questions

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    G
    I didn't find any software commercial products with theses features. The only hardware capable that i found, it's from a french manufacturer : http://www.bewan.com/bewan/products/bsecurellx/index.php Look like with theses models you could get FailOver and LoadBalancing for VPN on MultiWAN, but i think it will only work if all the VPN gateways are from Bewan  ;)
  • OPT WAN interface bridged with other OPT interface

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    H
    You might consider getting a multi port PCI, however as you machine still has ISA slots I consider it quite old and maybe you should replace it anyway then  ;)
  • Distributed multiwan with multiple pfsenses

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    GruensFroeschliG
    ok i did some testing today with a few old computers i've set PfSense up on. Right now i'm able to get to the internet with loadbalancing from every "private" lan. i'v set up firewall rules: pub. == "not private address-range" pri. == "private address-range" 1to2 == link-interface-name for connection between pfSense1 and Pfsense2 LAN-Interface destination: pub. –> gatewaypool WAN & 1to2 destination: pri. --> gatewaypool 1to2 If i find the time i'll setup a test-system in the network-labor at school which will look about like that: 6       /  |      /    |      5----1-----2   \    / \      /     \ /    \  /     4------3 If i'm not mistaken i will have to make a lot of different pools. i'll post them here to have them written down when i'll do them ^^" PfSense1: from LAN dest. = pub. --> pool WAN, 2, 3, 4, 5, 6 dest. = priv. --> pool 2, 3, 4, 5, 6 from 1to2 source = 2, dest. = pub. --> pool WAN, 3, 4, 5, 6 source = 3, dest. = pub. --> pool WAN, 4, 5, 6 source = 4, dest. = pub. --> pool WAN, 3, 5, 6 source = 5, dest. = pub. --> pool WAN, 3, 4, 6 source = 6, dest. = pub. --> pool WAN, 3, 4, 5 source = 2, dest. = priv. --> pool 3, 4, 5, 6 source = 3, dest. = priv. --> pool 4, 5, 6 source = 4, dest. = priv. --> pool 3, 5, 6 source = 5, dest. = priv. --> pool 3, 4, 6 source = 6, dest. = priv. --> pool 3, 4, 5 and so on for every interface on every PfSense. this would be a lot of work whenever a new PfSense gets added to the system and i think it's still not quite good with how the traffic can take long ways. edit: moving questions regarding OLSR/RIP
  • "route: bad address: out" and ftp problem

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    H
    Thanks for the hint. Didn't know it's linked there too.
  • Router stops responding

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    L
    No, I am not using dual wan. It is only dsl modem, witch is working as bridge, and pfsense computer with a static wan ip adress after it.
  • No 'default' route in outgoing load balance

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    H
    The file that gets loaded into pf is located at /tmp/rules.debug. You can view it either at diagnostics>edit file or by downloading it via  diagnostics>command.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.