Here are the config files.  

I have never understood cups config files.



<cupsd.conf on Client Machine>

ServerName chiefnb.ptfd.org
Classification none
DefaultCharset UTF-8
DefaultLanguage en
Printcap /etc/printcap
PrintcapFormat BSD
RemoteRoot remroot
SystemGroup lp
ServerCertificate /etc/cups/ssl/server.crt
ServerKey /etc/cups/ssl/server.key
<Location />
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.14.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.14.*
</Location>
<Location /printers>
Encryption IfRequested
Satisfy All
Order allow,deny
Allow From All
</Location>
HostnameLookups Off
KeepAlive On
KeepAliveTimeout 60
MaxClients 100
MaxRequestSize 0m
Timeout 300
Listen *:631
AccessLog /var/log/cups/access_log
ErrorLog /var/log/cups/error_log
PageLog /var/log/cups/page_log
MaxLogSize 1m
LogLevel info
PreserveJobHistory On
PreserveJobFiles Off
AutoPurgeJobs No
MaxJobs 0
MaxJobsPerPrinter 0
MaxJobsPerUser 0
User lp
Group lp
RIPCache 8m
FilterLimit 0
DataDir /usr/share/cups
DocumentRoot /usr/share/cups/docs
RequestRoot /var/spool/cups
ServerBin /usr/lib/cups
ServerRoot /etc/cups
TempDir /var/spool/cups/tmp
Browsing On
BrowseProtocols CUPS
BrowsePort 631
BrowseInterval 30
BrowseTimeout 300
BrowseAddress 255.255.255.255
BrowseOrder allow,deny
ImplicitClasses On
ImplicitAnyClasses Off
HideImplicitMembers Yes
BrowseShortNames Yes


<client.conf on client machine>
ServerName fcoffice.ptfd.org

<cupsd.conf on server machine>

ServerName fcoffice.ptfd.org
Classification none
DefaultCharset UTF-8
DefaultLanguage en
Printcap /etc/printcap
PrintcapFormat BSD
RemoteRoot remroot
SystemGroup lp
ServerCertificate /etc/cups/ssl/server.crt
ServerKey /etc/cups/ssl/server.key
<Location />
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.14.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.14.*
</Location>
<Location /printers>
Encryption IfRequested
Satisfy All
Order allow,deny
Allow From All
</Location>
HostnameLookups Off
KeepAlive On
KeepAliveTimeout 60
MaxClients 100
MaxRequestSize 0m
Timeout 300
Listen *:631
AccessLog /var/log/cups/access_log
ErrorLog /var/log/cups/error_log
PageLog /var/log/cups/page_log
MaxLogSize 1m
LogLevel info
PreserveJobHistory On
PreserveJobFiles Off
AutoPurgeJobs No
MaxJobs 0
MaxJobsPerPrinter 0
MaxJobsPerUser 0
User lp
Group lp
RIPCache 8m
FilterLimit 0
DataDir /usr/share/cups
DocumentRoot /usr/share/cups/docs
RequestRoot /var/spool/cups
ServerBin /usr/lib/cups
ServerRoot /etc/cups
TempDir /var/spool/cups/tmp
Browsing On
BrowseProtocols CUPS
BrowsePort 631
BrowseInterval 30
BrowseTimeout 300
BrowseAddress 255.255.255.255
BrowseOrder allow,deny
ImplicitClasses On
ImplicitAnyClasses Off
HideImplicitMembers Yes
BrowseShortNames Yes




Any suggestions on the files is appreciated.

Mike

On Monday 10 January 2005 11:43 pm, J. Patrick Campbell wrote:
> [EMAIL PROTECTED] /etc/cups $ ls -l cupsd.conf
> -rw-r--r--  1 root root 21811 Jan  9 04:52 cupsd.conf
>
> this file has security settings. i think you might need a statement
> LISTEN <your LAN ip>
>
> paste your relevant security settings please
>
> On Mon, January 10, 2005 1:40 pm, Michael W. Holdeman said:
> > I have a cups problem driving me nuts.
> > localhost:631 gets me the cups screen. however 192.168.xx.x:631 gets me
> > Forbidden you don't have permission to access the resource on this
> > server?
> >
> > I have been through all the cups settings at least 10 times and can't
> > fine it..
> >
> > Mike
> > --
> >
> > Michael W. Holdeman
> >
> >
> > ________________________________________
> > Powered by Gentoo Linux www.gentoo.org  |
> > Kernel 2.6.9-ck3                        |
> > Win4Lin 5-1-18c netraverse.com          |
> > ________________________________________|
> >
> > --
> > gentoo-user@gentoo.org mailing list

-- 
 
Michael W. Holdeman


________________________________________
Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.9-ck3                        |
Win4Lin 5-1-18c netraverse.com          |
________________________________________|

--
gentoo-user@gentoo.org mailing list

Reply via email to