刚部署容器时iStore无法安装插件和访问互联网,重装也不行,排除一圈后发现dnsmasq未运行,具体表现为获取到ip也配置了dns,无法更新及访问互联网,最后在恩山上找到了方法
启动容器后openwrt的dnsmasq无法正常启动,需要ssh连接openwrt后修改/etc/init.d/dnsmasq文件
vim /etc/init.d/dnsmasq
重启dnsmasq
/etc/init.d/dnsmasq restart
刚部署容器时iStore无法安装插件和访问互联网,重装也不行,排除一圈后发现dnsmasq未运行,具体表现为获取到ip也配置了dns,无法更新及访问互联网,最后在恩山上找到了方法
启动容器后openwrt的dnsmasq无法正常启动,需要ssh连接openwrt后修改/etc/init.d/dnsmasq文件
vim /etc/init.d/dnsmasq
重启dnsmasq
/etc/init.d/dnsmasq restart