ip address/
add address=10.1.21.1/24 interface=vlan21_guest network=10.1.21.0
add address=192.168.1.1/24 interface=ether1 network=192.168.1.0
/routing table
add name=Route1Name
add name=Route2Name
/interface bridge settings set use-ip-firewall=yes
/ip dhcp-server lease remove [find where dynamic=no]
/ip dhcp-server lease export file=dhcp-static
/ip route
add check-gateway=ping distance=1 gateway=192.168.1.1
add check-gateway=ping distance=2 gateway=192.168.2.1
/ip dns static add address=192.168.88.200 regexp=".*\\.router\\.test\$"
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
/ip firewall mangle
add chain=prerouting action=mark-routing dst-address=138.68.XXX.XXX in-interface=bridge1 new-routing-mark=to_WAN1 passtrough=no
/resolve www.mikrotik.com server=8.8.8.8
/tool Fetch url="provided.unique.url" mode=http
:for i from=0 to=12 do={/interface bridge port set $i pvid=101}
/ip dns
set allow-remote-requests=yes
:if ($bound=1) do={/ip route set [find dst-address=X.X.X.X/32] gateway=$"gateway-address" }
:local since [/tool netw get [find where comment=MAIN CONNECTION] since]
interface list member set [find list=POE] disabled=yes
/ip ssh
set forwarding-enabled=no
:for i from=1 to=50 do={/ip firewall address-list add list="user_$i" address="172.16.1.$(($i*5)-4)-172.16.1.$($i*5)"}
/interface list
add name=WAN
/interface list member
add list=WAN interface=wan
/interface wireless export
/interface wireless set wlan1 tx-chain=0,1
/ip dhcp-client add interface=lte
/export hide-sensitive file=myconfig
/interface bridge host print
:foreach i in=[/interface bridge port find where bridge="bro"] do={/interface bridge port set $i pvid=10}
:foreach i in=[/ip fire add find where list=name address~".net"] do={:if ([/ping [/ip fire add get $i value-name=address] interval=1s count=5]>0) do={/ ip fire add set $i timeout=30d}}
You have log=yes (checked), this is the log showing a connection. This is not an error message. Was the client unable to connect to the router?dstnat: in :pppoe-out1 out:(unknown 0), proto TCP (SYN), 110.54.222.111:49667->101.58.69.xx:3389, len48
/ip firewall filter
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
/ip address remove [find address="192.168.88.1/24"]
/ip firewall nat export
/tool user-manager user set [find shared-users=unlimited] shared-users=1
/export hide-sensitive file=export
/ip firewall mangle
add action=accept chain=prerouting dst-address=10.255.255.0/24 in-interface=bridge
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
/ip firewall nat unset [find action=masquerade] out-interface
/ip firewall nat
add action=src-nat chain=srcnat src-address=192.168.0.0/24 dst-address=192.168.0.4 to-address=192.168.0.1
/log print file=log.txt
:if ([/ip route [find gateway=x.x.x.x] distance]=2) do={:log error “True”}
Have tried disabling this?Code: Select all/system logging add topics=debug
So, have you tried without the metal casing?One device has metal casing to give more focus.
:if ( [ :len [/interface wireless registration find] ] <= 0 ) do={ /interface wireless disable wlan1; :log info "No Wireless Users - Wireless Disabled";}