Networking Forums

Networking Forums > Computer Networking > Linux Networking > Linux thin client connecting to Windows 2003 terminal server

Reply
Thread Tools Display Modes

Linux thin client connecting to Windows 2003 terminal server

 
 
Tobias
Guest
Posts: n/a

 
      07-19-2004, 10:17 PM
Hello!
I am not a Linux expert and are just looking for some recommendations.
My problem is the following:

I am running a windows terminal server and have 12x Pentium 100
computers with 32mb ram and 1.6gb harddrives. I found the tool
"rdesktop" to connect to the server which runs fine on my test
computer which is a P4 but I need it to run on my 12 old computers.
Rdesktop requires X-Windows. Can anybody recommend a small linux
distributions including a graphical interface? Or does somebody know a
different client software which doesn't need X-Windows?

I am not sure so far if this all is possible with my 12 old computers.
I cannot spend any money since it is for a high-school on a tight
budget.
If somebody knows anything, please let me know.
Thank you
Best regards
Tobias
 
Reply With Quote
 
 
 
 
Rod Smith
Guest
Posts: n/a

 
      07-19-2004, 11:14 PM
In article <(E-Mail Removed) >,
(E-Mail Removed) (Tobias) writes:
>
> I am running a windows terminal server and have 12x Pentium 100
> computers with 32mb ram and 1.6gb harddrives. I found the tool
> "rdesktop" to connect to the server which runs fine on my test
> computer which is a P4 but I need it to run on my 12 old computers.
> Rdesktop requires X-Windows. Can anybody recommend a small linux
> distributions including a graphical interface? Or does somebody know a
> different client software which doesn't need X-Windows?


You might have a look at PXES:

http://pxes.sourceforge.net

This is a small Linux distribution that's specifically designed to
function as a thin client. You'll need a regular Linux distribution to
configure it. Once you do this, the simplest way to get started is to
create a bootable CD-ROM and run it from that, but in the long run you'll
probably want to configure it to support booting from the network, using
appropriately configured DHCP and TFTP servers. This will require PXE or
some other sort of network boot support on the clients. Another option is
to install PXES on the clients' hard disks, if they've got them.

--
Rod Smith, (E-Mail Removed)
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      07-20-2004, 07:14 AM
I onced tried that PXES with K12LTSP (Linux Terminal Server Project).
You might try that out with Terminal server through RDP. It should
work. PXE enabled nic will do better.


--
raqueeb hassan
congo (drc)
 
Reply With Quote
 
Tobias
Guest
Posts: n/a

 
      07-20-2004, 09:12 AM
Thanks, I will try that today. The website looks very promising. You
talked about booting from the network as an option. Will I not require
a Linux server for that?
Thanks
Tobias



(E-Mail Removed) (Rod Smith) wrote in message news:<c81us1-(E-Mail Removed)>...
> In article <(E-Mail Removed) >,
> (E-Mail Removed) (Tobias) writes:
> >
> > I am running a windows terminal server and have 12x Pentium 100
> > computers with 32mb ram and 1.6gb harddrives. I found the tool
> > "rdesktop" to connect to the server which runs fine on my test
> > computer which is a P4 but I need it to run on my 12 old computers.
> > Rdesktop requires X-Windows. Can anybody recommend a small linux
> > distributions including a graphical interface? Or does somebody know a
> > different client software which doesn't need X-Windows?

>
> You might have a look at PXES:
>
> http://pxes.sourceforge.net
>
> This is a small Linux distribution that's specifically designed to
> function as a thin client. You'll need a regular Linux distribution to
> configure it. Once you do this, the simplest way to get started is to
> create a bootable CD-ROM and run it from that, but in the long run you'll
> probably want to configure it to support booting from the network, using
> appropriately configured DHCP and TFTP servers. This will require PXE or
> some other sort of network boot support on the clients. Another option is
> to install PXES on the clients' hard disks, if they've got them.

 
Reply With Quote
 
Rod Smith
Guest
Posts: n/a

 
      07-20-2004, 08:54 PM
In article <(E-Mail Removed) >,
(E-Mail Removed) (Tobias) writes:

[re: PXES]

> Thanks, I will try that today. The website looks very promising. You
> talked about booting from the network as an option. Will I not require
> a Linux server for that?


To boot from the network, you'll need a DHCP server, a TFTP server, and
appropriate support on the thin client (typically network boot support in
the BIOS, a NIC with an appropriate ROM, or at least a boot floppy that
kickstarts the network boot process). The DHCP and TFTP servers can be
Linux systems, but they don't need to be. I don't know offhand what's
available in the way of DHCP and TFTP servers for Windows, but I'd be
surprised if you couldn't find something suitable. For the DHCP server,
it must be able to support some special network boot options, which
basically deliver information to clients on where to find files. Some
low-end DHCP servers (like those that come with some broadband routers)
don't have any way to provide this information; you'll need something
with at least moderate feature levels to do the trick.

--
Rod Smith, (E-Mail Removed)
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
 
Reply With Quote
 
Juhan Leemet
Guest
Posts: n/a

 
      07-22-2004, 12:27 AM
On Tue, 20 Jul 2004 20:54:24 +0000, Rod Smith wrote:
> In article <(E-Mail Removed) >,
> (E-Mail Removed) (Tobias) writes:
> [re: PXES]
>> Thanks, I will try that today. The website looks very promising. You
>> talked about booting from the network as an option. Will I not require
>> a Linux server for that?

>
> To boot from the network, you'll need a DHCP server, a TFTP server, and
> appropriate support on the thin client (typically network boot support in
> the BIOS, a NIC with an appropriate ROM, or at least a boot floppy that
> kickstarts the network boot process). The DHCP and TFTP servers can be
> Linux systems, but they don't need to be. I don't know offhand what's
> available in the way of DHCP and TFTP servers for Windows, but I'd be
> surprised if you couldn't find something suitable. For the DHCP server,
> it must be able to support some special network boot options, which
> basically deliver information to clients on where to find files. Some
> low-end DHCP servers (like those that come with some broadband routers)
> don't have any way to provide this information; you'll need something
> with at least moderate feature levels to do the trick.


There are alternate ways of getting the load information. Sun Solaris
systems use bootparamd for their network boot services. My SuSE 8.2 Linux
has that also, as well as bootp (another common boot server). As usual,
with *nix, there are many ways to skin a cat (and that can be confusing!).
I think all of the mechanisms actually use tftp (trivial ftp) to deliver
the boot kernel (and maybe a root filing system?).

I would say that if you have an "enhanced DHCP" that can do everything you
might as well use it (for everything). Otherwise, investigate the boot*
packages (or google for them). I have seen some web sites that talk about
diskless workstations (and kiosk setups?), which use network booting.

p.s. The Sun Solaris people complain about Linux NFS and/or tftp
delivering boot packets in reverse order. I have no experience with that,
since I do my jumpstart installs from Sun Solaris servers. Just beware.

p.p.s. Some of those small Linux distributions can boot directly off
CD-ROM. I don't know if you can then somehow splice in config changes?
Maybe just find a Linux distro with X windows and rdesktop, boot it from
CD and get an IP address from your router or Windows, and away you go? CD
drives are cheap, esp. older/slower ones. You don't need to boot often?

--
Juhan Leemet
Logicognosis, Inc.

 
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
diskless thin client boot to terminal server Bin Windows Networking 0 11-01-2006 04:13 PM
Client Troubles connecting to Terminal server. Learning Windows Networking 1 01-23-2006 10:14 PM
DOS client connecting to Windows 2003 server =?Utf-8?B?REM=?= Windows Networking 7 03-18-2005 08:09 PM
Windows 98 connecting to 2003 Terminal Server =?Utf-8?B?U2NvdHQtQnJpc1FsZA==?= Windows Networking 5 11-22-2004 05:43 AM
Safe to use Windows 98 as a Windows 2000 Terminal Server client? John R. Bennett Windows Networking 1 11-03-2003 05:33 PM



1 2 3 4 5 6 7 8 9 10 11