I need to prevent clients of an Huawei E586 UMTS to WiFi modem from downloading much data from specific servers eg. Windows update or OSX update.

On the config page of the device there's an "LAN IP Filter" which seems pretty good but I can't figure out the right settings. The mask looks like this:

Mask of LAN IP Filter

The help pages states the following:

help page

My problem with this is, I want some wildcard for the local ip and port. In my opinion the help page can not be correct by "lan port: enter 80" because the source port is normally dynamic. I tried to set it up like stated there but as expected it doesn't work.

As wildcards I tried * and "ALL" but nothing worked as it prevents me from saving settings with an "wrong value" error.

Any suggestions? Thanks in advance!

link|improve this question
I found port range can be defined with a simple hyphen… a bit untypical imho. IP range is still unclear – Mose Feb 3 at 21:42
feedback

1 Answer

To find your LAN IP range, you'll have to look in the LAN settings section of the modem's management interface (it's probably a Class C 10.x.x.x or 192.x.x.x network).

So you could block all of your clients from Windows Update like this:

192-     80     65.55.184.155     80
link|improve this answer
Using 192- fails by error "invalid ip". My problem isn't finding my IP! It's that the GUI seems to not accept wildcards or ranges on IP. I think that's clearly stated in my question? – Mose May 19 at 18:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.