Networking Forums

Networking Forums > Computer Networking > Linux Networking > Remote login to Linux from Windows 98

Reply
Thread Tools Display Modes

Remote login to Linux from Windows 98

 
 
Larry
Guest
Posts: n/a

 
      09-07-2004, 08:30 PM
I have a linux machine on a lan with a bunch of Windows 98 machines. The ip
addresses are dynamically assigned to each machine. I want to login to the
linux machine from a Win98 machine without having to first determine the ip
address assigned to the linux machine. Is there a way to identify the linux
machine by name so that I can login using Putty without knowing the ip
address of the linux box?


 
Reply With Quote
 
 
 
 
Diesis
Guest
Posts: n/a

 
      09-07-2004, 10:15 PM
Larry wrote:

> Is there a way to identify the linux
> machine by name so that I can login using Putty without knowing the ip
> address of the linux box?


You have to use Dynamic DNS.
One of this service (AFAIK for free) is brought to you by www.dyndns.org.
Register a dynamic sub domain, install a dyndns updater on the Linux box
and point your putty to mydomain.dyndsdomain.dom.

--
Diesis
 
Reply With Quote
 
John Thompson
Guest
Posts: n/a

 
      09-08-2004, 03:09 AM
On 2004-09-07, Larry <(E-Mail Removed)> wrote:

> I have a linux machine on a lan with a bunch of Windows 98 machines. The ip
> addresses are dynamically assigned to each machine. I want to login to the
> linux machine from a Win98 machine without having to first determine the ip
> address assigned to the linux machine. Is there a way to identify the linux
> machine by name so that I can login using Putty without knowing the ip
> address of the linux box?


Sounds like a job for DNS...

--

-John ((E-Mail Removed))
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-08-2004, 06:13 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

In comp.os.linux.networking Diesis <(E-Mail Removed)> suggested:
> Larry wrote:


>> Is there a way to identify the linux
>> machine by name so that I can login using Putty without knowing the ip
>> address of the linux box?


> You have to use Dynamic DNS.
> One of this service (AFAIK for free) is brought to you by www.dyndns.org.
> Register a dynamic sub domain, install a dyndns updater on the Linux box
> and point your putty to mydomain.dyndsdomain.dom.


Either that or if not possible, write a short script monitoring
from cron the IP and sending you a mail if it changes, with the
new value. On the other hand dhcp allows to use dns on your "own"
DNS server if configured correctly.

--
Michael Heiming (GPG-Key ID: 0xEDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBPqMOAkPEju3Se5QRAnqDAJ0YmSaV5rgzDFSUd7sbQa TTtXid1wCgrF6i
wdmUam0JzYhiAJpNaX0TRCg=
=VZwK
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Jose Maria Lopez Hernandez
Guest
Posts: n/a

 
      09-08-2004, 03:02 PM
John Thompson wrote:
> On 2004-09-07, Larry <(E-Mail Removed)> wrote:
>
>
>>I have a linux machine on a lan with a bunch of Windows 98 machines. The ip
>>addresses are dynamically assigned to each machine. I want to login to the
>>linux machine from a Win98 machine without having to first determine the ip
>>address assigned to the linux machine. Is there a way to identify the linux
>>machine by name so that I can login using Putty without knowing the ip
>>address of the linux box?

>
>
> Sounds like a job for DNS...
>


If you have access to the Linux box you just can make a reverse
DNS and you'll have the name your ISP it's given to you in that
moment. You can connect from the net using that name. There are
some tricks like taking this name and publishing in a public
web page or ftp server and take it with a script, but it's easier
to follow the advice someone else has given to you and use dyndns
then.


--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
(E-Mail Removed)
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
 
Reply With Quote
 
Wannebee NetHacker
Guest
Posts: n/a

 
      09-09-2004, 05:51 PM
"Larry" <(E-Mail Removed)> wrote in message news:<GTo%c.12733$(E-Mail Removed). com>...
> I have a linux machine on a lan with a bunch of Windows 98 machines. The ip
> addresses are dynamically assigned to each machine. I want to login to the
> linux machine from a Win98 machine without having to first determine the ip
> address assigned to the linux machine. Is there a way to identify the linux
> machine by name so that I can login using Putty without knowing the ip
> address of the linux box?


In case you are using a dhcp on a linux machine it can be very easy in
the way that you give a name to the dhcpcd daemon (or other similar
daemons like pump)

eg: dhcpcd -d eth0 -h linuxmachine


and your dhcp server can register that name. An example you can find
at http://www.mattfoster.clara.co.uk/ddns.htm also the manpages of
dhcpd.conf can
help. The dns and dhcpd don't have to be on the same computer. Off
course you need to have some access to your dhcp server although some
black boxes might support it.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remotely login into a pure IPv6 Linux machine from a DualStack windows machine chaitan Linux Networking 1 11-21-2007 05:37 PM
Remote assist with linux and windows platform sthowes@hotmail.com Linux Networking 5 09-19-2006 05:35 PM
Script on remote shut the windows pc from Linux diffuser78@gmail.com Linux Networking 2 05-16-2006 09:19 PM
Linksys BEFVP41, linux redhat 7.3 server remote windows xp pro workstation Paul Kraus Linux Networking 1 07-31-2003 03:03 PM
newbie needs help: remote login to linux box from internal LAN Brian Lappin Linux Networking 3 07-19-2003 07:50 PM



1 2 3 4 5 6 7 8 9 10 11