Question on NAT / Masquerade

Hello.

I’m new to RouterOS and I’m trying to implement the following.
I have a my default route and gateway from my router set as follows
DST-Address: 0.0.0.0/0
Gateway: r z.z.z.1

I have a block of public IPs: y.y.y.y/26 which if I assign to one of the ether interfaces, lets say ether14 I have no problem connecting a computer and routing to the Internet.

What I’m trying to do is NAT a private network to the address assigned to ether14
Private Network 10.1.0.0/16
I have this private network assigned to ether2
I’ve tried the following command with no luck

/ip firewall nat chain=srcnat action=masquerade src-address=10.1.0.0/16 out-interface=ether14

If I have a computer connected to ether2 I can ping 10.1.0.1 and addresses assigned to other interfaces on the router, but I cannot get outside the router.

I’m really new to this, so any help would be great.

Thanks

Hi ;
make what you did as follow and tel me if it works with you or not
/ip firewall nat chain=srcnat action=masquerade src-address=!10.1.0.1/16 out-interface=!ether14
you should make ether14 with the ip : 10.1.0.1/16


with best regards .
:sunglasses: