i cant for the life of me get this to work right... ok i want to filter out all the local traffic out of my wingate history and only see the connections coming in from the net (i have various services ive set up pointing to servers behind my wingate router)
my network address is 192.168.10.0
and ive gotten this filter to work, just to make sure that wingate is at least seeing the filters
ipnumber <> "192.168.*"
gives me all my local traffic
now if i do
(ipnumber <> "192.168.*") = false
i get nothing
if i do
ipnumber > "192.168.10.254" and ipnumber < "192.168.10.1"
i also get nothing... any suggestions? ive read the help file like a million times and i still cant get this to work