What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How to turn off printer monopoly mode?

netmik3

Senior Member
1000057586.jpg
 
I wonder if it's a bug that the button for enabling / disabling Monopoly mode is not there anymore after enabling it. Did you just upgrade your firmware?

Yeah I'm sure it went missing since no one really uses this

@Merlin do you know the command we can run?
 
In 10+ years I have never ever used or looked at printer sharing.
 
hm, any idea who added this feature?
In 10+ years I have never ever used or looked at printer sharing.

Would it be possible to remove this feature altogether? Since it's basically been reduced to a zombie background process taking up resources and interfering with print sharing while retaining no way to disable it from the GUI?
 
Looked at the older source code of my router and it seems like the off switch is supposed to show up in the router's web UI (somewhere near monopoly mode IP) when accessed from the IP that monopoly mode mentions.

This might disable the feature as they are referenced/modified by the web UI files:
Code:
nvram set mfp_ip_monopoly=
nvram set mfp_monopolize=
nvram commit
A reboot will be required after changing these.
 
Looked at the older source code of my router and it seems like the off switch is supposed to show up in the router's web UI (somewhere near monopoly mode IP) when accessed from the IP that monopoly mode mentions.

This might disable the feature as they are referenced/modified by the web UI files:
Code:
nvram set mfp_ip_monopoly=
nvram set mfp_monopolize=
nvram commit
A reboot will be required after changing these.
Thanks for this insight as I was able to get the button back by assigning static DHCP IP to my address. That's when I learned that monopoly mode wasn't actually really enabled because it required me to press it to enable it when coming from the monopoly mode IP. But when logged into the GUI from a non-monopoly mode IP it would misleading say that monopoly mode was enabled when it was not.

I should have verified if it was running from the shell instead of blindly trusting what the GUI told me so thanks for putting me on the path.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top