<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
<small><font face="Arial">Hi,<br>
Add a printer in XP with the "Add printer dialog", and set the URL:<br>
<b><br>
<a class="moz-txt-link-freetext" href="http://ip_of_server:631/classes/name_of_cups_printer">http://ip_of_server:631/classes/name_of_cups_printer</a></b><br>
<br>
You must also edit the file <b>/etc/cups/cupsd.conf </b>and allow
connection from network clients, add something like this to the entries
in the file:</font></small><br>
<small><font face="Courier New"><br>
<Location /><br>
  Order allow,deny<br>
  Allow localhost<br>
  Allow 192.168.8.0/255.255.255.0<br>
  Allow 192.168.9.0/255.255.255.0<br>
  Allow @LOCAL<br>
</Location></font></small><br>
<br>
Jim Byers escribió:
<blockquote cite="mid45ABCF56.1060105@jimbyers.com" type="cite">
  <pre wrap="">In my reinstall journey, I have been unable to get CUPS configured 
properly.  Does anyone have a sample CUPS template that would work with 
XP clients?

Thanks,

Jim

  </pre>
</blockquote>
<br>
</body>
</html>