(imported topic written by hotlanta198091)
Hello
I am trying to use location by ip range for my clients and relays for thier affiliation and seeklist info. I cannot get this to work any ideas would be appreciated
setting “_BESRelay_Register_Affiliation_AdvertisementList”="{if (exists settings “Location By IP Range” whose (value of it != “”) of client) then (value of settings “Location By IP Range” of client) else (“NotFound”)}"
setting “_BESClient_Register_Affiliation_SeekList”="{if (exists settings “Location By Subnet” whose (value of it != “”) of client) then (value of settings “Location By Subnet” of client) else (“NotFound”)}
Any help would be welcomed