HI,
Looks, my first one was a not in English ...
Well here is another try .......
________________________--
What we have is a server running on a mach1 that writes to port1 on
mach1 . The result is displayed as a stream of formatted on the
screen, which issued the below command.
telnet mach1 port1 (from any machine within the network) (1)
What I want is to write something that will run on a machine say
mach_A and be as ,
Code|Script mach2 port2 -------(2)
mach2 is an intermediate machine that will act as a buffer machine
between mach1 and mach_A.
Now the Code|Script in (2) should work such that it should get the
same data as obtained from (1) but now coming from mach2 and port2.
______________________________________________________
Diagram
---------
mach1 (port1)
|
|
|
mach2 (port2)
| (port1)
|
|
Any_machine (port1)
(port2)
--------------
TO EXPLAIN IT ONCE AGAIN:
We get DATA by
telnet mach1 port1 (THis is run from Any_machine) (1)
What I want is to
Code|Script mach2 port2 (This is also to run from Any_machine) (2)
This Code|Script should rsh to mach2 and repeat command (1) and display
the data to the screen on Any_machine.
ANy wild or domestic inputs who have done this sort of thing or any
other available pointers.
hs
Follow-Ups:
|
|