Skip to content

Instantly share code, notes, and snippets.

@tonylambiris
Created December 18, 2018 22:36
Show Gist options
  • Select an option

  • Save tonylambiris/8bf9dfc386af4154d8e27e2c6c30232c to your computer and use it in GitHub Desktop.

Select an option

Save tonylambiris/8bf9dfc386af4154d8e27e2c6c30232c to your computer and use it in GitHub Desktop.
Fix local DNS resolution of short hostnames on Orbi devices
# 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