• Static routes use MAC address as gateway

    2
    0 Votes
    2 Posts
    1k Views
    M
    As the new gateway is now at its final destination and doesn't need this kind of hack anymore, I guess I can close this post.
  • 0 Votes
    11 Posts
    2k Views
    N
    @pfuzer pfsense with pfblockergng-dev and suricata
  • Blocked From Personal Hosted Site On LAN

    2
    0 Votes
    2 Posts
    162 Views
    johnpozJ
    If your trying to get forwarded back in from your wan IP, you would have to setup nat reflection for that to function. But if the server is local, why would you not locally resolve the fqdn to the local IP and just access it without going through the nat reflection nonsense.
  • Multi WAN Routing

    routing multi wan
    2
    0 Votes
    2 Posts
    563 Views
    H
    Well, the part with 2 LANs and 2 WANs is quite easy. You configure the transit network interface as defined by your second ISP. You configure e.g. 129.x.?.1/24 as a static IP on your "Public LAN". You either set the NAT mode to "Manual Outbound NAT rule generation." and set all NAT rules manually, or you set it to "Hybrid Outbound NAT rule generation" and manually add a "Do not NAT" rule for the traffic between your new LAN and WAN. This should already create the appropriate routing table entries so that incoming traffics finds your 129.x.?.1/24. What's missing to tell the outgoing traffic which gateway to use. This can e.g. be done by specifying the gateway of the second WAN interface in the "allow to any" (or whatever firewall rule you use to allow internet access) firewall rule on your "Public LAN" interface. Regarding the public IPs for your 192.168.x.1/22: From my perspective, the clean solution would be to give them a second network interface (e.g. using VLANs) in the "Public LAN" network. This also makes it easier to separate the administrative from the public traffic, e.g. only enable SSH on the interface in 192.168.x.0/22 network.
  • Multiple WANs for multiple public IPV4 addresses

    2
    0 Votes
    2 Posts
    183 Views
    E
    I finally got this sorted out. Here's how I have done, in case anybody in that situation happens to find this thread. This method does not require creating NAT outbound rules. Assign the WAN2 interface with DHCP or static. This is the WAN of my additionnal public IP Create a VLAN and assign it (I'll call it LAN2 for clarity). VMs using the additionnal IP will be connected to this VLAN. Go to LAN firewall rules, edit the default IPv4 allow rule, and set the gateway to your WAN gateway. Go to LAN2 firewall rules, edit the default IPv4 allow rule, and set the gateway to your WAN2 gateway.
  • Routing incoming traffic from HAproxy to endpoint over IPSEC VPN

    10
    1 Votes
    10 Posts
    2k Views
    jimpJ
    @wickeren said in Routing incoming traffic from HAproxy to endpoint over IPSEC VPN: Inter-machines traffic is prevented by the local firewall on the customer machine. You can't trust clients to self-police. All it takes is one OS level vulnerability they can exploit on the client and the whole thing gets compromised. I wouldn't trust it, but it's not my network, so *shrug*
  • Prevent traffic leaving default gateway when rule gateway is down

    7
    0 Votes
    7 Posts
    589 Views
    W
    @Bob-Dig This solution worked also for me. Thank you!
  • Bad routing to multiple edge routers

    5
    0 Votes
    5 Posts
    485 Views
    B
    Thanks so much Virgomann. It makes perfect sense.
  • After failover, delay recovery

    5
    0 Votes
    5 Posts
    536 Views
    Raffi_R
    @Ximulate said in After failover, delay recovery: I'm using the default IP. Some may not agree, but try another IP. I have had luck with 8.8.8.8 (Google DNS). I don't think it will solve this issue since it sounds like you have actual latency impacting you. Edit, On second thought, leave it alone. Particularly since you will be lowering the threshold, using 8.8.8.8 may have moments of latency and packet loss that will be normal and your lower values will make matters worse.
  • [HELP] Routing my la to WAN

    4
    0 Votes
    4 Posts
    279 Views
    RicoR
    Well at the moment we don't know anything about your setup /LAN network. So it's almost impossible to tell you exactly whats wrong. Generally speaking, running through the pfSense wizard will leave you with a working default configuration, providing Internet access from the LAN Interface. https://docs.netgate.com/pfsense/en/latest/book/config/setup-wizard.html -Rico
  • PFsense > Cisco OSPF flapping

    2
    0 Votes
    2 Posts
    350 Views
    S
    Ok I think I have resolved this, after going through debugs and more logs I saw the inactivity timer was being triggered on PFsense. This to me said it was not getting hello's from the multicast / neighbor.. therefore I created a firewall rule to allow any from the source of the neighbor to pfsense and the recurring adj messages stopped.
  • AWS multiple EIPs; NAT and VPN

    2
    0 Votes
    2 Posts
    258 Views
    A
    OK, I got this finally. I've spend ridicules amount of time on this one and it seems to be some kind of bug. So I'm starting with a clean installation. At the beginning instance has only ena0 configured and ena1 is disabled. Changing ena1 to enabled makes Anti-Lockout Rule travel to ena1 (1st thing that shouldn't happen if you ask me) and I can not access 443 using EIP on ena1, just private ip. Then I'm adding allow all rule to both interfaces so all traffic should be accepted and I still can not access 443. [image: 1595373961478-screenshot-2020-07-22-at-01.13.37.png] nc -zv $EIP 443 does not work either from pfsense or remote computer. It works using private ip. Only after removing Anti-Lockout Rule things are getting back to normal.
  • WAN failover didn't work on remote location

    2
    0 Votes
    2 Posts
    210 Views
    S
    Hello! Member Down should trigger on the upper threshold for latency or packet loss. Please review and/or post your gateway settings - gateway ip, monitoring/action settings, advanced settings, etc... John
  • Mult-WAN GW it prefers tier3 for OpenVPN client?

    2
    0 Votes
    2 Posts
    272 Views
    N
    @wolfsden3 This works as expected Go to openvpn client config and change the interface to the charter port. Or even better, create a failover group and assign it there, with the needed priorities.
  • Gateway not resuming from DOWN state

    1
    0 Votes
    1 Posts
    165 Views
    No one has replied
  • Different Network Structure

    16
    0 Votes
    16 Posts
    1k Views
    chpalmerC
    @ahmetakkaya said in Different Network Structure: @chpalmer Will it work if we connect two devices with port and write route ? Yes. The routed package writes the route for you. But it can be all done manually..
  • Multi-LAN PfSense Setup - Technical Brick Wall Hit By Simpleton

    3
    0 Votes
    3 Posts
    512 Views
    A
    well, I didn't find any issue from your work, and you have some basic routing and switch problems. I will try to make it simple... nat isn't for routing, nat is to prevent private networks to expose on public internet which cannot route private address, and nat is used to allow private networks to access public internet. port forwarding is used to provide private services to public networks. vlan is used for separate networks, vlan can't communicate with other vlan directly, they communicate by routing. so, in your work, nat is used on wan port which replaces source (private network address) to public address, then the public address know how to transmit back. port forwarding is like someone access your public address port 80, which is HTTP, then your firewall forward the request to the server in your private network in your private network, your firewall performs like a router, who knows every network, so if an address from LAN want to access an address in SERV, then it will forward the packet to the gateway of the LAN, which is your firewall LAN address, then the firewall know where next-hop is, it will forward the packet to SERV network.
  • routing VLAN via second WAN

    4
    0 Votes
    4 Posts
    222 Views
    H
    Thank you!
  • Default outbound interface

    8
    0 Votes
    8 Posts
    776 Views
    J
    It gets weirder, made the factory LAN 10.0.13.254/24 and made the 172.16.120.1 another interface (basically flipped the drop downs, and adjusted the IP's and DHCP, etc). Now when attempting to reach 10.0.6.159, it originates from the VPN /30 IP, so weird.
  • Monitor IP Discussion

    9
    1 Votes
    9 Posts
    979 Views
    chpalmerC
    And actually- Ive been wanting to experiment a little with the cable modem and have now figured out that issue as well.. Thanks Raffi_ You got me working on this and Ive solved an issue now.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.