• Inter Vlan Routing and NAT to Multi wan

    3
    4
    0 Votes
    3 Posts
    466 Views
    J
    @viragomann Thank you very much, such small detail and I just couldn't see it. I was allowing only the SVI for that vlan not the whole subnet. Have a wonderful christmas and a happy new year sir!
  • How to do Comunication between 2 networks

    8
    1
    0 Votes
    8 Posts
    923 Views
    V
    @macaruchi All clear now. I see this issue: On the ISP router, you forwarded traffic on port 8443 to <pfSenseWAN2>:443 On pfSense forwarded traffic from WAN2:8843 to <weberver>:443 But pfSense doesn't get the packets on port 8443, but on 443. So you need to change the destination port in the forwarding to 443. You should also change the WebGUI port to anything else. You can do this in System > Administration.
  • Wan PPOE 100% packetloss after timespan

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • 4100 LAN[234] setup problems

    4
    0 Votes
    4 Posts
    800 Views
    GertjanG
    @netgatecustomer2485 said in 4100 LAN[234] setup problems: I read the manual a bit more I'll save you the trip to the manual. LAN[234] will reply your pings if you allow it to do so. Typically : use a firewall rule on LAN[234] that let ICMP pass. Bridge : on a 4+2 port 4100 ? The non technical solution : get an inexpensive 5 port 1Gb switch. True : this will consume about 8 W x 24 x 365 = 70 Kwh per year, that nearly 4 € or 4 $ a year. This will make maintenance live easy on you.
  • How to multi-forward with multi WAN?

    2
    0 Votes
    2 Posts
    457 Views
    V
    @StefanKittel said in How to multi-forward with multi WAN?: I have a current pfsense running with about 12 WAN-lines Wow! (?) Can I forward all ports for each WAN-interface (12 rules) to a virtuel interface and from there to each client (40 rules)? That would be much easierer. No, not this way that the virtual IP is on pfSense. Port Forwarding is applied at first step on incoming packets on an interface. So if the packet doesn't enter an interface, no port forwarding rule is applied at all. Refer Ordering of NAT and Firewall Processing What you could do to simplify the rules is proxying the traffic using HAproxy. So you can configure frontends (maybe TCP mode), one for each port, listening on any IP, say localhost. And forward traffic from all interfaces to localhost. You will need a separate rule for each not continuous port range though, however, it should be possible to do this with a single rule for each port on interface groups (all WANs). But I'm not sure if this will also work in transparent mode, otherwise you will lose client information of none-http traffic.
  • Starlink: Pfsense to Pfsense vpn to provide new public IP

    3
    0 Votes
    3 Posts
    712 Views
    K
    IPPBX needs to connect to to upstream SIP Trunk provider. Outbound SIP calls work fine. Inbound does not traverse (initiated at the Trunk Provider) Starlink and fail. The solution is to provide a VPN. I have a dedicated server running ProxMox in a data center and enough IPs to provide the VPN connection. My thought is to provide a VPN to a pfSense and then route the connection directly back onto the Internet. IPPBX>firewall>Starlink>pfSense>back to internet
  • Подключение 2-х ISP

    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • Load Balancer not distributing traffic equally

    3
    0 Votes
    3 Posts
    461 Views
    O
    @michmoor Gateway Monitor and Monitor traffic graph of each gateway.
  • 0 Votes
    4 Posts
    826 Views
    V
    @Jenish Your network diagram shows 192.168.16.0/24 behind 10.1.2.2 and 10.10.10.0/24 behind 10.0.0.2, but your routes point to the respective other gateway. So what is wrong?
  • Wireguard VPN - Specify ISP Gateway

    4
    0 Votes
    4 Posts
    698 Views
    S
    I think it's possible. At least in the part that the VPN tunnel would be installed through a specific provider. It is necessary to register in static routes through which gateway the IP of the VPN provider is available. It's a pity you can't register a group of gateways in static routes, then your problem would be solved completely
  • 4K video buffering when routing on DMZ, but fine on same subnet

    4
    2
    0 Votes
    4 Posts
    566 Views
    B
    Found the culprit! Thank you @SteveITS [image: 1700886428373-screenshot-from-2023-11-25-11-57-06.png] No buffering with this turned off!
  • Gateway status unknow after update 2.70

    1
    1 Votes
    1 Posts
    208 Views
    No one has replied
  • Multi-WAN failover with web ping or similar

    4
    2
    0 Votes
    4 Posts
    785 Views
    M
    Dear both Thank you very much for your answers. This is exactly what I need. Now it works: [image: 1700566763114-21b9352e-3133-4aa6-bca5-41403ba4641f-unbenannt.png] Have a nice day and best regards
  • Instructions for setup of failover from WAN1 to WAN2?

    3
    0 Votes
    3 Posts
    598 Views
    S
    And https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/opt-wan.html Which links to https://docs.netgate.com/pfsense/en/latest/solutions/netgate-2100/switch-overview.html
  • Default Route - with load balanced WANs

    2
    0 Votes
    2 Posts
    422 Views
    4
    @gwaitsi so after re-reading the gateway groups section, i see the default gateway as a load balance pair is an invalid option. i had to select a failover pair. but i would still like to refresh once a day, so if a failover has occured, the default switches back to WAN1 as the default
  • 0 Votes
    2 Posts
    456 Views
    A
    oh man... i guess it was a reboot that i missed after changing ipv4_forward in sysctl.conf to 1 - or just do a sysctl -p... however it works now
  • WAN Interface Dies Quickly on Specific Interface

    wan interface packet loss starlink
    1
    0 Votes
    1 Posts
    519 Views
    No one has replied
  • Load balancing gateway group without NAT

    1
    2
    0 Votes
    1 Posts
    281 Views
    No one has replied
  • How to configure when in between Fios Gateway and DECO Router

    3
    0 Votes
    3 Posts
    560 Views
    T
    @viragomann I was told to just put my DECO in AP (bridge) mode since the PfSense will be doing all the routing and firewall work. Assign IPs from PfSense (and reservations / port forwarding / etc.) from there and be done. I'd prefer to not have double NAT.
  • pfSense async routing doesn'follow route table

    4
    1
    1 Votes
    4 Posts
    639 Views
    R
    @Royplaisier By the way, I'm a colleague of Simon-cornet
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.