答え1
「このシステムに接続されている共有プリンタの公開」オプションは、Server
- >ダイアログボックスSettings...
のオプションを参照しますsystem-config-printer
。
/etc/cups/cupsd.conf
以下の設定を変更しました(Ubuntu 18.04より)
# Only listen for connections from the local machine.
Listen localhost:631
Listen /run/cups/cups.sock
# Disable printer sharing.
Browsing Off
DefaultAuthType Basic
WebInterface Yes
<Location />
# Restrict access to the server...
Order allow,deny
</Location>
到着
# Allow remote access
Port 631
Listen /run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseLocalProtocols dnssd
DefaultAuthType Basic
WebInterface Yes
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
</Location>
有効になったら。
答え2
通常、カップの管理はブラウザで行われます。 Webページを試してくださいhttp://localhost:631/
。これは、および行を介してアクティブに/etc/cups/cupsd.conf
なります。望むより。WebInterface Yes
Port 631
man cupsd.conf