Hi guys,<br><br>Does anyone have a REGEX syntax to match a private IP on the 192.168.x.x range?<br><br>I&#39;m trying with:<br>if($avp(s:ip_origen)=~&quot;192.168(\.([1]?\d{1,2}|2[0-4]{1}\d{1}|25[0-5]{1})){2}&quot; )<br><br>
But all IPs pass as private, even public ones.<br><br>Thanks!<br>Uriel<br>