Quote:
|
Originally Posted by lleb
the #1 thing i am beging to HATE about *buntu project is the fact that they have cut out a lot of the basic tools in linux like CUPSd does not work, Samba does not work properly, and sshd does not exsist. how the h3ll are you suppose to remote manage your systems with sshd not even installed.
find a better distro like pure debian and be happy.
|
The CUPS web interface is disabled - the printing is still handled by CUPS though.
I have never had any problems with Samba on Ubuntu Breezy, and the Open SSH daemon is a simple "sudo apt-get install sshd". Ubuntu is much better for Newbies than more advanced distros, such as "pure" debian.
Having said that, I think Win 2000 and XP can use an IPP server. Set browsing to be on in /etc/cups/cupsd.conf, and point the printer on Windows to: ipp://serverIPAddress:631/printers/Printer, where Printer is the name of your print queue. Make sure your firewall is not blocking port 631, and it should work.
I hope this helps
--Ian