Good day
Can you use wildcards within a script with routeros ?
:global dslip [ /ip address get [/ip address find interface=dsl ] address ]
:if ($dslip !="211.*") do={
/system script run pppoe-running}
My isp will change my ip address once my international capped is reach but will be allowed local traffic.
It will change from 211...* to 212...* .
Any ideas ?