Thu Sep 20, 2018 2:32 am
I plug a windows laptop in and get an IP from DHCP server on RB2011 with no problems.
I plug the mAP-LiTe in and it does not get an IP from the DHCP server on RB2011
mAP-LiTe config
# sep/18/2018 11:26:56 by RouterOS 6.42.3
# software id = RGGA-3ASW
#
# model = RouterBOARD mAP L-2nD
# serial number =
/interface bridge
add arp=proxy-arp fast-forward=no name=bridge1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=\
tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
management-protection=allowed mode=dynamic-keys name=iphone \
supplicant-identity=""
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
management-protection=allowed mode=dynamic-keys name=mpguest \
supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] arp=proxy-arp band=2ghz-b/g/n disabled=no \
mode=ap-bridge security-profile=mpguest ssid=mpg
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=0.0.0.1-0.0.0.254
add name=dhcp_pool1 ranges=192.168.88.4-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=none
/interface detect-internet
set detect-interface-list=dynamic internet-interface-list=all \
lan-interface-list=LAN wan-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.3/24 interface=wlan1 network=192.168.88.0
/ip cloud
set update-time=no
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
add default-route-distance=2 dhcp-options=clientid_duid,clientid,hostname \
disabled=no interface=ether1
/ip dhcp-server network
add address=0.0.0.0/24 gateway=0.0.0.0 netmask=24
add address=192.168.88.0/24 gateway=192.168.88.3 netmask=24
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=all
add action=masquerade chain=srcnat out-interface=ether1 out-interface-list=\
WAN src-address=192.168.88.0/24
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip route
add distance=1 dst-address=192.168.3.0/24 gateway=bridge1
/ip service
set www-ssl disabled=no
/system clock
set time-zone-name=**
/system identity
set name=maplite
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=none
/tool mac-server mac-winbox
set allowed-interface-list=none