On Sun, 21 Feb 1999, Ashley M. Kirchner wrote:

>                    192.168.1.1  .1.10   .1.20
>                        -eth1--> Win95 / Mac
>                       /
>   I-Net ==> [Linux-1]=
>                       \
>                        -eth0--> Linux-2
>                    192.168.2.1  .2.2
> 
>       Right now, I can 'telnet <Linux-1>.mydomain.com' and get on
> that machine.  Additionally, I'd like to be able to 'telnet
> <Linux#2>.mydomin.com' from work, and end up on that Linux-2
> machine.  Is there anyway to do that? 

Not really. What IP address would your DNS resolve linux-2 to? 
Probably the gateway. And unless you specify a different port, telnet
will try to connect to port 23 on the gateway. 

However, you could set up port forwarding to forward some other port
(say, 23000) to the telnet port (23) on the second machine, and
'telnet <linux-1>.mydomain.com 23000' would connect you to the second
machine.

BTW, y'all should be using ssh instead of telnet...

--
 John Hardin KA7OHZ                               [EMAIL PROTECTED]
 pgpk -a finger://gonzo.wolfenet.com/jhardin    PGP key ID: 0x41EA94F5
 PGP key fingerprint: A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76 
-----------------------------------------------------------------------
  If you spend any time administering Windows NT, you're far too
  familiar with the Blue Screen of Death (BSOD) ...
                            - "MSDN Flash" email newsletter, 2/8/1999
-----------------------------------------------------------------------
   88 days until Star Wars episode I



_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to