Obtaining ip from tp-link to mikrotik
Posted: Thu Aug 02, 2018 3:50 pm
Hi, I have got an hAP Lite, eth2, eth3, eth4 and wlan are in bridge mode, it works fine, but the problem is with tp-link repeater. When I power on the tp-link, obtains an ip from mikrotik dhcp server, but when I try connect to tp-link, my smartphone still "obtaining ip".
At dhcp server -> leases, I can see the mac address of my smartphone and the status is "offered".
I researched here, in other post about this problem, but I can't resolve my problem with mikrotik and tp-link. This is my schema:
In the log of mikrotik appears it:
In dhcp server - leases shows it:
Hosname *5\15\10 is tp-link repeater and motog2014 is android device.
Can someone help me?
Regards
(Sorry for my english)
At dhcp server -> leases, I can see the mac address of my smartphone and the status is "offered".
I researched here, in other post about this problem, but I can't resolve my problem with mikrotik and tp-link. This is my schema:
In the log of mikrotik appears it:
Code: Select all
12:09:32 dhcp,debug,packet dhcp1 sending offer with id 3024565349 to 255.255.255.255
12:09:32 dhcp,debug,packet flags = broadcast
12:09:32 dhcp,debug,packet ciaddr = 0.0.0.0
12:09:32 dhcp,debug,packet yiaddr = 192.168.5.7
12:09:32 dhcp,debug,packet siaddr = 192.168.5.1
12:09:32 dhcp,debug,packet chaddr = 44:80:EB:F1:60:A0
12:09:32 dhcp,debug,packet Msg-Type = offer
12:09:32 dhcp,debug,packet Server-Id = 192.168.5.1
12:09:32 dhcp,debug,packet Address-Time = 86400
12:09:32 dhcp,debug,packet Subnet-Mask = 255.255.255.0
12:09:32 dhcp,debug,packet Router = 192.168.5.1
12:09:32 dhcp,debug,packet Domain-Server = 192.168.5.1,192.168.1.1
12:09:48 dhcp,debug,packet dhcp1 received discover with id 3024565349 from 0.0.0.0
12:09:48 dhcp,debug,packet secs = 30
12:09:48 dhcp,debug,packet flags = broadcast
12:09:48 dhcp,debug,packet ciaddr = 0.0.0.0
12:09:48 dhcp,debug,packet chaddr = 44:80:EB:F1:60:A0
12:09:48 dhcp,debug,packet Msg-Type = discover
12:09:48 dhcp,debug,packet Client-Id = 01-44-80-EB-F1-60-A0
12:09:48 dhcp,debug,packet Max-DHCP-Message-Size = 1500
12:09:48 dhcp,debug,packet Class-Id = "android-dhcp-7.1.2"
12:09:48 dhcp,debug,packet Host-Name = "motog2014"
12:09:48 dhcp,debug,packet Parameter-List = Subnet-Mask,Router,Domain-Server,Domain-Name,Interface-MTU,Broadcast-Address,Address-Time,Renewal-Time,Rebinding-Time,Vendor-
Specific
12:09:48 dhcp,warning dhcp1 offering lease 192.168.5.7 for 44:80:EB:F1:60:A0 to 30:B5:C2:EF:50:6A without success
Code: Select all
# ADDRESS MAC-ADDRESS HOST-NAME SERVER RATE-LIMIT STATUS
0 D 192.168.5.10 30:B5:C2:EF:50:6A *5\15\10 dhcp1 bound
1 D 192.168.5.7 44:80:EB:F1:60:A0 motog2014 dhcp1 offered
Can someone help me?
Regards
(Sorry for my english)