Hi to all,
I have some strange issue with hotspot and dns, and it reflect itself only on Iphone and Ubuntu(14.04).
On android and windows hotspot works.
So, the problem is that client that is connected to hotspot can not resolve its local ip. For example, dns name is hotspot1.local, ping looks like this:
user@chrubuntu:~$ ping hotspot1.local
ping: unknown host hotspot1.local
user@chrubuntu:~$
DHCP gives ok dns and other settings:
user@chrubuntu:~$ nmcli dev list iface wlan0 | grep IP4
IP4.ADDRESS[1]: ip = 10.40.3.254/22, gw = 10.40.0.1
IP4.DNS[1]: 10.40.0.1
IP4.DNS[2]: 8.8.8.8
after I manually add hotspot1.local to /etc/hosts, then it works ok…
Hotspot setup is simple, created with wizard…
Anyone have any idea?