I need to add few rules to my ip firewall whtch contain: first ip address from wlan1.
example:
need to do dst-nat for one of the ip
add action=dst-nat chain=dstnat disabled=no dst-address=172.16.190.10 dst-port=\
!8291 protocol=tcp to-addresses=192.168.1.50
add action=dst-nat chain=dstnat disabled=no dst-address=172.16.190.10 dst-port=\
!8291 protocol=udp to-addresses=192.168.1.50
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.100.252/24 192.168.100.0 ether1
1 172.16.190.10/24 172.16.190.0 wlan1
ip address get value-name=address number=1
#no answer