• Dual WAN sometimes not working

    3
    0 Votes
    3 Posts
    889 Views
    S
    yes that makes more sense now the speed tests indicate that both connections are being used however file downloads only max out one connection i assume this is because the file server can't have two connection from two different IPs & gateways to download one file thanks for your help
  • Trying to setup communication between 2 subnets

    2
    0 Votes
    2 Posts
    1k Views
    P
    If you want to simulate having servers available on what looks like the outside "public" internet, then just port forward from the WAN IP on each VM into the server/s. Then add some host overrides in DNS to specify names that point to the WAN IP where the server sits behind. Then you can access the "remote" server by name, which goes to the WAN IP and is forwarded in to the test server. If you want to test a private site-to-site VPN, then simply setup an OpenVPN site-to-site link with OpenVPN server listening on WAN1 192.168.1.9 and OpenVPN client coming from WAN2 192.168.1.12 - pick some private IP tunnel network for the VPN hop. Put a pass rule on WAN1 to let the client in to the port the OpenVPN server is listening on… Then traffic can flow back and forth as if between offices.
  • Vlan

    2
    0 Votes
    2 Posts
    1k Views
    P
    Head office does not have a route back to Satellite Office. In the Head Office Routing Table box, there is only a route back to 172.20.20.0/24 listed. Add another route for 172.20.21.0/24. And you may need a pass rule at Head Office allowing traffic in from 172.20.21.0/24.
  • 0 Votes
    6 Posts
    10k Views
    jimpJ
    It was an error/misconfiguration to allow it before. The input validation is correct now. You do not need nor do you want that route manually added. By having an IP in the subnet the OS gets a route to the subnet automatically for that link. A static route can/will break that.
  • VMWare pfsense routing help needed!!

    16
    0 Votes
    16 Posts
    6k Views
    M
    Excellent!  Care to share the resolution?
  • Bridging WAN-LAN with Captive Portal

    1
    0 Votes
    1 Posts
    914 Views
    No one has replied
  • Bridged WAN to OPT1 - no route found to gateway although advertised

    1
    0 Votes
    1 Posts
    793 Views
    No one has replied
  • Multi wan and keep state problem

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Openflow

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    ?
    Yes, it's on the radar.  ;D Luigi Rizzo has openvswitch running over netmap (his invention). And I'm considering making a version of pfSense for openflow.
  • Strange issue with VLAN: modified source IP

    4
    0 Votes
    4 Posts
    1k Views
    C
    Your outbound NAT is either manually configured to do that, or you wrongly have a gateway specified under that VLAN interface (Interface>VLANname) in which case the automatic outbound NAT will do that.
  • 1 WAN for General use, 1 WAN for paid use

    18
    0 Votes
    18 Posts
    3k Views
    C
    @Derelict: Something is not as it is being presented then. Set the rule for packets with a 10.0.0.101 source address to log and check the firewall logs. If nothing shows up, do the same with the default any any rule. Check the state table and state summary to see what's being created. After logging it and checking the current traffic graphs, I have confirmed that it is working properly! Thanks!
  • Problem with a bridged setup

    1
    0 Votes
    1 Posts
    989 Views
    No one has replied
  • 0 Votes
    2 Posts
    918 Views
    Z
    i followed this walkthrough… http://pfsensesetup.com/pfsense-load-balancing-part-two/ and this https://doc.pfsense.org/index.php/Multi-WAN_2.0
  • ISP Providing BGP Not sure how to setup pfsense

    2
    0 Votes
    2 Posts
    3k Views
    R
    Hi, sounds mostly like our setup - we only added DMZ network (we have one internal VLAN and DMZ VLAN over WLAN Bridge)       ISP-line1                    ISP-line2         |    |                      |    |        (transfer-networks IPv4/IPv6 fixed)   gw1-jws1  gw2-jws1          gw1-zws1  gw2-zws2         |    |                      |    |       [DMZ ----------------------------- DMZ]      (public static IPv4 / IPv6 networks - here BGP announced)         |    |                      |    |   fw1-jws1  fw2-jws1          fw1-zws1  fw2-zws2         |    |                      |    |        (public NAT for IPv4 servers / public IPv6 networks wanted)       [LANs JWS1]                  [LANs ZWS8] on the gw side we use OpenBGPd … on fw side we use Quagga OSPF. I tried also setup Quagga OSPFd on gw side to get full automatic default routing setting on firewalls but OpenGBPd and Quagga on same servers would conflict :( In http://forum.pfsense.org/index.php/topic,62277.msg336528.html#msg336528 I helped already for an "easy" 2 peer setup. BGPd needs a full mesh setup of all peers... So if you have one firewall each for your office each firewall must communicate to both ISP BGPs and your opposite firewall and the config file need additionel iBGP peer. If you have a setup like ours then you need also a full mesh between your 4 firewalls  and the config file gets "much more prettier" ...  ;) If you have no /24 (single / on both sides each) then you can't publically announce your networks and it would be much easier for you to use OSPF to set the outgoing routes... But I didn't know if your ISP likes offer you OSPF. CISCO/Juniper router supports it but I didn't know if your ISP has a change to filter incoming OSPF packets like he can with BGP. I think he won't accept from you routing offer of Google / Youtube network range for instance ;)
  • Multi-WAN Router - but certain traffic (VoIP) restricted to one WAN link?

    3
    0 Votes
    3 Posts
    3k Views
    R
    @victorhooi: Is there some way in pfSense to easily setup some kind of routing rules so that the VoIP is locked specifically to one WAN connection, and other traffic goes through a load-balanced gateway group? Can you do this by automatically tagging the VoIP traffic somehow, or do you need to setup VLANs, or specific IP ranges? Cheers, Victor that should be one of the easy tasks… you can setup 2 different "modes" use gw group for loadbalancing of normal traffic, use only gateway x for VoIP traffic create 2 gateway groups, one for loadbalancing (gw x/y same tier1) one for VoIP failover (gw x as tier1, gw y as tier2) Then you need to setup LAN firewall rules which fits your VoIP traffic and your other traffic… You can detect your VoIP traffic in different ways. a) all traffic which goes to IP a.b.c.d / network a.b.c.d/x b) all traffic which is UPD, Port 5060 for SIP and Port xx - yy for RTP media  (Asterisk based PBX uses often 10.000-20.000 for it, 4.000-4.999 for T.38) c) all traffic which comes from local IPs (phone1, phon2, ... phoneN) but nicer and a little more "secure" would be to setup an own VLAN for your phone network and then route it with one rule ;)
  • 2 interfaces, same ISP, same gateway IP, monitoring gets confused

    2
    0 Votes
    2 Posts
    1k Views
    R
    @Reiner030: Hi, normally the monitor ip could be gateway IP of your WAN interface… If both WAN interfaces have same gateway then you should "randomly" use external IPs to get a monitoring up. As written in other threads the pfSense would set special routes for this monitoring IP to use only WAN1, WAN2,...WANn to this special IP. So you need to use an "always up" IP to guarantee monitoring is working. GoogleDNS could be offer IPs... 8.8.8.8, 8.8.4.4 OpenDNS could also help: 208.67.222.222, 208.67.220.220 or you use 2 different IPs of your provider...
  • Need help with monitor of dual wan

    2
    0 Votes
    2 Posts
    880 Views
    R
    Hi, normally the monitor ip could be gateway IP of your WAN interface… If both WAN interfaces have same gateway then you should "randomly" use external IPs to get a monitoring up. As written in other threads the pfSense would set special routes for this monitoring IP to use only WAN1, WAN2,...WANn to this special IP. So you need to use an "always up" IP to guarantee monitoring is working. GoogleDNS could be offer IPs... 8.8.8.8, 8.8.4.4 OpenDNS could also help: 208.67.222.222, 208.67.220.220 or you use 2 different IPs of your provider...
  • Change from static WAN IP to BGP

    2
    0 Votes
    2 Posts
    1k Views
    R
    Hi, yes, we have done it. In my mesage history are several posts / you can search common for BGP here in forum - there are many good question/answer threads. You should use OpenBGP which works nice. But BGP uses also static IPs… only routing is done in different way. And BGP normally makes sense only for /24 or bigger networks because public announced networks must be minimal /24. I guess your ISP want you to discard default gw and offer you 2 or more gateways to let you automatically failover between backbones. Perhaps he can offer you also OSPF which is a little easier to setup because its done "automatically" per broadcast (but with pfSense package only IPv4 actual possible)? Bests
  • Policy based routing

    2
    0 Votes
    2 Posts
    1k Views
    pttP
    You use the "Firewall Rules" for that….  (also look at the advanced options of the FW rules)
  • Dual ISP with a twist

    10
    0 Votes
    10 Posts
    3k Views
    H
    you could try to enable default gateway switching (System: Advanced: Miscellaneous: Loadbalancing). it's possible that you'd get a faster responds this way, but it might have consequences elsewhere - be ware ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.