[clug] CUPS problem

Kim Holburn kim.holburn at anu.edu.au
Wed Aug 27 12:36:36 EST 2003


At 12:04 PM +1000 2003/08/27, Michael Carden wrote:
>Thanks Michael and Kim for your input on this.
>
>Trying 127.0.0.1:631 sounded nice and logical to me, but unfortunately it
>didn't appease CUPS. Same error: Lost Connection to 127.0.0.1. I took a peek
>into /etc/hosts and there was a bunch of IPv6 stuff in there. I commented
>the lot out and restarted, but with no joy.
>
>I wonder what part of /etc/cups/cupsd.conf I ought to be fiddling with...?


# grep -v '^#' /etc/cups/cupsd.conf|grep -v '^[       ]*$'|more
ServerName mydnsname.mydomain
ServerAdmin root at mydnsname.mydomain
DocumentRoot /usr/share/cups/doc/
LogLevel info
Port 631
HostNameLookups On
Browsing On
BrowseProtocols cups
BrowseShortNames Yes
BrowseAllow 123.45.67.*
BrowseDeny All
BrowseInterval 0
BrowseOrder deny,allow
BrowsePort 631
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 123.45.67.
Allow From 123.45.68.
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

-- 
--
Kim Holburn 
Network Consultant - Telecommunications Engineering
Research School of Information Sciences and Engineering
Australian National University - Ph: +61 2 61258620 M: +61 0417820641
Email: kim.holburn at anu.edu.au  - PGP Public Key on request

Life is complex - It has real and imaginary parts.
     Andrea Leistra (rec.arts.sf.written.Robert-jordan)



More information about the linux mailing list