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

    Hardcoded IP address redirection

    Scheduled Pinned Locked Moved Firewalling
    35 Posts 3 Posters 1.8k Views
    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.
    • V
      viragomann @JKnott
      last edited by

      @JKnott said in Hardcoded IP address redirection:

      He said it's a hard coded IP, which means it will be a public address. He has to create a network where that IP can exist and then route to it.

      There's no reason, why it shouldn't work with a private IP and NAT.
      The responding machine sends its request to the origin public address, pfSense forwards the request to the internal IP. When the internal server responses, pfSense translates the source IP back to the origin public.
      The requesting machine won't notice that the request comes from an internal server.
      Realized several times.

      JKnottJ S 2 Replies Last reply Reply Quote 1
      • S
        shawty @JKnott
        last edited by

        @JKnott

        @JKnott said in Hardcoded IP address redirection:

        @shawty said in Hardcoded IP address redirection:

        I'm more used to sitting at an iOS command line on a Cisco switch

        Someone should rap your knuckles for that. Cisco switches are not made by Apple! It's IOS, not iOS. ๐Ÿ˜‰

        Sorry :-( LOL.... I'll consider my knuckles rapped (For what it's worth I have a similar aversion to fruit based technology, imagine the reply my boss got when I was told they where going to train me on blackberry servers)

        JKnottJ 1 Reply Last reply Reply Quote 0
        • JKnottJ
          JKnott @viragomann
          last edited by

          @viragomann said in Hardcoded IP address redirection:

          There's no reason, why it shouldn't work with a private IP and NAT.

          Does pfSense support LAN to LAN NAT?

          PfSense running on Qotom mini PC
          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
          UniFi AC-Lite access point

          I haven't lost my mind. It's around here...somewhere...

          V 1 Reply Last reply Reply Quote 0
          • JKnottJ
            JKnott @shawty
            last edited by

            @shawty said in Hardcoded IP address redirection:

            I'll consider my knuckles rapped (For what it's worth I have a similar aversion to fruit based technology, imagine the reply my boss got when I was told they where going to train me on blackberry servers)

            I'm allergic to Apple gear. ๐Ÿ˜‰

            PfSense running on Qotom mini PC
            i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
            UniFi AC-Lite access point

            I haven't lost my mind. It's around here...somewhere...

            1 Reply Last reply Reply Quote 0
            • S
              shawty @viragomann
              last edited by

              @viragomann said in Hardcoded IP address redirection:

              @JKnott said in Hardcoded IP address redirection:

              He said it's a hard coded IP, which means it will be a public address. He has to create a network where that IP can exist and then route to it.

              There's no reason, why it shouldn't work with a private IP and NAT.
              The responding machine sends its request to the origin public address, pfSense forwards the request to the internal IP. When the internal server responses, pfSense translates the source IP back to the origin public.
              The requesting machine won't notice that the request comes from an internal server.
              Realized several times.

              Sorry, been reading, didn't notice this reply:

              So are you saying that I don't actually need Vlans here then? Let's say:

              Device = 192.168.17.140 tries to connect to 5.6.7.8
              pfSense-LAN = 192.168.17.3
              pfSense-WAN = 1.2.3.4
              NEW-Server = 10.0.0.1

              Can I then just set up a NAT rule, on the pfSense LAN interface that says (Make any IP that's equal to 5.6.7.8 become equal to 10.0.0.1) along with a corresponding LAN rule that does the reverse, and not configure any Vlans anywhere at all?

              V 1 Reply Last reply Reply Quote 0
              • JKnottJ
                JKnott @shawty
                last edited by

                @shawty said in Hardcoded IP address redirection:

                @JKnott ok so let me just make sure I've got this right.

                1. In pfSense, create a vlan using "interfaces>assignments->vlans"
                2. in hyper-v set up my virtual server to have an ip address EG: 10.0.0.1
                3. in hyper-v server create a virtual switch and set it's network to be something like 10.0.0.1/30 and give it a vlan tag
                4. in pfSense create a route to go from 5.6.7.8 to 10.0.0.1 using "system->routing"
                5. in pfSense create a static route to go from 5.6.7.8 to 10.0.0.1 using (Iv'e yet to find the static route menu)

                ???

                That's the general idea. I find the best way to learn something is to try it and then ask here if any issues turn up.

                PfSense running on Qotom mini PC
                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                UniFi AC-Lite access point

                I haven't lost my mind. It's around here...somewhere...

                S 1 Reply Last reply Reply Quote 1
                • S
                  shawty @JKnott
                  last edited by

                  @JKnott Yea I find that too, but in this case I have to be careful I don't kill the pfSense setup as I have other users who rely on it's connectivity too, I also have some public facing sites of my own that are forwarded from WAN -> LAN accessible to some of my clients, so I've got to tread a little carefully here :-)

                  I'm currently reading a load of different posts on different aspects of pfSense.

                  Cheers
                  Shawty

                  1 Reply Last reply Reply Quote 0
                  • V
                    viragomann @JKnott
                    last edited by

                    @JKnott said in Hardcoded IP address redirection:

                    Does pfSense support LAN to LAN NAT?

                    No, but you can NAT between different internal interface like LAN1 <> LAN2.

                    JKnottJ 1 Reply Last reply Reply Quote 0
                    • V
                      viragomann @shawty
                      last edited by

                      @shawty said in Hardcoded IP address redirection:

                      So are you saying that I don't actually need Vlans here then?

                      You need VLAN anyway. NAT only works between different networks.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        shawty @viragomann
                        last edited by

                        @viragomann said in Hardcoded IP address redirection:

                        @shawty said in Hardcoded IP address redirection:

                        So are you saying that I don't actually need Vlans here then?

                        You need VLAN anyway. NAT only works between different networks.

                        Question: Can I make one interface on pfSense have 2 different IP addresses? For example in the windows machine I type this on, I only have one physical NIC, but I have an adress in the 192.168.17.0/24 network and an address in the 192.168.40.0/24 network on it (The lights out controllers for my servers are all in the 40 subnet)

                        JKnottJ V 2 Replies Last reply Reply Quote 0
                        • JKnottJ
                          JKnott @viragomann
                          last edited by JKnott

                          @viragomann said in Hardcoded IP address redirection:

                          No, but you can NAT between different internal interface like LAN1 <> LAN2.

                          Then you're back to basic routing with no need for NAT.

                          NAT has become a curse on networking, because so many think it's the normal or even proper way to do things. Why use it, when it's not necessary, as in this case???

                          PfSense running on Qotom mini PC
                          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                          UniFi AC-Lite access point

                          I haven't lost my mind. It's around here...somewhere...

                          1 Reply Last reply Reply Quote 1
                          • JKnottJ
                            JKnott @shawty
                            last edited by

                            @shawty said in Hardcoded IP address redirection:

                            Question: Can I make one interface on pfSense have 2 different IP addresses?

                            Yes, you can create an alias, but it won't fix the problem. When a packet for that network hits pfSense, it will see that the destination is on the same wire and send out an ICMP redirect saying to go to that destination directly and don't bother him.

                            PfSense running on Qotom mini PC
                            i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                            UniFi AC-Lite access point

                            I haven't lost my mind. It's around here...somewhere...

                            S 1 Reply Last reply Reply Quote 1
                            • V
                              viragomann @shawty
                              last edited by

                              @shawty said in Hardcoded IP address redirection:

                              Can I make one interface on pfSense have 2 different IP addresses?

                              Firewall > Virtual IPs
                              Add additional IPs here, use type "IP alias".

                              1 Reply Last reply Reply Quote 0
                              • S
                                shawty @JKnott
                                last edited by

                                @JKnott oh, of course..... (Slaps Self) it's exactly the same reason why you get backhaul redirects if you try to bind two MSC's to the same interface on an SGSN node inside the BSS subsystem on a GSM network.

                                Makes total sense how the Vlan's come into play now... I was so busy thinking about this from a pfSense/PC point of view that I never stopped to think about the parallels of how I would do it on a GSM setup.

                                Right then, off I shall go and give all this a try then.....

                                You'll know if it didn't work, you'll see a mushroom cloud go up over north east England :-)

                                Cheers
                                Shawty

                                JKnottJ S 2 Replies Last reply Reply Quote 0
                                • JKnottJ
                                  JKnott @shawty
                                  last edited by

                                  @shawty said in Hardcoded IP address redirection:

                                  You'll know if it didn't work, you'll see a mushroom cloud go up over north east England :-)

                                  I thought that was the Russian nuclear sub that caught fire the other day. ๐Ÿ˜‰

                                  PfSense running on Qotom mini PC
                                  i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                  UniFi AC-Lite access point

                                  I haven't lost my mind. It's around here...somewhere...

                                  1 Reply Last reply Reply Quote 1
                                  • S
                                    shawty @shawty
                                    last edited by

                                    PS: I'll report back once I have any more to say ....

                                    Thanks all for your help so far.

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