Nat Help

Hey all,

I’m having issue with NAT, i’m sure its something simple but i cant get it to work

i run this on my main router, it has 2 nics

My Lan = 10.0.0.0/24
Internet = 192.168.1.0/24


/ip firewall nat add chain=srcnat action=masquerade out-interface=Public

I see the NAT in winbox but i cant get anything to route through it, everything just bypass it completey, any ideas?

You haven’t given the router a Source IP range to NAT. Try:

src-address=10.0.0.0/24 out-interface=Internet action=masquerade

Regards

Andrew