I’m a retired US Army helicopter pilot and I have a number of pieces of Mikrotik equipment in my residential home network. I like the products because of their build quality and customization. I have a streaming problem though and there are not very many folks here in the US that know anything about RouterOS. Everyone here in the United States that I call all tell me that they “typically don’t do residential small jobs…” Can anyone help?
I recently bridged our ISP’s modem and this killed the ability to plug in our MagicJack VOIP into the ISP router to have VOIP at home. After much searching and coming up with nothing, I called Butch Evans in Memphis and was lucky enough to catch him on the road driving somewhere. In less than 30 seconds after describing the problem, he directed me to the SIP in the firewall (using Winbox), told me to turn it off and see if that cured the problem. It did. MagicJack works perfectly now.
The next challenge is something really odd and I think one of you might know how to crack this nut for me:
We have Roku devices and Hulu accounts connected to our RB3011UiAS router. The smart TV’s with widgets will stream CBS All Access occasionally, but trying to stream CBS All Access through a Roku or Fire stick ends with it being “unable to connect through the network”. I cannot figure out why streaming CBS All access through my RB3011 is a problem. Can you help or direct me to someone who could help me tweak this configuration?
I’m proficient with Winbox. I follow instructions well. I’m willing to pay for the help!
How do you get internet from your ISP?
If you use PPPoE client then uncheck use peer DNS
In case you use a dhcp client do the same as well
Then set your own DNS servers under IP dns
Also you can send to your client devices through dhcp server whatever dns you want..
The router is picking up DNS servers in a dynamic way from somewhere. You’ve checked your DHCP-Client so that is one place checked off.
Is there a pppoe_out1 client is similar? That has the ability to add dynamic servers. Also check for VPN client’s which may also be adding in DNS.
Your MikroTik is gettign an IP somehow from the bridged modem, whether that is by a DHCP client or some other form of IP magic only YOU can show or tell us that by sharing some of your config.
To disable the DNS if you have a dhcp client in your wan interface
ip dhcp-client set use-peer-dns=no numbers=0
In case you have a PPPoE Client then in Dial Out tab make sure “User Peer DNS” is unchecked
To send whatever DNS you want to your Client then in DHCP Server → Networks → DNS Servers box type in the DNS you want.
Also in IP → DNS Settings enter the router’s DNS.
Steve and ALL - The solution was indeed in the Interface. Dig through:
Interfaces
Interface List
Interface
pppoe-out1
Dial Out - then uncheck “Use Peer DNS”
I then had to change the “Default Route Distance” from 0 to “1” to get anything to resolve DNS.
Since I have DNS enabled on the router, should I add the router IP address to the:
IP
DNS Settings
Servers (The list now has two public DNS servers shown)
I am a USAF veteran that also loves Mikrotik products. It sounds like you have the same setup I have in place in my home with the exception of the ISP. I am blessed with a solid 500mb x 50mb cable connection. If you are interested in sharing communications with a fellow Mikrotik user please contact me. dpillow@msn.com
I am having the same issue. I have a couple of IPV6 addresses that are showing up in the Dynamic Servers section of my configuration. Try as I might I have checked all things mentioned in all the posts I have found regarding the issue, but to no avail. I was using the latest test version of Router OS (6.47beta60), using DNS over https, when this happened. I have even reloaded the stable release (6.46) and can not get rid of the Dynamic-Servers! Any help would be appreciated! Thanks.
If anyone is using some sort of VPN provider and you connected your router to it, go to
IP → IPsec → Mode Configs
Then open up your mode config that you are using for your VPN provider, change “Use responder DNS” from “exclusively” to “No”. Kill active connection (it will reconnect within few seconds) and your dynamic DNS is gone.
I have the same issue I try to use opendns servers to filter adult/unwanted internet contents and I suspect the dynamic servers are my root cause so it isn’t working via ipv6.
If I completely turn off ipv6 and only ipv4 available opendns is working properly.
Use peer DNS is switched off in my pppoe connection but somehow I got it.
I have an IPS modem with bridged status and I use ND not ipv6 dhcp server in my network.
ip dns print
servers:208.67.222.222,208.67.220.220,2620:119:53::53,2620:119:53::53
dynamic-servers: 2a01:368:a::2,2a01:368:a::1
/interface pppoe-client print
Flags: X - disabled, I - invalid; R - running
0 R name=“pppoe-out1” max-mtu=auto max-mru=auto mrru=disabled interface=ether1-WAN user=“xxx” password=“xxx” profile=default keepalive-timeout=10 service-name=“” ac-name=“” add-default-route=yes default-route-distance=1
dial-on-demand=yes use-peer-dns=no allow=pap,chap,mschap1,mschap2