On Mon, Jan 07, 2002 at 01:16:11PM +0200, Antti Hakulinen 
<[EMAIL PROTECTED]> wrote:
| To be more specific, i connect to Linux machine from outside my network.
| When Linux box sees that somebody is trying to access it via the VNC type of
| protocol (or trying to connect to a specific port) it then will forward the
| request to another machine, then the Linux box would be used as a router
| between my home machine and a machine in the work for example. I don't know
| what went wrong, but example with ipchains Forward i couldn't get it to
| work. Dunno why... :/

IPchains will also require you to do NAT.

What I do for this kind of thing is just set up the "nc" command to listen on
that port, usually via inetd.conf. So you set up an inetd line for the VNC port,
telling it to run

        nc ip-of-windows-box vnc-port

which will happily copy the data back and forth transparently.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Rebel without a clue, Born to be mild.
        - [EMAIL PROTECTED], DoD #0975



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to