hi there
i couldn’t find any soulotion for my issue over internet
theres a simple issue with my ROS
i have userman installed and using
i want only to disable mikrotik webfig so that eveyone can use userman web-based
if i disable http port in ip>service both userman and webfig will stop working
i want only userman enabled and webfig disabled on my router
The Technique; Ninja Said This is The Jutsu #joke
• Static DNS # … näh
• Web Proxy # … nope
• Route Policy # … eventually, why not … if you can find distinguishable patterns in traffic ?!
• Content Filter # … : | … not shure what that means
• Layer 7 Firewall # … it works with regex … like kinda route policies … check options
• Destination IP Address/Port Block # … feels also like the wooden hammer ?! isn’t it ?
.
hard so say … … he is going with a name referring to a ninja … ninja is not rabbit … way not !
So … do your math … … do your homework … and keep posting us with your results.
.
Hashimé
First, look here. The URL of the user manager differs from the one of WebFig by the /userman in the end.
Next, accept that the method suggested below only works for http access, because for https, only the address (or fqdn) part of the url is available in plaintext for matching by a layer 7 rule, so distinction by presence or absence of the /userman suffix of the url is impossible with https. And then, you can adapt the approach described here accordingly (by modifying the layer 7 rule alone).