• WAN NAT working except when accessing from LAN subnet

    5
    0 Votes
    5 Posts
    393 Views
    D

    @viragomann I was thinking that was like the Netscreen devices and didn't think it would matter for us as a small company. We don't need to apply website access rules according to local IP either.

    That said, having just checked the Apache logs for one website it is showing the correct client IP for both LAN-based and WAN-based browsers.

    Thanks again,

    David

  • Rewrite LAN IP to access IPSEC remote site

    4
    0 Votes
    4 Posts
    307 Views
    M

    I confirm it works when i set 195.80.241.81/32 in NAT/BINAT. Thank you.

  • 0 Votes
    2 Posts
    388 Views
    V

    @greatrocket
    IPSec seems not to be the best choice to realize this. However, yes, you should be able NAT (masquerade) the traffic to get the forwarding work, which means, you loose information about the origin source IP. But I would do this on the internal interface of the other sites router.

    If you want to do it on pfSense, you will have to configure this in the IPSec phase 2. But not sure if this will work without if you do the settings only on one site. But you can try.
    Assuming you habe a policy based phase 2 already to connect the both local networks.
    A "Local Network" enter 0.0.0.0/0, at "NAT/BINAT translation" state an unused address out of the LAN. At "Remote Network" enter 192.168.1.100.
    Move this p 2 up to the top.

  • Dual Internet NAT not working

    2
    0 Votes
    2 Posts
    273 Views
    V

    @tompark
    Outbound NAT masquerades outgoing traffic with the stated translation IP. This is needed for outbound traffic on the concerned interface, but it does nothing else, not routing at all.

    To route traffic from certain sources out to a non-default gateway, you have to add policy routing rules to the respective interface where the traffic is coming in.

  • Port Forward over VPN interface?

    32
    0 Votes
    32 Posts
    10k Views
    F

    I seem to be having the literal same issue.

    VPN works from the desired VM. Outbound packets work properly, but it seems inbound packets are not being properly routed back through AIRVPN_WAN.

    Can anyone provide a more detailed solution?

    I don't have no any/any rules, only a single rule (created automatically by nat) in the AIRVPN_WAN that allows any tcp/udp to the VM with the port I want exposed.

  • NAT overhead

    19
    0 Votes
    19 Posts
    1k Views
    johnpozJ

    @dsegui said in NAT overhead:

    ) it didn't bother me so much that my throughput was just over 1/3 of that rating

    So you have been getting low throughput for a long time then? If was paying for 400, and only getting like 100 something I would be complaining or digging into why that is for sure.

    90%, ok during prime time 80% of what I pay for - but 30% yeah I would be digging into why that was for damn sure..

    But a 3100 should be able to do 900s - i think there is a lawrence teardown and review when it first came out showing benchmarks in the 900s..

    If your seeing 150ish - yeah got something wrong that is for sure.. You could take your isp out of the equation for sure.. Put something on your pfsense wan running iperf, and then from a client on the wan do a benchmark - this would be doing nat, etc.

  • 0 Votes
    2 Posts
    561 Views
    V

    @pdwalkerhk said in NAT Reflection on a multiwan system - need help debugging my problem getting it to work.:

    is there any way to debug why the traffic from the local lan to the public ip of the port forwarded ports is not going through?

    Sniff the traffic with the packet capture tool on the LAN.

    does that reflection firewall rule look correct for my situation?

    I would expect it to work.

    the default route for the LAN traffic is a gateway group composed of the 4 lan connections. Could this be causing a problem, preventing the nat reflection from working?

    You may mean an interface group. This is not a problem, however, ensure that a rule on LAN allows the traffic from LAN IP to LAN destination IP.
    The rule must not be a policy routing rule (gateway (group) stated)!

    could I use the / Diagnostics / Packet Capture / somehow to find out what is or is not happening?

    Yes. You should see packets from the source IP to the public going to pfSense and packets leaving with source = LAN IP and local destination IP.

  • 23.09 Status Upnp not working

    3
    0 Votes
    3 Posts
    240 Views
    jimpJ

    What do you mean by "stops updating"?

    Nothing changes on the screen or does it fail to load?

    As far as I can see from here with local testing, UPnP is working OK and the status page is also working.

  • Two subnets, virtual IP Address, with one gateway

    9
    0 Votes
    9 Posts
    548 Views
    J

    @viragomann

    The rule works perfectly. The problem is that it automatically deletes itself...

    Do you have an idea if there is any management like autorule creation / delete.

    regards
    ron

  • Linux IPTables NAT to pfSense NAT

    12
    0 Votes
    12 Posts
    1k Views
    T

    I am stupid.
    The Port Forward rule was wrong.
    It should be 192.168.66.0/24 network, but I selected single host and give the ip address as 192.168.66.0. 😅

    Thanks @viragomann and @SteveITS !

  • Port Forwarding to Plex Container

    4
    0 Votes
    4 Posts
    432 Views
  • Port forwarding to an additional public IP instead of the WAN address

    10
    0 Votes
    10 Posts
    617 Views
    frogF

    @viragomann The 1:1 nat to the 2 internal Ip's worked so thanks for everyone's help. Much appreciated.

  • Script to change NAT rules

    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • Automatic outbound NAT showing old subnets and not picking up new ones

    9
    0 Votes
    9 Posts
    637 Views
    P

    Rookie mistake. Testing using a cell phone and missed the DNS issues on the new subnet ;(
    Thanks for being so responsive.

  • PLZ Help!!! Failing at Publishing a Nextcloud Instance

    6
    0 Votes
    6 Posts
    603 Views
    johnpozJ

    @viragomann said in PLZ Help!!! Failing at Publishing a Nextcloud Instance:

    The source address and port have to be "any"

    good catch - yeah that is wrong too for nat..

  • DuckDNS, NGINX and Home Assistant - Settings in PfSense?

    2
    0 Votes
    2 Posts
    354 Views
    A

    Happens to be a user-error! :shushing_face:

    A typo.

  • seeking advice on using "Enable automatic outbound NAT for Reflection"

    10
    0 Votes
    10 Posts
    872 Views
    E

    @SteveITS

    Yes, OK, I got it. It is no longer blocking everything else so the rule works, but the issue with my Android, eludes me.

    Thanks for the very patient help.

  • CPU spike when updating NAT

    1
    0 Votes
    1 Posts
    158 Views
    No one has replied
  • How to address multiple servers in DMZ from Internet and LAN

    10
    0 Votes
    10 Posts
    2k Views
    D

    @viragomann
    I'm having more than one DNS issue, not just mine.
    At the moment I preferred to do two things: move all my DNS back to the original ISP and install a new pfSense, testing it step by step with every change because now the only way to make it work is to have an "all open" rule, but this is not possible.
    I put this thread on stand-by and if necessary I open a new one for DNS.

    In the meantime, I thank you

  • Port Forwarding not working

    6
    0 Votes
    6 Posts
    485 Views
    M

    @mcury thank you, that fixed it

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