No luck means does not work.I already check the url you sent it's the first think i write at the first post.
Let me explain.
O unifi ubiquiti access-point needs to know the ip address or the hostname of the unifi controller.
By default it looks for the hostname "unifi". If you have a dns A record for unifi mached to an ip then it can find it.
But if you have more controllers then you have to change that name with the ip address you want and you can offer this to access-point via the dhcp-server.You can do that by option 43 at the dhcp server. That way you can send the controllers ip to the access-point.
I have done that many times with mikrotik dhcp server:
option 43
ventor id (0x0104)
mac in hex. (eg 192.168.1.1 in hex is c0a80101)
the string is 0x0104c0a80101
and it works. either after factory default to an access-point. dhcp-server offers ip,gw,dns and unifi controller address to access-point.
My question is: which is the exact syntax to checkpoint to achieve that. Does anybody knows?
i tried with thomson-voip (sk107393) lets say the ip is 192.168.1.1
choices:
192.168.1.1
c0a80101
0104c0a80101
0x0104c0a80101
access-point never gets the controller's ip address.
manuals said NOTHING about the syntax of the options field. No error occurs to /var/log/messages (just db error which is a bug from older versions and it still exists)
thanks again for your time again.