Created
December 18, 2018 22:36
-
-
Save tonylambiris/8bf9dfc386af4154d8e27e2c6c30232c to your computer and use it in GitHub Desktop.
Fix local DNS resolution of short hostnames on Orbi devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Enable remote access by browsing to http://192.168.1.1/debug.htm and click "Enable Telnet" | |
| # Login credentials for telnet share the same username/password as the web interface login | |
| # If the devices are restarted or you upgrade the firmware you'll need to do this again | |
| # Append the text below to /etc/dnsmasq.conf and then run /etc/init.d/dnsmasq restart | |
| domain=lan | |
| local=/lan/ | |
| addn-hosts=/tmp/dhcpd_hostlist | |
| expand-hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment