Seems like that's not the only NAT rule you have, because that rule
masquerades only 10.0.1.0/24 :)

Anyway, I prefer using scheme like

/ip firewall nat
add action=accept chain=srcnat out-interface=WAN src-address=209.90.234.1/28
add action=masquerade chain=srcnat out-interface=WAN

I.e. accept your public addresses so that they won't be NATted, and then
masquerade everything else.


--
Подпись:
(добавляется в конце всех исходящих писем)

2015-07-03 19:49 GMT+03:00 D. Ryan Spott <rsp...@ngc457.com>:

> I have the following network:
>
> <internet>-<router>-<ISP Network>
>
> The router has a WAN IP of 209.90.234.1/28
> The router has a LAN IP of 216.168.46.0/24
> The router has a LAN IP of 10.0.1.0/24
>
> When I enable this:
> /ip firewall nat
> add action=masquerade chain=srcnat out-interface=WAN src-address=
> 10.0.1.0/24
>
> The result is ALL of the LAN clients 10. and 216. are all masqueraded to
> 209.90.234.1.
>
>
>
>
> How can I limit the masquerade to the 10.0.1.0/24 network ONLY and let
> the 216.168.46.0 addresses do the normal internet routing thing?
>
> It is something obvious. Need more coffee.. or Scotch.
>
>
> ryan
>
> --
> D. Ryan Spott | NGC457, llc
> broadband | telco | colo | communities
> PO Box 1734 Sultan, WA 98294
> 425-939-0047
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.butchevans.com/pipermail/mikrotik/attachments/20150703/e80d012b/attachment.html
> >
> _______________________________________________
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://mail.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.butchevans.com/pipermail/mikrotik/attachments/20150703/bcc8f86d/attachment.html>
_______________________________________________
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://mail.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

Reply via email to