I need to redirect dns to a single ip, does this line need to be before or after nat??
Thanks,
Code:
#
nat/rdr
nat on $ext_if from !($ext_if) to any -> ($ext_if:0)
nat-anchor "ftp-proxy/*"
rdr-anchor "ftp-proxy/*"
rdr on $int_if inet proto udp from any to any port 53 -> 208.67.222.222 port 53
Thanks,