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

    Routing multiple LAN clients that have same IP

    Scheduled Pinned Locked Moved L2/Switching/VLANs
    32 Posts 10 Posters 1.7k 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.
    • Bob.DigB
      Bob.Dig LAYER 8 @gbitglenn
      last edited by

      @gbitglenn This can't be done with pfSense.

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

        @gbitglenn
        There is no way to connect these devices to a single router. Routing will not be possible.

        You can put additional router in front of each and nat IP address on them. This could be don witch VMs, but it might take some work.

        G 1 Reply Last reply Reply Quote 0
        • G
          gbitglenn @viragomann
          last edited by

          @viragomann Yea I was really hoping to avoid having 30 routers, so this sucks. In theory this should work with VLANs is this just a PFSense limitation?

          J V 2 Replies Last reply Reply Quote 0
          • J
            Jarhead @gbitglenn
            last edited by

            @gbitglenn said in Routing multiple LAN clients that have same IP:

            @viragomann Yea I was really hoping to avoid having 30 routers, so this sucks. In theory this should work with VLANs is this just a PFSense limitation?

            How would that work with vlans??
            Every vlan would be the same address.
            The only way is with a routers and NAT as said.

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

              @gbitglenn
              I cannot imaging that any other router is capable to handle this. Even if you do nat, the OS has to access the devices IPs at the end. And how should this work if there are 30 equals.

              G 1 Reply Last reply Reply Quote 0
              • M
                michmoor LAYER 8 Rebel Alliance
                last edited by michmoor

                Maaaaybe this could be done by having each IP use a static source port and STATIC NAT that.
                192.168.0.2:6441
                192.168.0.2:6442

                But then the challenge is ARP. The MAC address and IP will look like it’s flapping as it’s known across different ports. Communication would fail.

                Maybe a combination of VRFs and Virtual Switching…

                Either way this design fault is something pfsense can’t work around

                Firewall: NetGate,Palo Alto-VM,Juniper SRX
                Routing: Juniper, Arista, Cisco
                Switching: Juniper, Arista, Cisco
                Wireless: Unifi, Aruba IAP
                JNCIP,CCNP Enterprise

                1 Reply Last reply Reply Quote 0
                • G
                  gbitglenn @viragomann
                  last edited by

                  @viragomann I was envisioning having 30 separate virtual LANs that NAT to the actual network. Like having 30 actual separate LANs (routers) but virtual. Each VLAN can be its own IP in PFSense. VLAN 3 could be 192.168.0.103, VLAN4 could be 192.168.0.104 etc. Each port on the switch would be tagged to each VLAN, and the PLC device connected to that port would gateway to that VLAN's IP.

                  EG:

                  PLC 1 IP: 192.168.0.2 VLAN3 GW 0.103
                  - VLAN3 on PFSense NAT to local 10.10.0/16 LAN.
                  PLC 2 IP: 192.168.0.2 VLAN4 GW 0.104
                  - VLAN4 on PFSense NAT to local 10.10.0/16 LAN

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Jarhead @gbitglenn
                    last edited by Jarhead

                    @gbitglenn All devices are .2.
                    If you use multiple vlans they would have to be different networks, so having .103 as the gateway for .2 would require a /24 or /25.
                    You would still end up with them being on the same network.

                    1 Reply Last reply Reply Quote 0
                    • johnpozJ
                      johnpoz LAYER 8 Global Moderator @gbitglenn
                      last edited by johnpoz

                      @gbitglenn said in Routing multiple LAN clients that have same IP:

                      hard-set to all have the same IP address. (192.168.0.2)

                      get with the maker of said plc - and ask them how to change it.. defaulting a device to a specific IP is fine - but no possible way to change it would just be completely utterly moronic!

                      How would a customer ever have more than 1 of these plcs if they all had the same IP?

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                      G 1 Reply Last reply Reply Quote 0
                      • M
                        michmoor LAYER 8 Rebel Alliance
                        last edited by michmoor

                        To be honest ..this is a solution for BGP/EVPN. With VXLAN.
                        But that’s not in scope here

                        Firewall: NetGate,Palo Alto-VM,Juniper SRX
                        Routing: Juniper, Arista, Cisco
                        Switching: Juniper, Arista, Cisco
                        Wireless: Unifi, Aruba IAP
                        JNCIP,CCNP Enterprise

                        1 Reply Last reply Reply Quote 0
                        • G
                          gbitglenn @johnpoz
                          last edited by

                          @johnpoz Politics. It's not the PLC vendor it's the custom software running on the PLC, that runs the plant. It's all the same software they just load on all the machines - and the IP is hardcoded since they didn't expect anyone to want to get into them over the network.

                          The fact is they just can't be bothered to build into their code usage of a local config file on each of the machine's panels that will contain specific settings for each machine. And with that, a screen to allow IP configuration.

                          So yea, it is moronic. I'm trying to come up with an IT solution to get around bonehead developers in another branch of the company I have no say over. Their answer is to just go buy 30+ routers.

                          johnpozJ 1 Reply Last reply Reply Quote 0
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator @gbitglenn
                            last edited by johnpoz

                            @gbitglenn How is that cost effective for a simple code change - if they set an IP on them clearly they thought that it needs to talk on a network.. If you can write the code to give it a 192.168.0.2 address, then you can easy edit the code to put a different IP on it.

                            30 routers is not a solution - its a hack to a stupid moronic thoughtless idiot that would think that oh let me put an IP on this so we can talk to it over a network. But not allow for changing the IP.. gateway, mask, etc.

                            can't be bothered to build into their code usage

                            Is normally fixed with some sort of incentive, be it cash or - guess we won't be using your software any more, etc.

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                              @gbitglenn said in Routing multiple LAN clients that have same IP:

                              Any ideas?

                              Have you considered static ARP? That way you could assign a device whatever address you want, regardless of what it's configured for.

                              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...

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                gbitglenn
                                last edited by gbitglenn

                                @johnpoz The problem is the developers are the ones who are in charge of the coding that controls all the machines across all branches - and there are a couple of hundred of said machines. The internal IP's are there for the PLC to communicate with the HMI (the human interface panel).

                                They don't want to make the change and to avoid doing it they've convinced Sr. Management it's due to safety reasons. (Not security - safety). It's just not going to happen. Again, all politics. They don't want to do it and came up with an excuse containing a scary word so Management would be on their side.

                                We just need to read data off the PLC's - they don't need outbound.

                                Oh well. I was really hoping to stick it to them.

                                johnpozJ bingo600B 2 Replies Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator @gbitglenn
                                  last edited by

                                  @gbitglenn well clearly then their suggested 30 router method would create a safety problem.. And can not be used either - you can only access the plc via the panel..

                                  Guess your off the hook for providing remote access as well - or someone could get hurt or die, etc. Since its such a safety issue..

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.8, 24.11

                                  G 1 Reply Last reply Reply Quote 0
                                  • G
                                    gbitglenn @johnpoz
                                    last edited by

                                    @johnpoz lol, love it!

                                    johnpozJ 1 Reply Last reply Reply Quote 0
                                    • G
                                      gbitglenn @JKnott
                                      last edited by

                                      @jknott I haven't actually. Note this would be just for inbound traffic to the PLC's. So perhaps this along with @michmoor 's above suggestion of using ports would work. But now it's getting into a complex level of networking I haven't had to think about in years and don't really remember. Perhaps something on the managed switch can be set up as well.

                                      So basically what I'm saying is sure I'll try anything at this point but I may need a little more handholding for that.

                                      JKnottJ 1 Reply Last reply Reply Quote 0
                                      • Bob.DigB
                                        Bob.Dig LAYER 8
                                        last edited by Bob.Dig

                                        It should be possible with a router supporting VRF but not this one.

                                        MikroTik RouterOS should do.

                                        1 Reply Last reply Reply Quote 0
                                        • johnpozJ
                                          johnpoz LAYER 8 Global Moderator @gbitglenn
                                          last edited by

                                          @gbitglenn sounds to me like lazy is all. But sure ok - Not exactly sure what these plcs control - but sure guess there could be safety or even security concerns when you network something vs just local access/control

                                          So no matter how you allow for remote access/control - be it natting or changing the IPs or routers would clearly be a safety issue if remote access is the safety problem.

                                          Guess the matter is closed, if the developers say they can not provide remote access for safety reasons - then no matter how you came up with a way around their nonsense you would be unsafe.

                                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                                          If you get confused: Listen to the Music Play
                                          Please don't Chat/PM me for help, unless mod related
                                          SG-4860 24.11 | Lab VMs 2.8, 24.11

                                          1 Reply Last reply Reply Quote 0
                                          • bingo600B
                                            bingo600 @gbitglenn
                                            last edited by bingo600

                                            @gbitglenn said in Routing multiple LAN clients that have same IP:

                                            We just need to read data off the PLC's - they don't need outbound.

                                            If it's an occational "read off" aka. emptying a log or so ....
                                            You could do a "kludge" .....

                                            Effectively you are making a 1:30 Selectable Network Mux.

                                            Get a cheap 48-port switch that is SNMP controllable.
                                            Shutdown the first 30 ports.
                                            Connect the 30 x PLC to switch - port 1..30.

                                            FOR X= 1 to 30
                                            LOOP:
                                            SNMP enable switch portX , wait 10 sec for link establishment.
                                            Read out the desired PLC data, from (via) a MGMT-PC
                                            SNMP disable switch portX, wait 5 sec for port shutdown
                                            X=X+1
                                            END

                                            You might have to "Clear ARP for 192.168.0.2" on the MGMT-PC, after port shutdown , in the loop.

                                            And it would be desirable to have dual netcards in the MGMT-PC , one for the PLC-LAN , and one for the "Mgmt/Corp Control lan"

                                            Not an "Online" solution , but a "Batch" solution ....
                                            Might be better than maintaining 30 "Nat routers".

                                            Security Note:
                                            If two (or more) ports on the switch is open at the same time ....
                                            HMI-1 might see data from PLC-2 , or the other way around ...
                                            As you now have "duplicate IP's" on the switch Vlan.
                                            Prob both HMI & PLC dup's.

                                            Don't do that 😊

                                            /Bingo

                                            If you find my answer useful - Please give the post a 👍 - "thumbs up"

                                            pfSense+ 23.05.1 (ZFS)

                                            QOTOM-Q355G4 Quad Lan.
                                            CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                                            LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

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