hi all
i have a problem with pcc. i have 3 isp. with static ip.
1)
ip 10.21.68.x1/24
get way 10.21.68.1
dns1 217.10.32.4
dns2 217.10.36.5
ip 188.65.238.x2/24
get way 188.65.238.1
dns1 195.135.239.162
dns2 195.135.239.179
ip 192.168.0.8/24
getway 192.168.0.1
dns 192.168.0.1
I’m using pppoe server. I have make pcc as well. but problem with dns. Where can i put these all dnss ?. Windows just can receive two dns s. so sometimes some sites canot open. What can I do ?. plizz help me…thx
In Winbox go to IP.DNS and you can add multiple DNS servers there. The router will look at each of these for requests. Make sure you enable “Allow Remote Requests” and your clients send DNS to Mikrotik which then checks each of your downstream DNS providers.
Or from CLI for example :-
[admin@MikroTik] ip dns> set servers= 217.10.32.4,217.10.36.5,195.135.239.162,195.135.239.179 allow-remote-requests=yes