mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-05 12:49:36 +00:00
doc/dhcp-to-dns: add a note on reverse lookup
https://github.com/eworm-de/routeros-scripts/discussions/94 https://github.com/eworm-de/routeros-scripts/issues/104 https://github.com/eworm-de/routeros-scripts/issues/120 ... and possibly more.
This commit is contained in:
parent
6d5274c5b1
commit
65f101eb48
1 changed files with 17 additions and 0 deletions
|
|
@ -80,6 +80,23 @@ Note this information can be configured in wireless access list with
|
|||
then due to script execution order. Decrease the scheduler interval to
|
||||
reduce the effect.
|
||||
|
||||
Frequently asked questions
|
||||
--------------------------
|
||||
|
||||
### Is it possible to have the hostname in reverse lookup?
|
||||
|
||||
It used to be like that in the beginning. But there are way too many special
|
||||
cases... Devices without hostname, devices with same hostname, devices
|
||||
switching from one network to another, devices with same hostname in
|
||||
different network, ...
|
||||
|
||||
Fixing one broke another. It never really worked without problems. So
|
||||
finally the code ended with what we have now.
|
||||
|
||||
I know about that side effect and limitation with reverse lookup, but
|
||||
there's really no (easy) way to get that right without mac address. The
|
||||
reverse lookup will always give a name based on mac address.
|
||||
|
||||
See also
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue