Wap AC LTE & Win 10 corp. = no Wifi?

I have a Wap AC lte kit with pretty much default config. The problem is that my work Win 10 (corporation) is not able to obtain ip address from Wap AC but my personal Win 10 Home gets ip. What could cause this?
conf.txt (3.99 KB)

Short answer: is a PC (your) problem.

Answer: you have set IP manually on PC interface.


Paste this inside the terminal without omit the { } !!!

{
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-g/n station-roaming=disabled
set [ find default-name=wlan2 ] station-roaming=disabled
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,!dude,tikapp"
}

Those settings didn’t help for obtaining ip but of course manual setting of ip address helps.

The problem must be in Wap AC settings because my laptop is able to connect and obtain IP address from any other access point (including other types of Mikrotik!). Issue seems to be in DHCP server. Is there any way how I could debug the problem? In which event log Win 10 stores DHCP client messages? How can I enable more verbose DHCP server messages in Mikrotik?