Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello please i need your help
I have adresse network (193.65.0.0/16) i want have all adresse ip of this network
i try (ip<= '193.65.255.255' and ip>='193.65.0.1') , this don't show me all adresse IP
how i can do for show all the adresse please
Hi @didine2
are you trying in If condition, if so, try like below
If(wildmatch(IP, '193.65.*.*'), IP) as IP
suppose, if you are trying in network configuration, you can try like below
193.65.*.*
no because i have onother range ip like (192.174.0.0/21) witch adresse :
ip<= '192.174.7.254' and ip>='192.174.0.1'
and if i do wildmatch , this will give me like 192.175.8.£* and its false