What is the best method of setting up a unidirectional connection from one server to another? Here's the situation: we have a couple of workstations and a W2K server that needs to be isolated from the rest of the network, which is also W2K machines. The secure server is connected to a UNIX system, which is gathering SCADA information from our substations, etc. There is no link to the outside world on this side (other than to the SCADA system itself).
This data is gathered and processed on the secure W2K server, and some is put in Access DBs, and some is just converted to ascii format. We need to periodically send this data to the W2K server on the main PC network, so that data is available to all of the PC users in the building.
So what the boss wants is a ONE-WAY connection (either serial or ethernet), to send this data from the secure server to the rest of the network. I know there would be an issue of no handshaking and no confirmation of data being received, in a one-way situation. I would probably use a VB program to send the data at certain intervals. We have the ability to make our own cables, if it's just a matter of having no receive wire on the sending end of the cable. Does anyone have suggestions on how to do this, and is it possible using ethernet, rather than serial cables?
This data is gathered and processed on the secure W2K server, and some is put in Access DBs, and some is just converted to ascii format. We need to periodically send this data to the W2K server on the main PC network, so that data is available to all of the PC users in the building.
So what the boss wants is a ONE-WAY connection (either serial or ethernet), to send this data from the secure server to the rest of the network. I know there would be an issue of no handshaking and no confirmation of data being received, in a one-way situation. I would probably use a VB program to send the data at certain intervals. We have the ability to make our own cables, if it's just a matter of having no receive wire on the sending end of the cable. Does anyone have suggestions on how to do this, and is it possible using ethernet, rather than serial cables?