BASIC EXAMPLE ON 411

Hello to everybody,

I have buy a Routerboard 411AH and i try to configure the example that described in the page 36 of 695 in the reference manual. In this example we use the router in order to discriminate a LAN into another LAN. The example describe how to do with 2 ethernet interface. In 411AH we have 1 interface. I am followed the example and i manage to do everything according the example with 1 ethernet interface exept of manage a computer with 192.168.0.x address access the internet. According to example it must happen without a problem when somebody put the command
add gateway 10.0.0.1
In case of 411AH that i have this is not happen. On the other hand the
masquerding working without problem. I tried to setup the 10.0.0.1
gateway that is a ADSL MODEM router and declare that the mikrotik router 10.0.0.217 is the gateway for the lan 192.168.0.x but nothing.

Could anybody help me?

Thank in advance

Christos

no, the RB411 has two ports. One is Ethernet and the other is Wireless.

You can’t use the same IP address space on two different networks, you seem to have 10.0.0.x on both interfaces, this is not right. If you use masquerade, you must use something like this :

10.0.0.1 is the IP of your ADSL
10.0.0.2 is the IP of the RB411 Ether1
192.168.0.1 is the IP of the WLAN AP on the RB411
192.168.0.2 is the IP of the wireless client connected to the RB411 AP

Dear Normis,

Thank you for your answer. On my RouterBoard i can read 411/411R but
i can see only one ethernet/poe interface, one serial interface and one mini pci interface. I was wonderring how i can implement the example on page 36 of
reference manual with one ethernet interface. Is it possible.
Is that example complete or i need more thinks in my case. Because
i setup exactly that the example says but the laptop on the example can’t see
internet at all.

Thanks in advance
Christos