Hello All,
I am trying to block IP only hosts through WEB FILTER, ONLY when certain conditions met (i.e. traffic is coming from certain host and on certain ports). I cannot use option "Block pages from IP only hosts" on Advance tab as it will block ALL IP only host.
I tried to utilized Rules option and used following conditions with various regular expressions but nothing helped:
HTTP:Hostname =HTTP:Hostname =\b(?: (?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\bHTTP:Hostname =((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])HTTP:Hostname =\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}HTTP:Hostname =([0–9]{1,3}[\.]){3}[0–9]{1,3}Can you please explain if it is possible to block IP Only hosts via Rules, if yes, what I am missing?^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$
Thanks in advance.