I'm close but no cigar.. Relevance for 2 different networks

(imported topic written by jcsUTSW)

Where am I going wrong here I’ve got to be close…

I need to search for 2 different networks… I’ve got 2 different subnets I need to look for…

exists address whose (it as string (starts with “199.165.152” or “199.242.239”)) of adapters of network

(imported comment written by NoahSalzman)

You were very close.

exists addresses whose (it as string starts with “blah” or it as strings starts with “foo”) of adapters of networks

Edit:

You can also do

exists subnet addresses whose (it is “199.165.152.0” or it is “199.242.239.0”) of adapters of networks