I think this would be easier if you have the Debian machine connect to the internet. Right now if the 98 machine receives a request for services (telnet) it will think the client what to speak to itself and deny the request, which is the correct behavior. Since the internal network numbers you are using are non-routable (192.168.x.x) no other machines on the internet know how find your host.
Your best solution is to hook the debian machine to internet and use IP masquerade on Linux to route the two windows machines to the internet. Take note that external hosts still cannot initiate a connect with the internal machines unless you get an internal network with real routable addresses. With IP masquerade your Windoze machines will be able to use the Linux machine as a router and initiate connections on the internet. To all hosts on the internet the connection will appear to come from the linux machine for all of your hosts. This is very similar to a proxy setup. On Tue, 29 Sep 1998, Collin Rose wrote: > Date: Tue, 29 Sep 1998 15:51:33 -0400 > From: Collin Rose <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Cc: [EMAIL PROTECTED] > Subject: Re: Routing > Resent-Date: 29 Sep 1998 20:05:24 -0000 > Resent-From: debian-user@lists.debian.org > Resent-cc: recipient list not shown: ; > > I have 3 computers, Windows 98, Windows 95, and Debian Linux 2.0. > They are all connected through a coax network. My Windows 98 computer > connects to the internet. When some when sends for instance a telnet request > (port 23) to Windows 98 over the internet (local net address 192.168.1.2) I > want the request to be forwarded to my Debian machine (192.168.1.3). > > -----Original Message----- > From: Wayne Cuddy <[EMAIL PROTECTED]> > To: Collin Rose <[EMAIL PROTECTED]> > Cc: <debian-user@lists.debian.org> > Date: Tuesday, September 29, 1998 3:06 PM > Subject: Re: Routing > > > >It is difficult to answer this question until you explain you network > >setup in more detail... What is external? How are you connected? > >What are you network addresses? In general, yes this is possible. > > > >On Tue, 29 Sep 1998, Collin Rose wrote: > > > >> Date: Tue, 29 Sep 1998 14:46:41 -0400 > >> From: Collin Rose <[EMAIL PROTECTED]> > >> To: debian-user@lists.debian.org > >> Subject: Routing > >> Resent-Date: 29 Sep 1998 18:46:30 -0000 > >> Resent-From: debian-user@lists.debian.org > >> Resent-cc: recipient list not shown: ; > >> > >> Is there a way to route external TCP/IP requests to my Win98 machine to > my > >> Linux machine? > >> > >> > >> -- > >> Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > /dev/null > >> > > > >Wayne Cuddy > >CRB-WEB (C & H Consulting) > >http://www.crb-web.com > >[EMAIL PROTECTED] > > > > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > Wayne Cuddy CRB-WEB (C & H Consulting) http://www.crb-web.com [EMAIL PROTECTED]