06-04-2012 08:48 AM
NIMax is finding a bunch of security cameras on our customer's network. See the attached list. They are all at the same IP address. Is there any way to exclude a specific IP address from the NIMax discovery process? With the number of cameras on the network, it can take up to two minutes before NIMax finds my second camera. Plus I am not sure that these security cameras like being found by a stranger, and am expecting a call from our customer's security department any day.
So, is there a way to exclude an IP address from NIMax discovery?
Andrew
Solved! Go to Solution.
06-05-2012 12:28 AM
Andrew_Scott_SPCi.ca wrote:So, is there a way to exclude an IP address from NIMax discovery?
Andrew
Not as far as I know... At least not in MAX, maybe you can adjust you networks settings in Windows to restrict that, I'm not an IT guy so I'm not sure at all.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-06-2012 05:03 PM
Hi Andrew,
There is no way to exclude a particular address but you could disable IP camera support via the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\niimaqdxk\Parameters - Add DWORD entry "EnableIPCameras" and set to "0"
You could also copy/paste the following into a .reg file and import it into your registry.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\niimaqdxk\Parameters] "EnableIPCameras"="0"
Eric
06-06-2012 08:36 PM
Thanks for the suggestion, but I have two cameras of my own I have to find. I have a feeling my best solution will be to avoid using NIMax at all.
Andrew
06-06-2012 10:36 PM
06-20-2012 11:04 AM
Thank you! Finally had a chance to test the RegEdit change and it worked perfectly.