ich schraube jetzt schon laenger an einem Cups rum, und find's einfach nicht.
Ich möchte das Webfrontend auf Port 631 gerne erstmal von JEDEM Rechner aus zugänglich machen. Also habe ich auf dem Cups Server in der /etc/cups/cupsd.conf "Listen *:631" eingetragen, und Cups restartet. Ein:
Code: Alles auswählen
root@cupssrv:~# netstat -tulpen |grep 631
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 0 37134 9070/cupsd
tcp6 0 0 :::631 :::* LISTEN 0 37133 9070/cupsd
udp 0 0 0.0.0.0:631 0.0.0.0:* 0 37135 9070/cupsd
root@cupssrv:~#
Leider erhalte ich immer eine "403 Forbidden" Seite
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
Code: Alles auswählen
root@cupssrv:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@cupssrv:~#