我正在尝试设置远程服务器 Ubuntu 14.04 上 CUPS 的 Web 访问
这应该很容易:
sudo apt-get install cups
# instead of manualy change /etc/cups/cupsd.conf
sudo cupsctl --remote-admin # and looks OK
sudo service cups restart
据我了解,现在我应该能够从 IP 地址访问 CUPS Web GUI
server-ip:631 or server-ip:631/admin (or same with https://)
我甚至没有看到“拒绝访问”页面。一段时间后,浏览器显示“ERR_CONNECTION_TIMED_OUT”
我应该为此安装某种 Web 服务器吗?或者其他什么?
编辑:
$ netstat -antp|grep 631
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 13011/cupsd
tcp6 0 0 :::631 :::* LISTEN 13011/cupsd
$ iptables-save
# Generated by iptables-save v1.4.21 on Thu Nov 3 22:12:45 2016
*filter
:INPUT ACCEPT [35932464:3745849365]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [32176449:4015002291]
COMMIT
# Completed on Thu Nov 3 22:12:45 2016