hello ,
simple question:
I have home network and I have connet to it 2 sensors.
I’m trying to add dns entry for each sensor - so when I connect to my network and wnat to see sensor1
I will enter http://www. sensor1.com and not 10.0.0.109
this is what I did :
[admin@Home] > /ip dns cache all print
Flags: S - static, N - negative
# NAME TYPE DATA TTL
0 S ht.. A 10.0.0.109 1d
1 S 10.. PTR http://www. sensor1.com 1d
but when I try to enter http://www. sensor1.com - I get no replay
when I enter 10.0.0109 - everything is working
what am I missing ?
I know its can be done , I remember did this before
do I need to edit another setting ?
Does the PC have the Mikrotik’s IP address configured as the only DNS server, through static configuration or DHCP? If multiple DNS servers are configured, the PC only asks one of them; it only switches to the next address in the list if it gets no response at all, and if it switches, it sticks with that one as long as it is getting responses. A “hostname unknown” response is still a response, so reception of such one is not a reason to switch to next server.
It depends on what IP address is set in dns-server item in the /ip dhcp-server network row. To let the clients use the Mikrotik as their DNS server, one of Mikrotik’s own addresses must be set there.
it working ,
thanks
small question :
when I connect My phone\tablet I see “!” near the wifi signal sign
everything is wotking I can go online and go to the sensor
why is it?
do I need to add anything else?
Thanks ,