Can MT do this?

Hi ppl. I have one question. I have MT installed with one WLAN and one LAN interface. I would like to know is it possible to setup MT to connect to my ISP via WLAN iface as pppoe client and share that Inet to clients connected via LAN iface (with 64k, 128k rules). Local traffic between clients should be intact and not limited.
So if anyone can confirm that this should work on MT and give me a few hints on how to setup MT it would be very nice!
Thanks![/code]

of course it can do this. something like this:

  1. enable interfaces and assign IP address to the LAN interface (you clients will use it as gateway)

  2. make a PPPoE client for the WLAN interface, and make it connect to your ISP

  3. add a SRC-NAT rule that will allow your LAN customers to access the internet, something like this:

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

more help always on:
http://www.mikrotik.com/docs/ros/2.9/

thanks normis!