• Interligar duas WAN

    1
    0 Votes
    1 Posts
    192 Views
    No one has replied
  • Multi-wan failover only triggering in certain situations.

    1
    0 Votes
    1 Posts
    618 Views
    No one has replied
  • Failover recovery isn't always working right for me

    8
    0 Votes
    8 Posts
    818 Views
    S

    Plugging/unplugging must trigger something that causes it to reset the connections on WAN2. What I found after extensive testing is that once a failover occurs and connections are established on WAN2, it will not break those connections and put them back on WAN1 unless forced to do so.

    I documented my method for getting fail-back to work, maybe not ideal but the only way I could get it working reliably.

    https://forum.netgate.com/topic/135614/failback-from-primary-wan-after-failover-to-secondary-wan

  • Getting Sprint 341u modem working

    3
    0 Votes
    3 Posts
    416 Views
    L

    The cradlepoint works fine. Set it to IP passthrough, plugged it into an ethernet port, changed one routing rule to route my work computer to the wan_group instead for default gateway. I do no switch the default gateway on fail over.

    It fails over and back seamlessly for my pc. It screws up Ooma for some reason, but that is OK.

    So if anyone wants an LTE backup the cradlepoint makes it easy and they are quite cheap on ebay.

    thanks
    david

  • Force LAN Traffic Through OpenVPN Tunnel

    2
    0 Votes
    2 Posts
    1k Views
    A

    @jlittle988 Hi, I have done this configuration, following this tutorial..

    https://www.netgate.com/docs/pfsense/vpn/openvpn/routing-internet-traffic-through-a-site-to-site-openvpn-connection-in-pfsense-2-1.html

    what makes the magic is put this in Advanced Configuration -> Advanced -> redirect-gateway def1;

  • (Solved) bgpg connection from non-peer 192.168.0.4 refused

    2
    0 Votes
    2 Posts
    930 Views
    C

    @cradulescu I have figureout how to solve this issue.
    There is a bug on openBGPD. Event I do setup the neighbors the conf dose not update so I have to update it manually ( I know is not recommended) .

    # This file was created by the package manager. Do not edit! AS 64500 fib-update yes listen on 0.0.0.0 router-id 192.168.0.1 network 192.168.0.1/24 neighbor 192.168.0.4 { remote-as 64501 descr "Kubernetes-Node01" } neighbor 192.168.0.8 { remote-as 64501 descr "Kubernetes-Node02" } #deny from any #deny to any

    Resault Kubernetes

    {"caller":"main.go:229","event":"serviceAnnounced","ip":"192.168.12.2","msg":"service has IP, announcing","pool":"default","protocol":"bgp","service":"default/elasticsearch","ts":"2018-09-16T14:37:20.876366531Z"}

    Resault pfsense:

    Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd Kubernetes-Node02 64501 337 327 0 02:42:09 1 Kubernetes-Node01 64501 337 327 0 02:42:09 1 OpenBGPD Neighbors BGP neighbor is 192.168.0.8, remote AS 64501 Description: Kubernetes-Node02 BGP version 4, remote router-id 192.168.0.8 BGP state = Established, up for 02:42:09 Last read 00:00:09, holdtime 90s, keepalive interval 30s Neighbor capabilities: Multiprotocol extensions: IPv4 unicast, IPv6 unicast 4-byte AS numbers Message statistics: Sent Received Opens 1 1 Notifications 0 0 Updates 1 11 Keepalives 325 325 Route Refresh 0 0 Total 327 337 Update statistics: Sent Received Updates 4 6 Withdraws 0 5 End-of-Rib 0 0 Local host: 192.168.0.1, Local port: 179 Remote host: 192.168.0.8, Remote port: 52807 BGP neighbor is 192.168.0.4, remote AS 64501 Description: Kubernetes-Node01 BGP version 4, remote router-id 192.168.0.4 BGP state = Established, up for 02:42:09 Last read 00:00:09, holdtime 90s, keepalive interval 30s Neighbor capabilities: Multiprotocol extensions: IPv4 unicast, IPv6 unicast 4-byte AS numbers Message statistics: Sent Received Opens 1 1 Notifications 0 0 Updates 1 11 Keepalives 325 325 Route Refresh 0 0 Total 327 337 Update statistics: Sent Received Updates 4 6 Withdraws 0 5 End-of-Rib 0 0 Local host: 192.168.0.1, Local port: 179 Remote host: 192.168.0.4, Remote port: 46850
  • Policy routing ignored with many gateways on WAN interface

    2
    0 Votes
    2 Posts
    188 Views
    DerelictD

    Right. That is not how you do Multi-WAN. You would, instead, create a separate pfSense interface and put a gateway on each.

    P.S. pfSense 2.3 is all but dead.

  • Traffic across OpenVPN tunnel

    2
    0 Votes
    2 Posts
    497 Views
    DerelictD

    Do you have policy routing (gateways set on rules) enabled on your local network?

    https://www.netgate.com/docs/pfsense/routing/bypassing-policy-routing.html

  • VPN Star topology

    10
    0 Votes
    10 Posts
    1k Views
    G

    Thanks for your input.

    I think i might have encountered some kind of software bug.
    After i delete all phase 2 settings, redid them and rebooted the pfsense box it started working.

  • Static Routes without Gateways

    4
    0 Votes
    4 Posts
    994 Views
    V

    OpenVPN routing should be configured in the OpenVPN settings. Use the "Remote Network/s" box to enter the networks you want to route over the respective VPN.

    If you want to route traffic over a OpenVPN client, assign an interface to the client instance. Interfaces > Assignments.
    At "Available network ports" select the client instance (e.g. ovpnc1), hit Add, open the settings of the new interface, check Enable and set a proper name. No further configuration to make here!
    If you have done that pfSense also add a virtual gateway to the vpn connection which can be used in firewall rules for policy routing or also for gateway monitoring.

    But do not add static route to a vpn gateway! That's not recommended. As mentioned above, that is to be done in the OpenVPN settings.

  • Multi Wan setup and Notifications not working on failover

    3
    0 Votes
    3 Posts
    536 Views
    F

    Oh, and this option is only available in the dev 2.4.4...

  • 0 Votes
    20 Posts
    2k Views
    J

    Grrrrrrrrrrrrr.

    Found the problem and it was of course my fault. I had a client specific override for my user account (which I knew about but never checked). In there, the 192.168.2.0/24 network was set as a "Remote Network" instead of a "Local Network." Deleted it form remote networks, added it to local networks and now all is working. I didn't realize there was an option for "Remote Networks" as that's not an option for the actual OpenVPN server itself.

  • static route to a network, but only part of it is connectable

    8
    0 Votes
    8 Posts
    636 Views
    T

    Hi guys,

    Thanks for your help, I guess it's because of a NAT thing, there is an extra layer between me and the host I cannot connect to.
    I'm off to go move some cables around :)

    Thx again

    /tony

  • Need some help with PFsense and Edgerouter X routing

    1
    0 Votes
    1 Posts
    435 Views
    No one has replied
  • routing LAN servers via specific IP on /29 allocated WAN

    5
    0 Votes
    5 Posts
    645 Views
    J

    @viragomann Good to know. I will need to enable "skip rules" and put a "block" rule after. I do not want email services egressing anywhere except WAN_1_IP2

  • Multiple WAN IP setup for servers

    8
    0 Votes
    8 Posts
    970 Views
    F

    All working. I forgot to enable NAT Reflection (and I only had the bright idea of trying to go to https://virtualIP using my phone off WiFi. Thanks for your help guys!

  • 0 Votes
    1 Posts
    165 Views
    No one has replied
  • Gateway With Two OpenVPN Clients Not Working

    2
    1 Votes
    2 Posts
    245 Views
    R

    Anyone?

  • VLAN IP to LAN IP - Not pinging

    23
    0 Votes
    23 Posts
    4k Views
    slkamathS

    @johnpoz
    Dear John,

    Thank you. My issue solved.

    I got confused and made everyone confuse.

    WAN- 203 Series
    LAN - 192 Series (192.192. series will change in few days to 192.168.) Currently Windows DC is running in that 192.192 series. So will change in few days.

    Please find the below link.
    https://forum.netgate.com/topic/134674/how-to-configure-3-ip-s-internet-restriction/20

    Big Thanks to you John. No words to express my gratitude.

    Lokesh Kamath

  • 0 Votes
    36 Posts
    3k Views
    H

    Only 23days to find a problem.... I wish my bosses were as nice

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