<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setup CUPS (Common UNIX Printing System) Server and Client in Debian</title>
	<atom:link href="http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andar909</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1869</link>
		<dc:creator>andar909</dc:creator>
		<pubDate>Mon, 11 Aug 2008 07:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1869</guid>
		<description>hi, andar here, i just read your post.  i like very much.  agree to you, sir.</description>
		<content:encoded><![CDATA[<p>hi, andar here, i just read your post.  i like very much.  agree to you, sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cris978</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1868</link>
		<dc:creator>cris978</dc:creator>
		<pubDate>Mon, 07 Jul 2008 17:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1868</guid>
		<description>Here:

# Only listen for connections from the local machine.
Listen localhost:631
Listen 172.20.22.74</description>
		<content:encoded><![CDATA[<p>Here:</p>
<p># Only listen for connections from the local machine.<br />
Listen localhost:631<br />
Listen 172.20.22.74</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Vanthuyne</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1867</link>
		<dc:creator>Tom Vanthuyne</dc:creator>
		<pubDate>Fri, 23 May 2008 06:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1867</guid>
		<description>In order to be able to make Administration changes in the CUPS GUI, I had to add &quot;Allow 172.20.22.150&quot; under #Restrict access to the admin pages in the cupsd.conf</description>
		<content:encoded><![CDATA[<p>In order to be able to make Administration changes in the CUPS GUI, I had to add &#8220;Allow 172.20.22.150&#8243; under #Restrict access to the admin pages in the cupsd.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leshachek</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1866</link>
		<dc:creator>leshachek</dc:creator>
		<pubDate>Thu, 15 May 2008 11:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1866</guid>
		<description>Thanks for helping me out to set up CUPS printing for my home office server PC and a client laptop.
It works perfect.</description>
		<content:encoded><![CDATA[<p>Thanks for helping me out to set up CUPS printing for my home office server PC and a client laptop.<br />
It works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acohen36</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1865</link>
		<dc:creator>acohen36</dc:creator>
		<pubDate>Mon, 24 Sep 2007 17:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1865</guid>
		<description>Will make a first attempt to answer these (PFY?) questions as well as point you to a number of well-known references.

&gt; 1. Does one need one machine for a CUPS printer server in Debian
&gt; and another for a printer client?

The title of this article is &#039;Setup CUPS (Common UNIX Printing System) Server and Client in Debian&#039;. From the title, this probably means that the shared printer is physically somehow connected to the server machine and the local or remote client is a separate machine.
This is certainly the case used in the primary developer of CUPS&#039;s, Michael R. Sweet&#039;s, &#039;Using Network Printers found at http://www.cups.org/documentation.php/network.html

&gt; What if one wants to set up CUPS for Debian on a single machine, or &gt; else on machines where each computer has its own dedicated printer &gt; ???

In that case, you may wish to go through the less than a dozen steps at the Linux Foundations&#039;s &#039;OpenPrinting CUPS Quick Start&#039; quide found out http://www.linux-foundation.org/en/OpenPrinting/Database/CUPSDocumentation

The cups.general newsgroup at http://www.cups.org/newsgroups.php?gcups.general+T may be worthwhile perusing as well

A more complete way of answering this one-printer-to-one-machine question before and after installation is probably to take Kurt Pfeifle&#039;s adamant advice of
Read the CUPS documentation!
-and-
Read the Manual Pages!
as described in the actual CUPS &#039;Troubleshooting-CUPS-and-Asking-for-Help HOWTO&#039; found at http://www.cups.org/cups-help.html

&gt; &gt; #apt-get install cupsys cupsys-driver-gutenprint
&gt; &gt; foomatic-db-gutenprint foomatic-filters fontconfig libtiff4
&gt; &gt; libfreetype6

&gt; Does one need to install ALL of these to get CUPS working?
&gt; Which of these (if any of these) can one leave out?
&gt; Briefly, what do each of these packages actually do?&quot;

A possibly better way to answer these questions all at once is to visit each of these packages&#039; descriptions for your specific Debian version
cupsys
cupsys-driver-gutenprint
foomatic-db-gutenprint
foomatic-filters
fontconfig
libtiff4
libfreetype6
To find this info,
for Etch go to http://packages.debian.org/stable/allpackages
for Lenny go to http://packages.debian.org/testing/allpackages
for Sid go to http://packages.debian.org/unstable/allpackages

&gt; &gt; NOTE:- If your network use DHCP it’s a good idea to set up your
&gt; &gt; server to use static IP. I will use as 172.20.22.74 for the
&gt; &gt; server and 172.20.22.150 for administration workstation.
&gt;
&gt; What exactly do these static IP addresses represent??
&gt; Aren’t these actually translated (NAT/masqueraded) non-routable
&gt; individual IP addresses within the particular 172.20.22.00 class B &gt; network used (default mask 255.255.0.0) ?
&gt; Isn’t the more common case for a private network using DHCP
&gt; IP-assignment, a default class C network range in the
&gt; 192.168.0.0/24 series (mask=255.255.255.0) ???

You are referring to RFC 1918 &#039;Address Allocation for Private Internets&#039; found at http://www.ietf.org/rfc/rfc1918.txt
The 172.20.22.74 server and the 172.20.22.150 admin workstation are both within the 172.20.22.0 segment, indicating that this is probably a good thing for a group of host devices in close proximity to one another (e.g., one department&#039;s networked PC&#039;s on a floor.)   There then could be as many other internal network segments as needed within the greater private 172.20.0.0 network (e.g., maybe on other floors or sections)</description>
		<content:encoded><![CDATA[<p>Will make a first attempt to answer these (PFY?) questions as well as point you to a number of well-known references.</p>
<p>&gt; 1. Does one need one machine for a CUPS printer server in Debian<br />
&gt; and another for a printer client?</p>
<p>The title of this article is &#8216;Setup CUPS (Common UNIX Printing System) Server and Client in Debian&#8217;. From the title, this probably means that the shared printer is physically somehow connected to the server machine and the local or remote client is a separate machine.<br />
This is certainly the case used in the primary developer of CUPS&#8217;s, Michael R. Sweet&#8217;s, &#8216;Using Network Printers found at <a href="http://www.cups.org/documentation.php/network.html" rel="nofollow">http://www.cups.org/documentation.php/network.html</a></p>
<p>&gt; What if one wants to set up CUPS for Debian on a single machine, or &gt; else on machines where each computer has its own dedicated printer &gt; ???</p>
<p>In that case, you may wish to go through the less than a dozen steps at the Linux Foundations&#8217;s &#8216;OpenPrinting CUPS Quick Start&#8217; quide found out <a href="http://www.linux-foundation.org/en/OpenPrinting/Database/CUPSDocumentation" rel="nofollow">http://www.linux-foundation.org/en/OpenPrinting/Database/CUPSDocumentation</a></p>
<p>The cups.general newsgroup at <a href="http://www.cups.org/newsgroups.php?gcups.general+T" rel="nofollow">http://www.cups.org/newsgroups.php?gcups.general+T</a> may be worthwhile perusing as well</p>
<p>A more complete way of answering this one-printer-to-one-machine question before and after installation is probably to take Kurt Pfeifle&#8217;s adamant advice of<br />
Read the CUPS documentation!<br />
-and-<br />
Read the Manual Pages!<br />
as described in the actual CUPS &#8216;Troubleshooting-CUPS-and-Asking-for-Help HOWTO&#8217; found at <a href="http://www.cups.org/cups-help.html" rel="nofollow">http://www.cups.org/cups-help.html</a></p>
<p>&gt; &gt; #apt-get install cupsys cupsys-driver-gutenprint<br />
&gt; &gt; foomatic-db-gutenprint foomatic-filters fontconfig libtiff4<br />
&gt; &gt; libfreetype6</p>
<p>&gt; Does one need to install ALL of these to get CUPS working?<br />
&gt; Which of these (if any of these) can one leave out?<br />
&gt; Briefly, what do each of these packages actually do?&#8221;</p>
<p>A possibly better way to answer these questions all at once is to visit each of these packages&#8217; descriptions for your specific Debian version<br />
cupsys<br />
cupsys-driver-gutenprint<br />
foomatic-db-gutenprint<br />
foomatic-filters<br />
fontconfig<br />
libtiff4<br />
libfreetype6<br />
To find this info,<br />
for Etch go to <a href="http://packages.debian.org/stable/allpackages" rel="nofollow">http://packages.debian.org/stable/allpackages</a><br />
for Lenny go to <a href="http://packages.debian.org/testing/allpackages" rel="nofollow">http://packages.debian.org/testing/allpackages</a><br />
for Sid go to <a href="http://packages.debian.org/unstable/allpackages" rel="nofollow">http://packages.debian.org/unstable/allpackages</a></p>
<p>&gt; &gt; NOTE:- If your network use DHCP it’s a good idea to set up your<br />
&gt; &gt; server to use static IP. I will use as 172.20.22.74 for the<br />
&gt; &gt; server and 172.20.22.150 for administration workstation.<br />
&gt;<br />
&gt; What exactly do these static IP addresses represent??<br />
&gt; Aren’t these actually translated (NAT/masqueraded) non-routable<br />
&gt; individual IP addresses within the particular 172.20.22.00 class B &gt; network used (default mask 255.255.0.0) ?<br />
&gt; Isn’t the more common case for a private network using DHCP<br />
&gt; IP-assignment, a default class C network range in the<br />
&gt; 192.168.0.0/24 series (mask=255.255.255.0) ???</p>
<p>You are referring to RFC 1918 &#8216;Address Allocation for Private Internets&#8217; found at <a href="http://www.ietf.org/rfc/rfc1918.txt" rel="nofollow">http://www.ietf.org/rfc/rfc1918.txt</a><br />
The 172.20.22.74 server and the 172.20.22.150 admin workstation are both within the 172.20.22.0 segment, indicating that this is probably a good thing for a group of host devices in close proximity to one another (e.g., one department&#8217;s networked PC&#8217;s on a floor.)   There then could be as many other internal network segments as needed within the greater private 172.20.0.0 network (e.g., maybe on other floors or sections)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddie the Idiot</title>
		<link>http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html/comment-page-1#comment-1864</link>
		<dc:creator>Freddie the Idiot</dc:creator>
		<pubDate>Mon, 24 Sep 2007 06:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html#comment-1864</guid>
		<description>Couple a dumb questions:

Install CUPS printer server in Debian

1. Does one need one machine for a CUPS printer server in Debian and another for a printer client?  What if one wants to set up CUPS for Debian on a single machine, or else on machines where each computer has its own dedicated printer ???

#apt-get install cupsys cupsys-driver-gutenprint foomatic-db-gutenprint foomatic-filters fontconfig libtiff4 libfreetype6

Does one need to install ALL of these to get CUPS working?
Which of these (if any of these) can one leave out?
Briefly, what do each of these packages actually do?

NOTE:- If your network use DHCP it’s a good idea to set up your server to use static IP. I will use as 172.20.22.74 for the server and 172.20.22.150 for administration workstation.

What exactly do these static IP addresses represent??
Aren&#039;t these actually translated (NAT/masqueraded) non-routable individual IP addresses within the particular 172.20.22.00 class B network used (default mask 255.255.0.0) ?
Isn&#039;t the more common case for a private network using DHCP IP-assignment, a default class C network range in the 192.168.0.0/24 series (mask=255.255.255.0)  ???</description>
		<content:encoded><![CDATA[<p>Couple a dumb questions:</p>
<p>Install CUPS printer server in Debian</p>
<p>1. Does one need one machine for a CUPS printer server in Debian and another for a printer client?  What if one wants to set up CUPS for Debian on a single machine, or else on machines where each computer has its own dedicated printer ???</p>
<p>#apt-get install cupsys cupsys-driver-gutenprint foomatic-db-gutenprint foomatic-filters fontconfig libtiff4 libfreetype6</p>
<p>Does one need to install ALL of these to get CUPS working?<br />
Which of these (if any of these) can one leave out?<br />
Briefly, what do each of these packages actually do?</p>
<p>NOTE:- If your network use DHCP it’s a good idea to set up your server to use static IP. I will use as 172.20.22.74 for the server and 172.20.22.150 for administration workstation.</p>
<p>What exactly do these static IP addresses represent??<br />
Aren&#8217;t these actually translated (NAT/masqueraded) non-routable individual IP addresses within the particular 172.20.22.00 class B network used (default mask 255.255.0.0) ?<br />
Isn&#8217;t the more common case for a private network using DHCP IP-assignment, a default class C network range in the 192.168.0.0/24 series (mask=255.255.255.0)  ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
