hello.
i just bought a routerboard 750 but i don t know how to configure it. i had the idea more then a year ago and now i almost know nothing about it.
first of all can you help me to give my routerboard an ip because i can t login via web browser on my router board.
how do i configure my routerboard on basic connection to internet . i am connecting now with a tp-link and it is a pppoe concetion with username and passord and a dynamic ip.
i use static local ip range 192.168.1.1 to 192.168.1.255
my dns from my isp are 77.242.31.31 second dns 80.91.126.31
please explain using lan and wan not ether1 and ether2
am waiting for your answer
best regards
nagatadiune
You should have a look at:
http://wiki.mikrotik.com/wiki/First_time_startup
http://wiki.mikrotik.com/wiki/Category:Manual
Thank you so much for the reply.
the manual you showed me is very big for what i want. i have seen it so many times and i can’t configure it.
all i want to do is the most simple basic configuration about connecting mikrotik.
all i want to know is:
step by step tutorial making a lan with dhcp enabled with the range 192.168.1.2 - 192.168.1.255
my scheme on my lan is:
adsl—>billion modem----> mikrotik routerboard 750----->switch planet 16 ports------>pc1, pc2,…pc16
mikrotik must have the ip 192.168.1.1
and every lan computers must have static ip
i need to configure mikrotik routerboard to autenticate with the isp using username and password and mac address of actual router (i think is called spoof mac address)
i need to configure static dns which are 217.24.241.205 and secondary 217.24.241.206
nat rule because i have no idea to do it
and something else that maybe i don t know.
thank you for helping me going into the mikrotik world
RB750 default configuration have dhcp on ethern2 to ether5 enabled by default, so if you connect something that can get DHCP address, you should be fine.
default configuration also includes dhcp client on ether1 to get WAN ip address.
if possible i would suggest to stick with auto-configuration provided on as default.
to add ip address:
/ip address add address=/ interface=
then you will need default route:
/ip route add gateway=
basically, follow the links Kirshteins gave you, that might seem a lot, but that is bare minimum how to get your router running.
i want to learn complete mikrotik roughter
Hi, I already had routerboard 750 since 2012. My friend installed routerboard very finely. The winbox was in my Toshiba laptop. I can modify the routerboard. Lately, my Toshiba laptop was broken and I change into Macbook air. I wan to control my routerboard via winbox. However, I could not find the winbox from Mikrotik in Macbook configuration. Is winbox just for windows? How about winbox for Mac? Thank you.
You need to use some emulator if possible. There is only windows version of the winbox.
Or the web interface
Or telnet console…