1 WAN 2 WAN problem

Hi guys…
Any body can help me ?!?!

I have mt with 3 eth… 1 for WAN and 2 other for LAN
WAN ip 1.1.1.2/29 with gateway 1.1.1.1

LAN 1 IP 192.168.1.0/24
LAN 2 IP 192.168.2.0/24

I use src-NAT.
at scr nat, I use >
chain=srcnat src-address=192.168.1.0/24 dst-address=0.0.0.0/0 action=src-nat to-addresses=1.1.1.2 to-ports=0-65535
chain=srcnat src-address=192.168.2.0/24 dst-address=0.0.0.0/0 action=src-nat to-addresses=1.1.1.2 to-ports=0-65535


My problem is…
I can access to internet via LAN 1 but I can not acces it via LAN 2

Any one can help me…

thx b 4

to masquarade use this rule

/ ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade comment="masqarade" disabled=no

ether1 replece with your outgoing interface

and read here about NAT

Yeap. You need to Masq (Many to One), not src-nat (One to One).

Hmm, perhaps something else for the wiki at some stage… When to masq and when to src-nat. That’s prob the biggest common mistake I see happening arround here when it comes to natting…


C

i think it is that way - if oyu have subnet without real IP you have to masq.

see this thread: http://forum.mikrotik.com//viewtopic.php?t=8870

Eugene