我正在设置杯子,我想通过网络中的另一台机器进入Web界面设置,但我不能。 当我把here找不到页面时。 我的杯子设置是:
ChangeListener
我的端口状态为:
# Only listen for connections from the local machine.
Port 631
Listen /var/run/cups/cups.sock
DefaultEncryption Never
# Show shared printers on the local network.
Browsing On
BrowseAddress 192.168.1.*:631
BrowseLocalProtocols dnssd
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Web interface setting...
WebInterface Yes
# Restrict access to the server...
<Location />
Order allow,deny
Allow all
</Location>
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny
Allow all
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow all
</Location>
deamon状态是:
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
631/tcp open ipp
3389/tcp open ms-wbt-server
5432/tcp open postgresql
5910/tcp open cm
谢谢