0

I am trying to setup web access to the CUPS on my remote server Ubuntu 14.04

It should be very easily:

sudo apt-get install cups 

# instead of manualy change /etc/cups/cupsd.conf 
sudo cupsctl --remote-admin  # and looks OK
sudo service cups restart 

As I understand now I should be able to acces the CUPS web GUI from IP address

server-ip:631 or server-ip:631/admin  (or same with https://)

I don't get even "access denied" page. After some time browser show "ERR_CONNECTION_TIMED_OUT"

Should I install some kind of web server for this? Or anything 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 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

0 Answers0