I’ve two problems right now:
- Checking for new firmware returns the error: “could not resolve DNS name”
- NTP client is always stuck on waiting (I’ve already read the myriad of threads and trying the port 123 NAT trick)
Internet is working.
Which leads me to think something is wrong with my DNS settings. I have no idea what though…
# model = RB5009UPr+S+
/interface bridge
add name=B_LOCAL
/interface ethernet
set [ find default-name=ether1 ] name="ether1[WAN]"
/interface pppoe-client
add add-default-route=yes disabled=no interface="ether1[WAN]" name=pppoe-out1 \
user=[REDACTED]
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.1.11-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=B_LOCAL lease-time=5m name=dhcp1
/interface bridge port
add bridge=B_LOCAL interface=ether3
add bridge=B_LOCAL interface=ether2
add bridge=B_LOCAL interface=ether4
add bridge=B_LOCAL interface=ether5
add bridge=B_LOCAL interface=ether6
add bridge=B_LOCAL interface=ether7
add bridge=B_LOCAL interface=ether8
/ip address
add address=192.168.1.1/24 interface=ether2 network=192.168.1.0
/ip dhcp-server lease
add address=192.168.1.115 comment=[REDACTED] mac-address=[REDACTED] \
server=dhcp1
add address=192.168.1.31 comment=[REDACTED] mac-address=[REDACTED] \
server=dhcp1
add address=192.168.1.13 comment=[REDACTED] mac-address=[REDACTED] \
server=dhcp1
add address=192.168.1.126 comment=[REDACTED] mac-address=[REDACTED]
add address=192.168.1.161 comment=[REDACTED] mac-address=[REDACTED]
add address=192.168.1.53 comment=[REDACTED] mac-address=[REDACTED] \
server=dhcp1
add address=192.168.1.162 client-id=[REDACTED] mac-address=\
[REDACTED] server=dhcp1
add address=192.168.1.4 client-id=[REDACTED] comment=[REDACTED] mac-address=[REDACTED] server=dhcp1
add address=192.168.1.3 client-id=[REDACTED] comment=[REDACTED] mac-address=[REDACTED] server=dhcp1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=8.8.8.8 gateway=192.168.1.1
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related hw-offload=yes
add action=accept chain=forward connection-state=established,related
add action=drop chain=forward connection-state=invalid
add action=drop chain=forward connection-nat-state=!dstnat connection-state=\
new in-interface=pppoe-out1
/ip firewall nat
add action=masquerade chain=srcnat dst-port=123 protocol=udp to-ports=\
12300-12390
add action=masquerade chain=srcnat comment=masquerade out-interface=\
pppoe-out1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh address=192.168.1.0/24
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Asia/[REDACTED]
/system ntp client
set enabled=yes
/system ntp client servers
add address=pool.ntp.org