Skip to content

Connecting to a network printer without mDNS #1181

Answered by michaelrsweet
DemiMarie asked this question in Q&A
Discussion options

You must be logged in to vote

The lpadmin command should be used, for example:

lpadmin -p PRINTERNAME -E -v ipps://HOSTNAME/ipp/print -m everywhere

lpadmin -p PRINTERNAME -E -v ipps://IPV4-ADDRESS/ipp/print -m everywhere

lpadmin -p PRINTERNAME -E -v ipps://[IPV6-ADDRESS]/ipp/print -m everywhere

Ideally you should at least use DNS and hostnames for your site's domain, but if you don't have that setup then (non-link-local, non-DHCP) IP addresses can be used.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DemiMarie
Comment options

Answer selected by DemiMarie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants