Anonymous | Login | 2024-11-21 03:29 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Revisions: Issue #9801 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0009801: Cups admin not available on LAN interfaces after reboot | ||
Revision | 2016-07-31 18:25 by bchambers | ||
Description | After reboot, cups admin interface on 631 only listening on localhost: [root@localhost ~]# netstat -lnp --tcp | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 891/cupsd [root@localhost ~]# service cups restart Redirecting to /bin/systemctl restart cups.service [root@localhost ~]# netstat -lnp --tcp | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 5555/cupsd tcp 0 0 192.168.71.119:631 0.0.0.0:* LISTEN 5555/cupsd |
||
Revision | 2016-07-31 15:07 by bchambers | ||
Description | After reboot, cups admin interface on 631 only listening on localhost: [root@localhost ~]# netstat -lnp --tcp | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 891/cupsd [root@localhost ~]# service cups restart Redirecting to /bin/systemctl restart cups.service [root@localhost ~]# netstat -lnp --tcp | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 5555/cupsd tcp 0 0 192.168.71.119:631 0.0.0.0:* LISTEN 5555/cupsd |