On 04/18/2017 01:33 PM, Horigome Yoshihito wrote:
As you say, adding policy.del(0) no longer gets
blocked.
However, it is as follows and ANSWER is not returned.
The config you sent did not forward any reverse address ranges. Adding
rule for that should do what you want, if I guess your intentions correctly:
policy.add(policy.suffix(policy.FORWARD('192.168.122.223@10053',
'192.168.122.224@10053'), '168.192.in-addr.arpa'))
--Vladimir