I have two standard HP printers in my house - one downstairs, and one upstairs. There is a desktop computer by each of the printers - the upstairs one runs Ubuntu, and the downstairs one runs Windows XP. Both the computers are on different networks with different internet connections.

I want to be able to print to either of these printers from either windows or linux client machines which are on the network.

Anyway, if my description of my setup was a bit rubbish - I basically need to know what printer server software I should use on the Windows XP server machine which will allow both windows and linux clients to print to it. The Ubuntu server is easy - I just use cupsd which is compatible with both, but I don't think you can install cupsd on Windows?

link|improve this question

1  
belongs on superuser.com, please read our FAQ next time. – Chopper3 Jun 23 '10 at 9:14
@Chopper3: How is a print server not a server? – Ignacio Vazquez-Abrams Jun 23 '10 at 9:15
Sorry, I keep getting bumped around all of these sites, it's so confusing =/ I thought that because there were printer tags available it belongs here. – Anonymous Jun 23 '10 at 9:17
1  
It's not that it's a printer server question, it's the whole "Server Fault is for system administrators and IT professionals, people who manage or maintain computers in a professional capacity" (FAQ) bit – Chopper3 Jun 23 '10 at 11:56
@user45745, we also have a "cups" tag but that doesn't mean questions about crockery are acceptable. It's will all become completely clear if you just READ the FAQ, starting at the very first sentence. That banner that drops down telling you about the FAQ when you first start here is not just for cosmetic purposes. – John Gardeniers Jun 23 '10 at 12:25
feedback

migrated from serverfault.com Jun 23 '10 at 16:25

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 2 down vote accepted

CUPS speaks SMB and IPP, which means that you can use either the built-in printer sharing, or you can install IPP print server software.

link|improve this answer
So if I go on Windows, I just use the default printer sharing options and that will work for linux and windows clients? – Anonymous Jun 23 '10 at 9:16
That is correct. – Ignacio Vazquez-Abrams Jun 23 '10 at 9:16
feedback

I Think one thing to confirm is how are the two computers talking to each other? You said they are on different networks with different connections to the internet?

If you can get a connect pc to pc over your network I would used the basic sharing functionality in windows and connect to the share from the Ubuntu machine.

Hope this helps a little!

James

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.