set nat destination rule 10 destination port '443'
set nat destination rule 10 inbound-interface 'eth0'
set nat destination rule 10 protocol 'tcp'
set nat destination rule 10 translation port '3000'
Gives error “Destination NAT configuration error in rule 10: translation address not specified”
I’m suspicious, this seems to be a use case where the erroneous command output is thrown due to lack of requisite validation logic, when a formal bug report is created please let me know and I’ll take the time to fix it.
Try to add the following configuration:
set nat66 destination rule 100 translation address <address>
You are welcome to open the official bug report if you like, it will assign a TASK ID to it and create an archive of the bug report so I might be able to fix it