**Route 2 network with RB493AH** ROute Not Work!!!!!!!!!!!!!

Hi
i have a problem
i have a small network that connect to internet with isa (NAT)
i buy a RB493AH to route a part of my network to internet
but i cannot to route them to internet
my internal network is 192.168.10.0/24
My valid IP is 11.11.11.0/24(for example)
i connect ethernet1 to internal and ethernet2 to internet
add ip address 192.168.10.10/24 to ethernet1 and 11.11.11.15/24 to ethernet2
in routerboard ping any computer that is on each network
add gateway(ip route add gateway=11.11.11.1) to routerboard
i have internet in routerboard (ping 4.2.2.4)
but when in my internal network , i set workstation ip 192.168.10.11/24 and gateway 192.168.10.10 i ping 192.168.10.10 but i cannot ping 11.11.11.1
rb493ah Not Route …Why?

kazemm -

Well you need to read the manual to get the whole story.

Basically you need to go in to winbox, then the menu on the left, go to IP, then click on Route. A new window opens. Here you add your default route. Click on the ’ + ’ a window will open here you add the following; dst-addr=0.0.0.0/0 gateway=YOUR INTERNET GATEWAY IP I would also select 'check-gateway ’ = ‘ping’ . Click ok - this window closes.
Next in this this same wndow, click on the rules ‘tab’. There you press the ’ + ’ to add a new rule. This new rule should be; src-addr=0.0.0.0/0 dst-addr=.0.0.0.0/0 action=lookup table=main. Click ‘ok’. Then close this ‘window’.

Last thing, since I doubt that your Internet connection will route your internal network for you…

Winbox, IP, then click on firewall. Here go to the NAT tab. Click on the ’ + ’ sign to add a new nat rule. Select chain=src-nat scr-addr=YOUR INTERNAL NETWORK WITH MASK like 192.168.5.0/24 Next, go to the action tab, action=masquerade This is the simplest method for NAT (Network Address Translation) for your internal computers to reach the Internet.

R/

thanks for your answer
i want to routing to internet no NAT
with NAT Work properly but with route dont work
I want route to internet Not NAT
i think that 2 way:
1- create two subnet network 11.11.11.0 with subnet 255.255.255.128 and 11.11.11.129 subnet 255.255.255.128 and set network1 to internet interface and network2 to internal interface then add one ip from network2 to one computer and routing to internet (11.11.11.1)
2- do not change network address (internal or internet) but translate internal ip address to valid ip address for each internal ip address for example 192.168.10.25 when using internet ip address translated to 11.11.11.25 and 192.168.10.26 translated to 11.11.11.26 so when remote connection from internet to 11.11.11.25 infact remote to 192.168.10.25
now … ican do it?
any solution exist!!!
can any body help me
thanks

i found a solution for this problem but i want better solution