• One static public IP - routing one pfsense box through another

    3
    0 Votes
    3 Posts
    625 Views
    T

    Figured it out. Really stupid mistake. Typo's in configuration.

  • OpenVpn and NAT for same subnet (pfSense 2.3.4)

    1
    0 Votes
    1 Posts
    391 Views
    No one has replied
  • Filter Rule Association seemingly changing itself

    2
    0 Votes
    2 Posts
    561 Views
    jimpJ

    What exactly are you picking for the option when you set it?

    If you choose "Add unassociated filter rule" it will make a rule but not maintain the association, so the NAT rule will say "None" the next time you load the rule.

    Also if the associated rule was made on an earlier version a long time ago before the association code was working properly, it's possible it didn't maintain the association.

    If all else fails, delete the NAT rule, firewall rule(s), and make a fresh NAT rule using the default associated rule option (leave it as-is), and that should work.

  • Urgent help: pfsense login on WAN port!

    4
    0 Votes
    4 Posts
    2k Views
    G

    Thank you so much for replying guys.

    In the end I removed the Load Balancer router from the setup. Now I'm just using one of my VMs for IIS and one for SQL.

    I had everything set correctly in my opinion. Port redirection etc turned off.  Port was also running on a nonstandard port (444).

    I do believe browser caching was a problem, because even when I had completely fixed it I still had customers complaining they were not able to login to the website. When I asked them to send the URL to me I could clearly see it was redirecting to port 444.

    I've now completely blocked port 444 as the first WAN rule in the firewall. But how can I fix everyone's browser cache for that redirection problem?  If pfSense has set clients to bounce from 80>444, everyone will now be getting a 404 error (not good for business!)

    Thanks
    Matt

  • MOVED: NAT Publicacao DNS Externo Windows via PFSense

    Locked
    1
    0 Votes
    1 Posts
    374 Views
    No one has replied
  • Synology WebServer via NAT

    1
    0 Votes
    1 Posts
    466 Views
    No one has replied
  • NAT port forwarding with additional interfaces

    13
    0 Votes
    13 Posts
    2k Views
    DerelictD

    I received an email about Spectrum the other day. It was auto-corrected to Rectum.

    Glad you managed to complete the nearly-impossible task of getting an ISP to fix something.

  • Port forwarding on one-armed router

    15
    0 Votes
    15 Posts
    2k Views
    JKnottJ

    I wonder if TP-Link engineers really don't understand VLANs.  I also have a TP-Link TL-WA901ND access point.  It supports multiple SSIDs and VLANs, but the native LAN/SSID leaks into the VLAN/2nd SSID, which makes it useless, as devices on the 2nd SSID often get the wrong config info.  When I complained to their support, the guy I was working with insisted that's the way it's supposed to work.  It was only when I reached 2nd level that they agreed it was a fault.  However, I haven't seen any update to fix the problem.

    I currently have my eye on a Cisco 8 port switch that's not fully managed, but does support port mirroring.  I may get it to replace my current Cisco 16 port 100 Mb un-managed switch.

    http://www.canadacomputers.com/product_info.php?cPath=27_1045_349&item_id=037370

    http://www.cisco.com/c/en/us/products/collateral/switches/small-business-200-series-smart-switches/data_sheet_c78-634369.html

    I bet Cisco VLANs work right!  ;)

  • NAT from command line and save.

    1
    0 Votes
    1 Posts
    373 Views
    No one has replied
  • Source NAT at the incoming interface

    4
    0 Votes
    4 Posts
    2k Views
    W

    Hallo,

    NAT is is working as I described but the pure firewall rule is the problem. I can’t block incoming traffic and at the same time allow this traffic. In both cases I filter the source ip-address. I want to masquerade the source ip-address with NAT rules at the incoming interface. So I could build a firewall rule by the the ip-adress for the firewall (incoming interface) to the destination ip-address.

    I know cisco asa and for example a genua firewall could do those rules and genua is also a BSD with pf in the background.

    My ruleset is for example:
    NAT Forward:
    rdr on vmx1 inet proto tcp from 1.1.1.2 to (self) port = http -> 2.2.2.2

    FW Rule:
    pass in quick on vmx1 inet proto tcp from 1.1.1.2 to 2.2.2.2 port = http flags S/SA keep state label "USER_RULE: NAT "

    NAT Outbound:
    nat on vmx2 inet proto tcp from 1.1.1.2 to 2.2.2.2 port = http -> 2.2.2.1 port 1024:65535

    Thanks

  • Port forwarding Plex Media correctly on different subnets.

    4
    0 Votes
    4 Posts
    3k Views
    B

    Thanks Ace, never knew about these settings.

    I added 'allowedNetworks' to the xml file to include all of the subnets and boom!!!  Connected….

  • UPnP multiple hosts playing the same game using the same port - crosslink

    1
    0 Votes
    1 Posts
    336 Views
    No one has replied
  • Open ports to VPN server

    9
    0 Votes
    9 Posts
    3k Views
    J

    That's an answer I can work with.

    The reason for my configuration is what it is, is because I was searching for VPN on server 2012 R2 which was my old configuration and my old router was a home d-link with DD-WRT (wich is my AP now) could not work as a VPN server. So I hade to make it on my server box.

    So back to my search that time.. I ended up on YouTube whit a video on how to set it up on my server from start to end. And that was on PPTP.

    An every search I have done afterward have directed me to PPTP. And as a newbie in all this whit now knowledge to other to ask and getting turned away from forums is it hard to work with all this and be better and help others.

    But now I have some to read up on. Right now I can sort out SSTS because of I use port 443 as HTTPS for my web server.

    And I just discovered I did the port 47 wrong (new folks you know)

  • Double nat packet blocked

    1
    0 Votes
    1 Posts
    400 Views
    No one has replied
  • NAT reflection, 1:1 VIP and NAT outbound rule to VIP

    2
    0 Votes
    2 Posts
    481 Views
    D

    Before working on VIPs, NAT, etc… I recommend taking a look at your subnets.  /20 subnets have 4096 hosts available.  Your LAN3 at 192.168.254.0/20 is also not a valid network address.  The correct network address for that subnet would be 192.168.240.0/20 (If you're really trying to use /20 subnets).

    If you meant /24 (aka 255.255.255.0), you might want to correct that.  A /20 subnet could probably use further segmentation if you're really working with 4k clients.

    Good luck!

  • Advanced NAT and Port Forward

    2
    0 Votes
    2 Posts
    555 Views
    johnpozJ

    Yes..

  • Forward Port 80 NAT

    4
    0 Votes
    4 Posts
    2k Views
    JailerJ

    If you want to forward port 80 your destination port range from and to should be set to http. For 443 from and to should be https. Make 2 rules and keep it simple.

  • For LAN, redirect port of external host (e.g. 1.2.3.4:80 to 1.2.3.4:2000)

    3
    0 Votes
    3 Posts
    11k Views
    J

    Thank you for your prompt reply.

    Your suggestion worked immediately. I was confused by the description (redirect target IP - internal IP etc). I didn't realize it would also accept 1.2.3.4.

    Thanks again!

  • NAT 1:1 & Squid

    1
    0 Votes
    1 Posts
    527 Views
    No one has replied
  • Change NAT issue pfSense 2.3.4

    2
    0 Votes
    2 Posts
    627 Views
    jimpJ

    That function is in /etc/inc/util.inc which there wouldn't be any way to skip just that one function in that file, and that file is loaded on every page that uses the configuration libraries (which is every page used by the GUI, essentially)

    Of the possible explanations, a corrupted filesystem or failing disk are most likely. Especially if it happened out of the blue without any action on your part causing it.

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