nat parameter not found on Winbox window

Hi

I have the following line of code:

/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1 src-address-list="block lan" to-addresses=10.10.10.2

When I open this on Winbox, I can’t find the “to-addresses” anywhere!

Am I missing something?

The to address is dst-address. you can also do a screen shot of what u mean ad want.

What I meant is that if I give that command over terminal and then I open the NAT on WinBox, I can’t find that 10.10.10.2 parameter anywhere. dst-addresses is also empty!

Please send a screen shot of your observations. Thank you

1.PNG
2.PNG
3.PNG
4.PNG
5.PNG

“to-addresses” makes no sense for “masquerade”, which is why it’s not displayed.
You can see it by (temporarily?) changing Action to “src-nat”.

If you want to set a destination address filter, then use “dst-address”.
It is important to know the difference between “dst-address” and “to-addresses”.

You can configure on masquerade rule to-address but it will not affect anything on this rule. To-address is used when appropriate action is used on NAT rule.
Same goes for other configuration menus too - for example, you can set NTP server address, you will see it in export, but it will not be used while NTP is not enabled.