Hi,
My setup is:
Interface’s.
ether1, ether2
Vlan’s.
Link on ether1
WAN on ether1
LAN on ether2
IP-adresses:
yy.yy.yy.10/30 on Link
xx.xx.xx.1/24 on WAN
192.168.50.1/24 on LAN
I want to src-NAT client’s behind router to be netmapped like:
[admin@MikroTik] > ip fir nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat src-address=192.168.50.0 action=netmap to-addresses=xx.xx.xx.0-xx.xx.xx.254 to-ports=0-65535
But client 192.168.50.254 get masqueraded to IP yy.yy.yy.10
thats on my Link-interface and not what i want.
It never reaches that rule in src-chain.
Thanks for your help in advance!