Skip to the content
Fabian Lee : Software EngineerFabian Lee : Software Engineer
Cloud Operations and Development
  • Monitoring
  • Logging
  • Containers
  • Python

OpenWrt: installing dig from opkg

March 24, 2023
Categories: OpenWrt

For troubleshooting DNS issues, running the dig utility directly from OpenWrt can be essential.  This is easily done by installing the ‘bind-dig’ package as shown below.

opkg update
opkg install bind-dig

REFERENCES

Opkg official docs

openwrt forums, bind-dig package missing

 

Categories: OpenWrt Tags: bind-dig, dig, dns, nslookup, openwrt, opkg, resolution

Post navigation

← Ubuntu: ‘Connection to the Snap Store failed’ during upgrade from Ubuntu 20 to 22
Bash: using dig for reverse DNS lookup by IP →
© 2025 Fabian Lee : Software Engineer