ip address dst address

how do you state a range exept one ip address in the range

example the range 10.1.4.0/24 exept 10.1.4.250

how can state this in a dst address???

xezen -

10.1.4.250/32 - this format will only affect that single address. You’ll have to use the firewall filter or mangle or both so this address does not get ‘serviced’.

R/