Unable to enable logging for a nat destination rule, so we're unable to find out why a portmap isn't working.
set nat destination rule 1 log enable Configuration path: nat destination rule 1 log [enable] is not valid Set failed
$ monitor nat destination rule 1 Warning: logging is not enabled for rule 1 For proper monitor operation enable logging before issuing this command: set nat destination rule 1 log enable
nat rule:
# show nat destination rule 1
description "DNAT for X"
destination {
port X
}
inbound-interface pppoe0
log
protocol tcp
translation {
address X.X.0.2
port X
}