• 0 Votes
    1 Posts
    532 Views
    No one has replied
  • Double NAT + Gaming Lag?

    3
    0 Votes
    3 Posts
    573 Views
    T
    Thanks, after some testing it turns out my $30 access point is a pos.. Thanks for quick reply!
  • Port Forwarding Ranges

    3
    0 Votes
    3 Posts
    288 Views
    S
    Thank you, I presumed as much but wanted to make sure.
  • NAT acting erratically for UDP DNS

    1
    0 Votes
    1 Posts
    212 Views
    No one has replied
  • Voice over IP not working after Pfsense reboot

    3
    0 Votes
    3 Posts
    241 Views
    chpalmerC
    Well.. that's good to know! There have been a few come by with Fritzbox issues that I wonder if this wasn't their issue.. Glad ya got it working.
  • 0 Votes
    2 Posts
    277 Views
    M
    Found a manual (meaning outside of standard config / package) and hacky workaround, would love to hear of any improvement over that :) Create a user in pfsense's User Manager, enable SSH access for that user with a password-less SSH key login (I'm aware it's risky, extra precautions below). Create a script in the home user dir, show_wan_ip.sh, containing: #!/bin/sh ifconfig mvneta0.4090 | sed -n '/.inet /{s///;s/ .*//;p;}' Edit ~user/.ssh/authorized_keys and add the following before the key: command="/home/user/show_wan_ip.sh",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty This can be executed from the (less trusted) PC that connects to it over LAN: ssh user@10.100.1.1 "/home/user/show_wan_ip.sh" 192.168.1.10
  • cPanel NAT

    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • Allow DMZ to access second IPsec site

    3
    0 Votes
    3 Posts
    302 Views
    P
    I do have it set up with a second Phase 2. I just thought there could be a better way to achieve the same result without having to go through each of the sites and adding a P2.
  • External access to the hikvision IP camera

    3
    1 Votes
    3 Posts
    410 Views
    C
    Thanks viragomann, How good it is to have an external view. It was the captive portal blocking outbound Thank you very much
  • NAT logging original destination

    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • dose pfsense have soft NAT

    9
    0 Votes
    9 Posts
    608 Views
    N
    @NKOADMIN said in dose pfsense have soft NAT: @NKOADMIN After read the Netgate Docs I think I need to configure the Routing Public IP Addresses instead of NAT. I will give it a try, will post result here. Yes, Routing Public IP Addresses resolve my issue. now we got the correct result in Mxtoolbox Thanks everyone
  • No remote LAN Access and Internet after connecting to the VPN

    1
    0 Votes
    1 Posts
    225 Views
    No one has replied
  • IPSEC VPN terminating on pfSense - LAN transit network to internal LAN

    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • Azure Internet not working

    1
    0 Votes
    1 Posts
    248 Views
    No one has replied
  • PORT FORWARD NOT WORKING IN AZURE CLOUD SINGLE NIC PFSENSE FIREWEALL

    3
    0 Votes
    3 Posts
    297 Views
    S
    @Gertjan said in PORT FORWARD NOT WORKING IN AZURE CLOUD SINGLE NIC PFSENSE FIREWEALL: port 22,80 and 443 port 22,80 and 443 not working, bcz I'm Only forwarded port 3389 for testing.
  • NATting with Manual Outbound NAT not working

    nat open vpn port forwarding
    7
    0 Votes
    7 Posts
    3k Views
    M
    You are 100% correct sir! That was the problem indeed, thanks for pointing that out!
  • NAT Reflection blocked by firewall

    6
    0 Votes
    6 Posts
    655 Views
    S
    DNS rebinding and protection for it is something else: https://en.wikipedia.org/wiki/DNS_rebinding It sounds to me like you'll need to get your PC resolving the hostname to the LAN IP of the web server. (or the WAN of the pfSense, but you might as well just use the internal IP at that point)
  • NAT Reflection on the WAN interface (packet with WAN IP as source)

    6
    0 Votes
    6 Posts
    665 Views
    S
    @viragomann I think that's what NAT is on pf, DNAT is rdr (change destination ip and keep source). If I create an outbound rule, the resulting pf rule in /tmp/rules.debug is: nat on $LAN inet proto tcp from LAN_NET/16 to LAN_IP/32 port 22 -> WAN_IP/32 port 1024:65535 Which doesn't work. Interestingly, if I change the mask of the translation address to WAN_IP/24, it works, but the last octet of the public ip will be wrong (it will round robin over that /24 net). It also works if I set the translation IP to any other IP in the WAN_NET except the actual WAN_IP.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    17 Views
  • Pfsense 2.4.4 NAT not working

    4
    0 Votes
    4 Posts
    591 Views
    GertjanG
    Delete 1,,2,3,4,5,6,7,8. There are useless. Normally, on a WAN interface you have no rules at all. Exception : NAT rules .... Rule 9 is part of a NAT rule ? There should be a "from port" as there is a "To port", the 59045. Do not edit the firewall rule, edit the NAT rule. What are you trying to achiueve with these WAN firewall rules ? The NAT rule is for what ?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.