Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Multiple NAT

    NAT
    2
    6
    2.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hoopy_frood
      last edited by

      Hi there,

      I'm testing pfSense, and using internal IPs and ports for firewall rules when using NAT really puzzles me.

      I am having difuculties doing the following: Allowing access on different ports/IP's to the same internal host.

      Server in LAN, ex: 10.10.10.10, port 80.
      WAN interface with multiple IP addresses (Interface IP and virtual IP)

      I want to do the following:

      Interface IP, port 80 => 10.10.10.10:80
      Interface IP, port 8080 => 10.10.10.10:80
      Virtual IP, port 1234 => 10.10.10.10:80

      Is this even possible to do with pfSense?
      By using internal IP's and ports in the FW rules, I think pfSense simply can't do this, or can it?

      Is there even a reason for using the internal addresses in firewall rules?
      Other firewalls almost always do destination NAT after processing the FW rules. (Or at least have an options to do this.)

      Best regards,

      Hoopy Frood.

      1 Reply Last reply Reply Quote 0
      • GruensFroeschliG
        GruensFroeschli
        last edited by

        The scenario with multiple NAT rules should work.
        On pfSense the processing order is:
        NAT –> Firewall
        So basically for all the 3 NAT rules you need only one firewall rule.

        We do what we must, because we can.

        Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • H
          hoopy_frood
          last edited by

          @GruensFroeschli:

          The scenario with multiple NAT rules should work.
          On pfSense the processing order is:
          NAT –> Firewall
          So basically for all the 3 NAT rules you need only one firewall rule.

          Hmm, I see.
          So, this basically means I need to have exactly the same access rules for all the external ports that are NATed?

          I interpret your answer as I can not make firewall rules that limit the use of certain external ports to certain souce IP's, and other ports to other IPs.
          This seems to be a major limitation to me as this is actually what a firewall is supposed to do.

          But thanks for your answer, anyway. ;-)

          1 Reply Last reply Reply Quote 0
          • GruensFroeschliG
            GruensFroeschli
            last edited by

            I'm not sure i understand you.

            What do you mean you cannot limit certain external ports to certain sources?
            Of you course you can do that with the appropriate firewall rule.

            Or could you maybe give an example of what you mean?

            We do what we must, because we can.

            Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

            1 Reply Last reply Reply Quote 0
            • H
              hoopy_frood
              last edited by

              @GruensFroeschli:

              I'm not sure i understand you.

              What do you mean you cannot limit certain external ports to certain sources?
              Of you course you can do that with the appropriate firewall rule.

              Or could you maybe give an example of what you mean?

              OK, Here's an example.
              Imagine I have the following NAT rules:

              Interface IP, port 80 => 10.10.10.10:80
              Interface IP, port 8080 => 10.10.10.10:80
              Virtual IP, port 1234 => 10.10.10.10:80

              How can I:

              Allow access from 123.123.123.123 to the Interface IP on port 80, without allowing the other ports?
              And allow access from 111.111.111.111 to the virtual IP on port 1234, without allowing the other ports?

              Best regards,

              1 Reply Last reply Reply Quote 0
              • GruensFroeschliG
                GruensFroeschli
                last edited by

                ~~Create two rules:
                1: allow, source 123.123.123.123:any, destination 10.10.10.10:80
                2: allow, source 111.111.111.111:any, destination 10.10.10.10:80

                Of course you have to delete the autocreated firewall rules. Otherwise anyone will be allowed.
                For the source you could also create an alias containing all the sources you want to allow and then use this alias as source.~~

                edit: i see now what you mean.
                I dont think this is possible with the gui.
                But why would you want something like that?

                We do what we must, because we can.

                Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.