Simple and quick Mikrotik RouterBOARD 750 router setup

Hello,

I just received a Mikrotik RouterBOARD 750 router and I need some help for quick setup.

Can you please help me to setup this simple configuration (for Home use):

WAN: connecting through PPPoE with username and password
LAN: DHCP enabled, adress 192.168.1.100 to 192.168.1.254
Firewall: Open ports: 21, 22, 23, 80 directed to 192.168.1.100, port 14014 directed to 192.168.1.101

Thank you very much.


WAN: connecting through PPPoE with username and password

you need to set up a PPPoE client on the Ether1 interface, follow this:
http://wiki.mikrotik.com/wiki/Manual:Interface/PPPoE#Quick_Setup_Guide

LAN: DHCP enabled, adress 192.168.1.100 to 192.168.1.254

this is already configured by default, but the addresses are 192.168.88.x If the specific range is important, you need to go to the DHCP POOL menu and change the ranges that are given out, and then also change the IP address on the Ether2-switch master interface. Easier would be to leave the 88.x range.

Firewall: Open ports: 21, 22, 23, 80 directed to 192.168.1.100, port 14014 directed to 192.168.1.101

port redirection is done by NAT in the Firewall menu. Need to add a new rule with action DST-NAT and dst-port and to-dst-port to-dst-address specified:
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Destination_NAT