Tansparent Connections

From Phobos Wiki
Revision as of 11:10, 25 February 2015 by Alfred (talk | contribs) (Uus lehekülg: 'Transparent Connections is a feature to transfer raw data between two ports. Hence the term "transparent connection".<br /> For example, transparent connections may be used as a ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Transparent Connections is a feature to transfer raw data between two ports. Hence the term "transparent connection".
For example, transparent connections may be used as a serial-to-ethernet converter for devices with serial communication interface. This way, the device could be remotely configured via serial-to-ethernet connection.

Transparent connections enables transferring data in the following configurations:

  1. serial to serial
  2. serial to TCP/IP and TCP/IP to serial
  3. TCP/IP to TCP/IP (i.e port forwarding)

Here is an example configuration of Transparent connections: Pilt:Transparent.jpg

There is a configuration for serial to TCP/IP transparent connection. (Serial-to-Ethernet converter).
Port5 is configured as TCP/IP port of the transparent connection.
Incoming TCP/IP connection is accepted from TCP port 23.
Access is limited to client IP 192.168.0.200
If this limitation is not needed, configure the "Other side address" as 0.0.0.0

In this example, all the data that is sent to server @ 192.168.0.111, tcp port 23 by client 192.168.0.200 is sent to serial line (Port1) @ 9600 baud, 8N1