> Hello, > > I'm not sure that I'm understanding what you are wanting to do, but it > sounds like you might want to look into IP Masquerading or some other > form of NAT. I don't even know if it would work in this case, but > might be worth a try. > > You can find the HOWTOs relavant to Netfilter at > http://netfilter.gnumonks.org > > Regards, > Ben > > On Mon, Jan 07, 2002 at 11:44:27AM +0200, Antti Hakulinen wrote: >> Hi there. >> I have a problem that for some reason i can't work out. >> >> I have one Linux machine running 2.4 kernel and one WinNT 4.0 machine. >> This sounds strange, but i need to route the network traffic of VNC >> that comes to the Linux box, to the WINNT server. So, as i connect to >> the Linux box with VNC, it really connects to the WINNT machine. It is >> not possible to connect to the WINNT machine straight from other >> machines than the Linux. Do you have any ideas how to accomplish this? >> >> Even if i don't install VNC to the Linux, is it possible to route the >> coming vnc traffic to the winnt machine.?? If so, this would be the >> solution i need. >> >> Thank you in advance. >> >> Regards: Antti. > > -- > Ben Logan: ben at wblogan dot net > OpenPGP Key KeyID: A1ADD1F0 > > Even if you're on the right track, you'll get run over if you just sit > there. > -- Will Rogers
Yes, it can certainly be done with iptables - you can (among other more complex things) redirect a port to another IP address and port - but I haven't done it yet so I can't give you an example. (When I add my second ADSL connection soon I'll migrate my firewall to iptables - like I've done for everyone else I've setup :-) Of course, make sure ipchains is not being used - that will not help you in this case at all :-) The documentation at the URL suggested above will certainly explain how to do it. -- -Cheers -Andrew MS ... if only he hadn't been hang gliding! _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
