How to negate a range in iptables?
Solution 1:
Just as the manpage states:
[!] -d, --destination address[/mask][,...]
Destination specification. See the description of the -s
(source) flag for a detailed description of the syntax. The
flag --dst is an alias for this option.
That makes it
! -d 192.168.1.0/24