Thu Sep 28, 2017 6:06 am
Thanks a lot for the replies.
[admin@MikroTik] > export compact
# sep/28/2017 13:00:00 by RouterOS 6.40
# software id = E0W4-E4M6
#
# model = CRS109-8G-1S-2HnD
# serial number = 786B0623048E
/interface bridge
add admin-mac=6C:3B:6B:A7:56:81 auto-mac=no comment=defconf fast-forward=no name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n basic-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=\
1Mbps,2Mbps,5.5Mbps,11Mbps channel-width=20/40mhz-Ce country=australia disabled=no distance=indoors frequency=auto mode=ap-bridge rate-set=\
configured ssid=MikroTik-A75689 wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] master-port=ether2-master
set [ find default-name=ether5 ] master-port=ether2-master
set [ find default-name=ether6 ] master-port=ether2-master
set [ find default-name=ether7 ] master-port=ether2-master
set [ find default-name=ether8 ] master-port=ether2-master
set [ find default-name=sfp1 ] master-port=ether2-master
/ip neighbor discovery
set ether1 discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" group-key-update=1h mode=dynamic-keys wpa-pre-shared-key=xxxxxxxx \
wpa2-pre-shared-key=xxxxxxxx
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=bridge lease-time=3d name=defconf
/port
set 1 name=usb2
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=wlan1
/interface wireless access-list
add mac-address=1C:3E:84:34:F3:A8
add mac-address=30:07:4D:3D:22:B0
add mac-address=8C:F5:A3:EA:7D:C3
add mac-address=AC:BC:32:CC:39:A3
add interface=wlan1 mac-address=98:5F:D3:5C:D7:CB vlan-mode=no-tag
add interface=wlan1 mac-address=1C:1E:E3:92:C4:81
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether2-master network=192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
add default-route-distance=2 dhcp-options=hostname,clientid disabled=no use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept established,related" connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=ether1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
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=\
ether1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=ether1
# lte1 not ready
add action=masquerade chain=srcnat out-interface=*C
/lcd
set time-interval=hour
/lcd interface pages
set 0 interfaces=wlan1
/system clock
set time-zone-name=Australia/Sydney
/system logging
add topics=lte
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge
/tool romon
set enabled=yes
[admin@MikroTik] >
ekpesinyang, I will check the clients settings when this problem occurs and will paste the results.