exeption in proxy forward rule
Posted: Tue Jul 05, 2011 12:03 pm
hello,
i must disable 1 IP in my proxy(squid on other PC) redirect rule
and i don't know how, i cant add 192.168.1.28/30 (dst-address=!192.168.0.0/16, 192.168.1.28/30) to dst-address because winboox says Error in Dst. Address - ip address expected
how can i baypass this ?
i must disable 1 IP in my proxy(squid on other PC) redirect rule
Code: Select all
279 ;;; web proxy
chain=dstnat action=dst-nat to-addresses=EXTERNAL_IP_PROXY to-ports=8088
protocol=tcp src-address=192.168.1.0/24 dst-address=!192.168.0.0/16
dst-port=80
how can i baypass this ?