Hello,
I’ve setup a new 2011UiAS-2HnD.
The device has 3 interfaces bridged together that are :
- ether2 (gigabit switch)
- ether6 (fast ethernet switch)
- wlan1
To this i added a guest Wireless network, using a virtualAP type, wlan2.
Everything is working fine except the DNS Server from the MikroTik.
It answers request from the wireless network but not from the Ethernet network (both are bridged and using the same network).
I had to setup the DHCP Server to use external DNS Servers to be able to use DNS’.
Here is the config :
servers: 8.8.8.8,4.4.4.4
dynamic-servers:
allow-remote-requests: yes
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 86KiB
Any tip please?
Thanks!