Not sharing an IPP printer #2
debiantriage
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the hint. You should bring it up on the PAPPL repo repo, and there as an issue (bug? feature?), to ask for an easy way to switch it to localhost-only and/or to also switch on and off (un)wished network interfaces. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Of its very nature a network-capable IPP printer is published over the network when exposed on an ethernet or wireless interface. However, it is observed that most network-capable IPP printer also provide the IPP-over-USSB protocol, allowing a user to restrict publishing to the localhost interface. In other word, a user has the choice of sharing a printer or not.
A Printer Application advertises itself on all interfaces and there does not appear to be a way within the Application itself to restrict this. A user who does not want a device to be available on ethernet or wireless interfaces might consider the following to provide a solution:
deny-interfaces= INTERFACE_NAME0
. INTERFACE_NAME0 may be obtained fromip a
.systemctl restart avahi-daemon.service avahi-daemon.socket
.systemctl restart snap.gutenprint-printer-app.gutenprint-printer-app-server.service
.The outcome:
Beta Was this translation helpful? Give feedback.
All reactions