Hello,
I’m running MikroTik 2.9.6 and I want to setup it with my ISP static Ip.
I Take the Internet from ISP with a DSL Modem.
The DSL Modem is configured with a static Ip and DNS’s, and from there the modem sends the internet to all the other computers with DHCP Server.
Can Anyone help me Pls with an example.
Let’s say that my static ip is (123.456.789.000)
My DNS’s Are (45.45.45.45 and 45.45.45.46)
Hello fewi,
Im a new user, and i dont understand very well the wiki examples
Pls can you give me an example here step by step how can i do it.
THANK YOU
Then set up the DNS servers and make the router available as a caching forwarder, assuming that 2.2.2.2 and 3.3.3.3 are public DNS servers the router can reach: http://wiki.mikrotik.com/wiki/Manual:IP/DNS#Example
/ip dns
/ip dns
set servers=2.2.2.2,3.3.3.3 allow-remote-requests=yes
The instructions above assume you have the modem as a bridge and the static ip is set in the router. If you want to set the modem as a static ip you only really need a switch behind it (as the modem would then also take care of nat etc).