Python Forum
is it possible to run commands on a device which is two servers away from our PC in P
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is it possible to run commands on a device which is two servers away from our PC in P
#4
You'll have to port forwarding the data stream:

PC_IP:3000  <-> 3000:SERVER_1_IP:3001 <-> 3001:SERVER_2_IP:3000 <-> 3000:ROUTER_IP
With port forwarding every data that arrives at port 3000 (just for example) will be forward to the port 3001 (example)
Reply


Messages In This Thread
RE: is it possible to run commands on a device which is two servers away from our PC in P - by gontajones - Jun-20-2018, 05:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to manage crypto trading flooding data from exchange servers Mikeardy 0 1,267 Dec-26-2021, 08:31 PM
Last Post: Mikeardy
  Sending string commands from Python to a bluetooth device Rovelin 13 9,762 Aug-31-2021, 06:40 PM
Last Post: deanhystad
  Improves performance on socket multi-threaded servers for object detection pennant 1 1,952 Aug-31-2021, 08:43 AM
Last Post: Larz60+
  Reading UDP from external device without device software ikdemartijn 2 3,476 Dec-03-2019, 04:29 PM
Last Post: Larz60+
  Create a directory structure across many servers metro17 1 1,787 Nov-05-2019, 03:35 PM
Last Post: Larz60+
  OOP and module approaches in a simple app monitoring list of servers hjzxxzjcz 1 54,928 Nov-01-2019, 04:30 PM
Last Post: nilamo
  Alternative for input() suitable for servers winnetrie 4 3,819 Jan-06-2019, 04:54 PM
Last Post: micseydel
  Display device details i.e connected with more than one device shintonp 6 5,396 May-10-2017, 06:00 AM
Last Post: shintonp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020