Уже 9 часов как пытаюсь в своей локальной сети (хе, состоящей из двух компов соединённых напрямую) открыть доступ от одного cups'а (под AltLinux, в данном случае клиент) к другому (Arch, --//-- сервер).
Из под Arch всё печатает, пинги идут, сервер через клиента ходит в интернет (т.е. проблем с настрокой самого принтера и сети не должно быть).
Проблема в следующем: клиент ни в какую не видит сервер с его принтерами, хотя уже на третий раз прописал всё как надо (а точнее как советуют все статьи что я нашёл и все мои...3 книги :) ), но всё равно "не выходит каменный цветок"...
На клиенте пишет следующее:
[root@localhost rap-kasta]# LANG=C lpstat -v
lpstat: Unable to connect to server
На сервере в логах тишина (по крайней мере я это считаю тишиной, до этого были проблемы с Avahi и DNS-DS, но запуск авахи их поправил таки :-) )
Вот конфиги:
++Сервер
bash-3.2# cat cupsd.conf
#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"
#
# Sample configuration file for the Common UNIX Printing System (CUPS)
# scheduler. See "man cupsd.conf" for a complete description of this
# file.
#
# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel debug
# Administrator user group...
SystemGroup sys root
# Only listen for connections from the local machine.
#Listen localhost:631
Listen *:631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAddress @IF(eth0)
BrowseAllow 192.168.0.*
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Restrict access to the server...
<Location />
Order allow,deny
Allow From localhost
Allow From 192.168.0.1
</Location>
# Restrict access to the admin pages...
<Location /admin>
Encryption Required
Order allow,deny
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
# Set the default printer/job policies...
<Policy default>
# Job-related operations must be done by the owner or an administrator...
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
# All administration operations require an administrator to authenticate...
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
#
# End of "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $".
#
Ответ на:
комментарий
от rap-kasta
Ответ на:
комментарий
от rap-kasta
Ответ на:
комментарий
от rap-kasta
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум cups и права доступа в веб-интерфейсе (2018)
- Форум Расшаривание CUPS-принтера в винду (2013)
- Форум Arch Linux расшарить принтер (2018)
- Форум Debian Cups нет smb подключения (2010)
- Форум Cups. Не работает AutoPurgeJobs (2011)
- Форум CUPS 1.4.4 SHared Printer (2011)
- Форум Помогите разобраться с печатью на Линукс по сети... (2006)
- Форум Nagios. CentOS 7. Unable to get process status. (2015)
- Форум cups (2007)
- Форум SVN: connection was closed by server (2010)