hi
i need my board 433 to get static ip from my actual internet router
i need the board 433 to have a static ip for example 192.168.35.5 gateway 192.168.35.2 dns 192.168.35.2 from ether 1
where shall i put these configurations for static ip/gateaway/dns , so when i connect the board 433 to my internet router will get this 192.168.35.5 ip only as static and do not take any other ip from my internet router .
pls help
From Winbox…
ip dhcp client
disable or remove any that you have on ether1. Then it will not pick an address from your internet router.
ip address
add the address here and apply to ether1
ip route
add a quad zero route to the default gateway.
ip dns settings
add your dns servers.
This is very basic intro level stuff. I suggest you go through the manuals, wiki, forums, and use google.
If you don’t know where to begin, I suggest you download and use Winbox…
http://wiki.mikrotik.com/wiki/First_time_startup
Tom
Thanks alot
i managed to do it as u explained
