How to password protect printing on a HP Officejet?
We discovered that our HP Officejet 6700 was directly accessible from the internet after someone printed a pamphlet about 'Serpent People in New York' (quite hilarious actually).
Ofcourse, we'd like to prevent this from happening again. However, I quite like the 'printing from the internet'-feature (so that I can print stuff when away from home).
Is it possible to somehow add some protection to printing? E.g. a password that each computer should have, a SSL-certificate I have to install, ... ?
I have a few Windows machines and one linux machine that will print regularly to this machine from the local network, and one linux machine that will most often print via the internet.
security printing printer network-printer
add a comment |
We discovered that our HP Officejet 6700 was directly accessible from the internet after someone printed a pamphlet about 'Serpent People in New York' (quite hilarious actually).
Ofcourse, we'd like to prevent this from happening again. However, I quite like the 'printing from the internet'-feature (so that I can print stuff when away from home).
Is it possible to somehow add some protection to printing? E.g. a password that each computer should have, a SSL-certificate I have to install, ... ?
I have a few Windows machines and one linux machine that will print regularly to this machine from the local network, and one linux machine that will most often print via the internet.
security printing printer network-printer
add a comment |
We discovered that our HP Officejet 6700 was directly accessible from the internet after someone printed a pamphlet about 'Serpent People in New York' (quite hilarious actually).
Ofcourse, we'd like to prevent this from happening again. However, I quite like the 'printing from the internet'-feature (so that I can print stuff when away from home).
Is it possible to somehow add some protection to printing? E.g. a password that each computer should have, a SSL-certificate I have to install, ... ?
I have a few Windows machines and one linux machine that will print regularly to this machine from the local network, and one linux machine that will most often print via the internet.
security printing printer network-printer
We discovered that our HP Officejet 6700 was directly accessible from the internet after someone printed a pamphlet about 'Serpent People in New York' (quite hilarious actually).
Ofcourse, we'd like to prevent this from happening again. However, I quite like the 'printing from the internet'-feature (so that I can print stuff when away from home).
Is it possible to somehow add some protection to printing? E.g. a password that each computer should have, a SSL-certificate I have to install, ... ?
I have a few Windows machines and one linux machine that will print regularly to this machine from the local network, and one linux machine that will most often print via the internet.
security printing printer network-printer
security printing printer network-printer
asked Dec 8 at 14:09
Pieter
1105
1105
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Set up a VPN and make the printer visible only inside it.
This way, every device connected to the VPN will be able to see and use the printer. Outside the VPN, the printer or any other network resources won't be accessible.
I'm always recommending to never expose these network devices publicly. Exposure might look handy at the beginning but this does not go together with privacy expectation you expressed in your comment above.
I know this is not a direct answer, but it actually "password-protects" your network including your printer.
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
add a comment |
Your HP ePrint account can be set to accept print documents only from some
specified email accounts. Currently it may be set to accept from everyone.
This is a weak security measure, but may be enough
to prevent 'Serpent People in New York' from printing again.
References :
- HP Connected
- HP Printers - Turning On Web Services
Introduction to HP Web Services
(video)
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381890%2fhow-to-password-protect-printing-on-a-hp-officejet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Set up a VPN and make the printer visible only inside it.
This way, every device connected to the VPN will be able to see and use the printer. Outside the VPN, the printer or any other network resources won't be accessible.
I'm always recommending to never expose these network devices publicly. Exposure might look handy at the beginning but this does not go together with privacy expectation you expressed in your comment above.
I know this is not a direct answer, but it actually "password-protects" your network including your printer.
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
add a comment |
Set up a VPN and make the printer visible only inside it.
This way, every device connected to the VPN will be able to see and use the printer. Outside the VPN, the printer or any other network resources won't be accessible.
I'm always recommending to never expose these network devices publicly. Exposure might look handy at the beginning but this does not go together with privacy expectation you expressed in your comment above.
I know this is not a direct answer, but it actually "password-protects" your network including your printer.
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
add a comment |
Set up a VPN and make the printer visible only inside it.
This way, every device connected to the VPN will be able to see and use the printer. Outside the VPN, the printer or any other network resources won't be accessible.
I'm always recommending to never expose these network devices publicly. Exposure might look handy at the beginning but this does not go together with privacy expectation you expressed in your comment above.
I know this is not a direct answer, but it actually "password-protects" your network including your printer.
Set up a VPN and make the printer visible only inside it.
This way, every device connected to the VPN will be able to see and use the printer. Outside the VPN, the printer or any other network resources won't be accessible.
I'm always recommending to never expose these network devices publicly. Exposure might look handy at the beginning but this does not go together with privacy expectation you expressed in your comment above.
I know this is not a direct answer, but it actually "password-protects" your network including your printer.
answered Dec 8 at 16:29
miroxlav
7,22342466
7,22342466
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
add a comment |
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
His printer isnt in a DMZ, its web enabled. A VPN wouldnt do anything in this situation
– Keltari
Dec 8 at 16:37
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
@Keltari – sorry I meant simple VPN without DMZ. Where you just log in from the PC and see all the devices. I meant keeping it simple.
– miroxlav
Dec 8 at 17:13
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
That could indeed fix it, together with a decent firewall setup. Solid advice
– Pieter
Dec 11 at 16:55
add a comment |
Your HP ePrint account can be set to accept print documents only from some
specified email accounts. Currently it may be set to accept from everyone.
This is a weak security measure, but may be enough
to prevent 'Serpent People in New York' from printing again.
References :
- HP Connected
- HP Printers - Turning On Web Services
Introduction to HP Web Services
(video)
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
add a comment |
Your HP ePrint account can be set to accept print documents only from some
specified email accounts. Currently it may be set to accept from everyone.
This is a weak security measure, but may be enough
to prevent 'Serpent People in New York' from printing again.
References :
- HP Connected
- HP Printers - Turning On Web Services
Introduction to HP Web Services
(video)
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
add a comment |
Your HP ePrint account can be set to accept print documents only from some
specified email accounts. Currently it may be set to accept from everyone.
This is a weak security measure, but may be enough
to prevent 'Serpent People in New York' from printing again.
References :
- HP Connected
- HP Printers - Turning On Web Services
Introduction to HP Web Services
(video)
Your HP ePrint account can be set to accept print documents only from some
specified email accounts. Currently it may be set to accept from everyone.
This is a weak security measure, but may be enough
to prevent 'Serpent People in New York' from printing again.
References :
- HP Connected
- HP Printers - Turning On Web Services
Introduction to HP Web Services
(video)
answered Dec 8 at 15:55
harrymc
252k12259560
252k12259560
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
add a comment |
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
If I'm right, this involves sending the documents first to HP, which will relay them to my printer? Not really privacy friendly...
– Pieter
Dec 8 at 16:12
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
It might already be set, and the prankster might be one of your colleagues. You may turn it off entirely if that's the case.
– harrymc
Dec 8 at 16:20
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
An admin password was set on the printer, a manual factory reset fixed that. And it is a home printer, I don't think my mom or dad printed that.
– Pieter
Dec 11 at 16:54
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381890%2fhow-to-password-protect-printing-on-a-hp-officejet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown