Hi friends,
Can any one help me to understand why my computers behind the mikrotik router cannot resolve domain names?
here is my config:
# jun/12/2020 20:26:18 by RouterOS 6.42.5
# software id = JSTP-DCW3
#
# model = RB750Gr3
# serial number = 8AFF09C18EF7
/interface bridge
add fast-forward=no name=BRIDGE-CAMERE
add fast-forward=no name=BRIDGE-LAN
/interface pptp-client
add connect-to= disabled=no name=PPTP-CLP password= user=\
/interface vlan
add interface=BRIDGE-CAMERE name=VLAN-CAMERE vlan-id=200
add interface=BRIDGE-LAN name=VLAN-LAN vlan-id=100
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=POOL-LAN ranges=192.168.101.193-192.168.101.253
add name=POOL-CAMERE ranges=192.168.101.2-192.168.101.14
/ip dhcp-server
add address-pool=POOL-LAN disabled=no interface=BRIDGE-LAN name=DHCP-LAN
add address-pool=POOL-CAMERE disabled=no interface=BRIDGE-CAMERE name=\
DHCP-CAMERE
/user group
add name=GroupFTP policy="ftp,read,write,test,!local,!telnet,!ssh,!reboot,!pol\
icy,!winbox,!password,!web,!sniff,!sensitive,!api,!romon,!dude,!tikapp"
/interface bridge port
add bridge=BRIDGE-CAMERE comment=defconf interface=ether2
add bridge=BRIDGE-LAN comment=defconf interface=ether3
add bridge=BRIDGE-LAN comment=defconf interface=ether4
add bridge=BRIDGE-LAN comment=defconf interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.101.254/26 comment=::LAN interface=BRIDGE-LAN network=\
192.168.101.192
add address=192.168.100.101/24 comment=::WAN interface=ether1 network=\
192.168.100.0
add address=192.168.101.1/28 comment=LAN interface=BRIDGE-CAMERE network=\
192.168.101.0
/ip dhcp-server network
add address=192.168.101.0/28 dns-server=8.8.8.8 gateway=192.168.101.1
add address=192.168.101.192/26 dns-server=172.23.2.2 gateway=192.168.101.254
/ip dns
set allow-remote-requests=yes servers=208.67.222.222,208.67.220.220
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall filter
add action=accept chain=input dst-port=21 in-interface=ether1 protocol=tcp
add action=accept chain=input dst-port=22,8291,8728,80 protocol=tcp \
src-address=192.168.0.0/16
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
disabled=yes in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked disabled=yes
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface=ether1
add action=masquerade chain=srcnat dst-address=172.23.2.0/24 out-interface=\
PPTP-CLP
add action=masquerade chain=srcnat out-interface=PPTP-CLP src-address=\
192.168.0.0/18
/ip route
add distance=1 gateway=192.168.100.1
add distance=1 dst-address=172.23.2.0/24 gateway=PPTP-CLP
add distance=1 dst-address=192.168.0.0/18 gateway=PPTP-CLP
/ip tftp
add ip-addresses=0.0.0.0
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
Thanks