openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.95k stars 3.46k forks source link

procd-ujail: makes dnsmasq refuse to answer dns queries #17185

Closed wwortel closed 2 years ago

wwortel commented 2 years ago

22/11/2021 compile for ramips device Ubiquiti EdgeRouter X sfp ; snapshot: r18166-e2c4998f6d Choosing TARGET_ramips_mt7621_DEVICE_ubnt_edgerouter-x-sfp selects default the inclusion of procd-ujail . This has the effect of dnsmasq being put in a jail. The device can still make dns queries to upstream. But, depite dnsmasq listening on all interfaces, any incoming queries get the reply 'REFUSED'. Easily tested on the device itself e.g. with the command \'nslookup \<some fqdn> localhost\' This leaves any devices downstream in the dark that via dhcp got the news to fetch their dns information from this jailed dnsmasq. Exactly same configuration compile, but with procd-ujail manually removed, restores complete functionality of dnsmasq.

feckert commented 2 years ago

Wrong repository. The package procd-ujail is maintained in openwrt-base. Please open a bug report at https://bugs.openwrt.org/