14.04 - CUPS Web GUI on remote server - Ask Ubuntu
i trying setup web access cups on remote server ubuntu 14.04
it should easily:
sudo apt-get install cups # instead of manualy change /etc/cups/cupsd.conf sudo cupsctl --remote-admin # , looks ok sudo service cups restart
as understand should able acces cups web gui ip address
server-ip:631 or server-ip:631/admin (or same https://)
i don't "access denied" page. after time browser show "err_connection_timed_out"
should install kind of web server this? or else?
edit:
$ 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 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
Comments
Post a Comment