Community discussions

MikroTik App
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

mAP Lite DHCP client

Wed Sep 19, 2018 4:45 am

Spinning on this one for a while..

I plug a mAP lite in on eth1 to RB2011 eth10
and the lite will not bind to the IP offered to it from
the DHCP server on RB2011.. Just stays in lease offered state.

The mAP lite has been reset to fac default.

????
You do not have the required permissions to view the files attached to this post.
 
nescafe2002
Forum Veteran
Forum Veteran
Posts: 915
Joined: Tue Aug 11, 2015 12:46 pm
Location: Netherlands

Re: mAP Lite DHCP client

Wed Sep 19, 2018 8:30 am

Describe what ROS version and firmware is being used on both ends. Maybe try another ethernet cable. Could you post RB2011 config? In terminal: /export hide-sensitive
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: mAP Lite DHCP client

Wed Sep 19, 2018 9:02 am

RB2011 = 6.42.6
mAP lite = 6.40.8

Tried different cables, tried different mAP lites..
Still no go
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: mAP Lite DHCP client

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
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: mAP Lite DHCP client

Thu Sep 20, 2018 2:35 am

mAP lite firmware

[admin@maplite] /system routerboard> print
routerboard: yes
board-name: mAP lite
model: RouterBOARD mAP L-2nD
revision: r2
serial-number:
firmware-type: qca9531L
factory-firmware: 3.41
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: mAP Lite DHCP client

Thu Sep 20, 2018 2:56 am

I plug the mAP-LiTe into vlan3 port (switch1 of RB2011) and gets an IP with no problem.....?
I plug the mAP-LiTe into port 9/10 (switch2 of RB2011) (no vlans) and it will not take the IP from DHCP server on RB2011....
 
Cvan
Member Candidate
Member Candidate
Topic Author
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: mAP Lite DHCP client

Thu Sep 20, 2018 3:35 am

Okay... final notes..

So backtracked my switch vlan stuff. Noticed that on switch2 vlan mode was enabled, even though I thought I had it disabled..
So through the ROS GUI I went into [Switch] and [Port] and reset [switch2 cpu] and in [vlan] removed port 9/10.
Through the GUI these change did NOT stick. I closed the switch view and then re-opened and the old settings were still there!
So I did it from the command line interface and everything stuck. Then rebuilt the DHCP server on ether 9/10 and plugged in the mAP-LiTe
and voila, it finally got an IP from the DHCP server on RB2011. Note to self and you; when in doubt, use command line for configuration changes.

case closed