Network setup with 1783-NATR

So this is the proposed setup, minus the port forwarding, that may or may not work, but at least you can test it locally i.e. in your office. It does put only one address on the customer's network.


On your test setup, the [Test PLC, 192.168.16.100] will connect to 192.168,16.254, which will be the WAN port of the router in your office;


At the customer's site, the [Customer PLC, 102.2.245.81] will connect to 102.2.245.10, which will be the WAN port of the router at their site.


The [PLC 192.168.216.98] will need to have its gateway set to 192.168.216.1.



The fiddly bit will be the port forwarding, so the [Test/Customer PLC] can initiate a connection to the WAN TCP port 44818 of the router (192.168.16.254 or 102.2.245.81), and the router will pass that connection request to the [Target PLC, 192.168.216.98 TCP port 44818] on the LAN side of the router. To do that you need to [Port-Forward TCP 44818 to 192.168.216.98 TCP 44818] on the router. You may also need to do something with port UDP 2222.

The [LAN PLC] will need to be configured with 19.168.216.1 as its gateway. I don't know if the built-in NAT will handle the pull from the PLC on the LAN.


Everything may need to use the Ethernet driver, instead of the Ethernet/IP driver.



...

test setup.jpg
 
Last edited:
Exactly what I was afraid of :unsure:


One final hail mary for the 1783-NATR: it looks like the customer is interested in communications between the new PLC only on the private side and the customer PLC on the public side; that being the case, is it possible that the NATR will allow translation of the private PLC to the public IP of the NATR itself?



E.g.

  • NATR public IP is 102.2.245.10
  • Private PLC IP is 192.168.16.98
  • Translate private PLC (192.168.16.98) to 102.2.245.10

Which is what the OP was suggesting several posts ago; that way there would be only one public IP used, but I do not know if the NATR would allow it.
 
Yeah, safe bet that anytime devices aren't on the same subnet, unicast is going to be far easier to get working than multicast.
 
Can the internal addresses be 169...? Got a project to do just that with 4 169...(non-route-able) addresses. What does the the NATR do with that?
 

Similar Topics

I want to establish a Profinet network in my production plant to connect multiple devices, including a PLC, HMI, and multiple Profinet-based...
Replies
19
Views
663
Hi All I would like to join our plant network to another workshop 'office' network (where i program). I'm not very clued up on the network side...
Replies
2
Views
1,572
Hi, I'm investigating into what is the proper way to design a factory machine network. My current understanding is that the machine-to-machine...
Replies
13
Views
3,603
Ok I'm racking my brain on this. Maybe I'm missing something but I could really use to help. Google gave me many links to here but none of them...
Replies
11
Views
2,627
Hello Everyone, Just need some help with understanding something. Info: I had a compact logix L32E processor faulting and would not reset and...
Replies
1
Views
1,201
Back
Top Bottom