Displaying 15 results from an estimated 15 matches for "browseallow".
2010 Mar 31
1
CUPS and virtual interfaces
I've got a server with multiple virtual interfaces. Now, I only want CUPS
to advertise on *one* - eth0, not eth0:1 or eth0:gad....
Looking at the CUPS manual, and cuppsd.conf man page, I see BrowseAllow,
but the entries are not clear enough for me to understand what they mean.
(Yeah, I know the docs are better than they were - read ESR's rant about
it from a few years ago.)
Specifically, I *think* I'd like to use BrowseAllow @IF, but I can't
figure out if that should be
BrowseAllow @I...
2013 Nov 10
1
Strange unexplainable CUPS problem after upgrade to 5.10
...looks like this:
LogLevel debug2
SystemGroup sys root admin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
# (Change '@LOCAL' to 'ALL' if using directed broadcasts from another subnet.)
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
# Allow shared printing and remote administration...
Order allow,deny
Allow all
</Location>
<Location /admin>
Allow from localhost
Allow from 192.168.1.27
Allow from 192.168.1.28
Allow from 192.168.1.29...
2005 Jan 16
0
Printing from Windows is printing PS commands instead of job!
...n /printers/officejet-7100-series-1>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/usblp0>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
And my mime.types:
LogFilePerm 0600
MaxLogSize 2000000000
LogLevel debug
Printcap /etc/printcap
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Den...
2002 Jun 13
1
cannot setup print in w2k on debian/samba/winwind/cups server
...dress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#
# BrowseShortNames: whether or not to use "short" names for remote printers
# when possible (e.g. "printer" instead of "printer@host".) Enabled by
# default.
#
#BrowseShortNames Yes
#
# BrowseAllow: specifies an address mask to allow for incoming browser
# packets. The default is to allow packets from all addresses.
#
# BrowseDeny: specifies an address mask to deny for incoming browser
# packets. The default is to deny packets from no addresses.
#
# Both "BrowseAllow" and "Brow...
2007 Jun 17
4
Problems adding a printer share
I have added an HP Deskjet 600 to my debian etch system, using CUPS. It is
working fine.
I would like to set it up so that I can occassionally print to it from a
Windows 9x machine. This is where I seem to be having trouble.
I consulted the HOW-TO docs on the samba site, but they are quite detailed
and confusing (for me).
I don't want to do anything that will cause the printer to work
2012 Jan 25
2
(no subject)
Hello,
I'm on a debian Squeez and I use Samba 3.5.6 and CUPS 1.4.4
When I add a printer with windows: \\server\Name_printer, regulary all
printers on this server come with this syntax: Auto-Nameprinter on server.
I search in the configuration file but I can not find options that
will fix this
problem.
Thanks!
--
2007 May 13
0
cups error 426 when accessing admin functions
...RIPCache 8m
TempDir /var/spool/cups/tmp
FilterLimit 0
Listen 127.0.0.1:631
Listen 192.168.0.4:631
HostNameLookups Off
KeepAlive On
KeepAliveTimeout 300
MaxClients 100
MaxClientsPerHost 0
MaxRequestSize 0
Timeout 300
Browsing Off
BrowseProtocols cups
BrowseAddress 192.168.0.255
BrowseShortNames Yes
BrowseAllow from @LOCAL
BrowseInterval 30
BrowseOrder allow,deny
SystemGroup root
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/24
</Location>
<Location /admin>
Require group printer-admins
AuthType Basic
Order Deny,Allow
Deny From All
Allow From 127....
2003 Jun 26
3
RH9, Samba 2.2.8a and printing with CUPS
...;/Location>
<Location /printers/Okipage8wLite>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
----------------------------------------
the samba-log.w2ktest Samba file
[2003/06/26 13:13:28, 3] rpc_server/srv_pipe.c:api_pipe_request(1165)
Doing \PIPE\spoolss
[2003/06/26 13:13:28, 3] rpc_server/srv_pipe.c:api_rpcTNP(1197)
api_rpcTNP: pipe 29598...
2003 Oct 08
2
Samba + Cups + Filter Access
...printers/D9001>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/24
AuthType None
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/24
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
Listen 127.0.0.1:631
Any tips, help will be very appreciated.
2003 Jun 26
0
SV: RH9, Samba 2.2.8a and printing with CUPS
...t; AuthType None
>
> </Location>
>
> <Location />
>
> Order Deny,Allow
>
> Deny From All
>
> Allow From 127.0.0.1
>
> </Location>
>
> Browsing On
>
> BrowseProtocols cups
>
> BrowseOrder Deny,Allow
>
> BrowseAllow from @LOCAL
>
> Listen 127.0.0.1:631
>
>
>
> ----------------------------------------
>
> the samba-log.w2ktest Samba file
>
>
> [2003/06/26 13:13:28, 3] rpc_server/srv_pipe.c:api_pipe_request(1165)
>
> Doing \PIPE\spoolss
>
> [2003/06/2...
2002 Sep 10
1
Re: How do I force Samba to update shared printer list? (2.2.6-pre2)
...# this directive lets CUPS listen for
> # printer announcments by other CUPS servers
>
>BrowseAddress 10.160.51.255 # this directive lets CUPS announce its own
> # locally installed printers to the LAN
>
>BrowseAllow All # this directive asks CUPS to show *all*
> # printer announcements unfiltered
>
>BrowseShortNames No # this directive asks CUPS to show printers on
> # CUPS servers in a "printer@server"...
2003 Jun 23
4
Trouble with CUPS/SAMBA
...0.1
</Location>
<Location /printers/hp4550>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631
smb.conf:
[global]
workgroup = jolife
server string = samba server
hosts allow = 192.168.1. 127.
printing = cups
printcap = cups
load printers = yes
; guest account = pcguest
log file =...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ?
I am using centos 5.2, and i have been doing net installs (pxe) for a
while in console mode...
--
Test <test at remedial-teacher.nl>
2004 Apr 07
0
Printing problem, CUPS
...LogLevel info
PageLog /var/log/cups/page_log
PreserveJobHistory Yes
PreserveJobFiles No
AutoPurgeJobs No
MaxCopies 100
MaxJobs 50
MaxJobsPerUser 20
Printcap /var/run/cups/printcap
User lp
Group lpadmin
RIPCache 50m
TempDir /tmp
Port 631
Browsing On
BrowseProtocols cups
BrowseAddress 10.10.10.*
BrowseAllow 10.10.10.*
BrowseDeny All
BrowseOrder deny,allow
BrowsePort 631
SystemGroup lpadmin
<Location />
Order Deny,Allow
Deny From All
Allow From 10.10.10.*
</Location>
<Location /admin>
Order Deny,Allow
Deny From All
Allow From 10.10.10.*
</Location>
--------...
2004 Apr 05
0
Cups printers. Won't print first page! sometimes not atall.
...LogLevel info
PageLog /var/log/cups/page_log
PreserveJobHistory Yes
PreserveJobFiles No
AutoPurgeJobs No
MaxCopies 100
MaxJobs 50
MaxJobsPerUser 20
Printcap /var/run/cups/printcap
User lp
Group lpadmin
RIPCache 50m
TempDir /tmp
Port 631
Browsing On
BrowseProtocols cups
BrowseAddress 10.10.10.*
BrowseAllow 10.10.10.*
BrowseDeny All
BrowseOrder deny,allow
BrowsePort 631
SystemGroup lpadmin
<Location />
Order Deny,Allow
Deny From All
Allow From 10.10.10.*
</Location>
<Location /admin>
Order Deny,Allow
Deny From All
Allow From 10.10.10.*
</Location>
---------...