Winbox configuration commands are very close to console commands, many different examples and feauture description are given in the documentation, e.g. NAT documentation to enable masquerading: http://www.mikrotik.com/docs/ros/2.9/ip/nat
but if i set nat i will then only convert the rang 192.168.0.1-255 to 192.168.1.1-255,and i wanna lose this becouse i don’t have any room for 1.1-255 or i missunderstud this??
or i can just convert the single card/wlan1 that is in wds with the another wds and not the hole network??
like 192.168.1.1 behind are the used ip’s of 192.168.1.2-255,and now i can just convert the 192.168.1.1 and not the hole rang of 1.2-1.255 ??
I’m not sure I understand your post.
In case of enabled masquerade ‘ip firewall nat add action=masquerade out-interface=public_interface chain=srcnat’.
IP address of the public interface will be used as SRC-address for remote connections (it will be applied for all local networks).