DHCP/DNS中 的技术叫dnsmasq
可配置hosts和
自定义挟持域名配置
image.png
image.png
拦截优先级为挟持域名最高,另外需要重启服务方可生效,在系统,启动项中重启dnsmasq
ssh
使用root用户SSH登录服务器出现Access Denied错误
只输入root就出现了错误, 但是输入其他用户名需要输入密码才提示错误,解决办法
另外在openwrt中自带的ssh是正常登录的。
解决办法:
vim /etc/ssh/sshd_config
然后
#PermitRootLogin prohibit-password
PermitRootLogin yes
image.png
另外确保sshd是启用状态。
对于无法ping通某些 如api.cloudflare问题,可以利用此技术搜索到ip进行写死即可
标签:sshd,image,PermitRootLogin,openwrt,dns,png,ssh From: https://blog.51cto.com/lozn/7056838