(E-Mail Removed) wrote:
> I'm looking for a bare bones network setup.
>
> Right now I have two computers - one is using windows xp and one is
> using linux ubuntu.
>
> Both are able to use the internet by connecting to a linksys wrt54gs
> router.
> The linux box uses ethernet card and connects with cable to the
> router, and the windows xp uses wireless card.
>
> Right now the router uses automatic configuration DHCP.
>
> What is the easiest way to set things up so I can telnet from my
> windows pc
> to the linux box ? Anybody know what steps have to be taken ?
Install telnetd. But using telnetd is usually frowned upon because
passwords travel unencrypted over the network; better to install
openssh-server on it and login from your windows machine using an ssh
client - "PuTTY" is a popular and zero cost windows ssh client.
>
> I think I have to somehow give a static ip address to the linux box
> but
> am not sure how to do this.
Pick an IP address for the Linux box out of range of the pool of IP
addresses used my your router for dynamically allocated IP addresses but
still within range of your local netmask; get the MAC address of your
Linux box ("ifconfig eth0"), tell the DHCP server on the router to
allocate your fixed IP address to that MAC address.
Robert
>
> Thanks.
>