Re: one way transmission




Jeck wrote:
> Hi all,
> I am looking for the best configuration regarding security that allows
> me to connect 2 computers with a cross cable. One of them will act as
> application proxy and the other is connected to an industrial plant.
> The proxy is connected to the LAN. What I want to do is retrive
> information from the database of the one connected to the plant and
> store it in a database installed on the proxy. The connection between
> the 2 machines has to be done with ODBC driver. I intent to install a
> software on the plant PC that periodically sends the information to the
>
> proxy. This last will store the data in its own database.
> The main point is: I do not want that the proxy can access to the plant
>
> computer in any way. Is there a method to implement that strategy? Can
> I inhibit the data flow in the direction
> proxy->plant without compromising the upload of the data in the
> direction plant->proxy with ODBC?
>
>
> Thank you for any suggestion
>
>
> Daniele


This really isn't a database question. I'm not sure where to send you.
(maybe an OS specific network newgroup like comp.linux.network??)

Here's a hardware solution:
How about a serial SIMPLEX connection rather than a network connection?
Since there's only one unidirectional line in that set up, there is
physically no way to hack into the plant PC.

You might end up doing a little more programming, likely NOT ODBC
between the sender and receiver applications. Just a simple ASCII
protocol might do.

plant PC
database
extract app proxy PC
sender app >--------------------->receiver app
upload app
proxy DB

HTH.
Ed

(if you want to email me, send to
edprochak at
netscape dot net)

.



Relevant Pages

  • Re: one way transmission
    ... > application proxy and the other is connected to an industrial plant. ... > store it in a database installed on the proxy. ... The connection between ...
    (microsoft.public.data.odbc)
  • one way transmission
    ... me to connect 2 computers with a cross cable. ... application proxy and the other is connected to an industrial plant. ... The proxy is connected to the LAN. ... The connection between ...
    (comp.databases)
  • one way transmission
    ... me to connect 2 computers with a cross cable. ... application proxy and the other is connected to an industrial plant. ... The proxy is connected to the LAN. ... The connection between ...
    (microsoft.public.data.odbc)
  • CVE-2008-2625: Oracle DBMS – Proxy Authentication Vulnerability
    ... While proxy authentication is enabled for a user account through a proxy account, it is possible to create a separate connection using the original user account without authenticating the connection. ... disable proxy authentication mode and enforce this policy by configuring the SecureSphere Database Security Gateway to alert when users are granted proxy access ...
    (Bugtraq)
  • Re: Using an existing JDBC Connection
    ... already have an established JDBC connection to the database, ... Is there any way to do this with DBI, or am I barking up the wrong ... Only the proxy connects to the ...
    (perl.dbi.users)