• source IP for file share access over IPSEC tunnel for site to site VPN

    4
    0 Votes
    4 Posts
    410 Views
    V
    Thanks for you update. I have implemented it by using proxy Linux instance which is doing port forwarding.
  • Mobile client/site-to-site VPN tunnel NAT issue

    3
    0 Votes
    3 Posts
    299 Views
    M
    Hi i've got the same problem, i can NAT my OpenVPN Client with a PfSense virtual IP only with my Local LAN, it doesn't work over remote Ipsec Network. I've got 20 Ipsec VPN tunnel and i can't create addition Phase2 on all tunnel. Bye Gabriele
  • 0 Votes
    1 Posts
    536 Views
    No one has replied
  • Double NAT + Gaming Lag?

    3
    0 Votes
    3 Posts
    580 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
    289 Views
    S
    Thank you, I presumed as much but wanted to make sure.
  • NAT acting erratically for UDP DNS

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

    3
    0 Votes
    3 Posts
    243 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
    306 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
    413 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
    615 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
    227 Views
    No one has replied
  • IPSEC VPN terminating on pfSense - LAN transit network to internal LAN

    1
    0 Votes
    1 Posts
    206 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
    300 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
    669 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
    673 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.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.