Google Home Mini配置失败解决办法

 Google Home Mini配置到最后一步时失败:

There was a problem setting up Google Home Mini

For help resolving this issue,visit the Help Center

 


Authentication isn't successful

If Google Home is having trouble connecting to your Google Account, try the steps below: 

  1. Make sure Google Home is connected to Wi-Fi and your internet is working.
  2. Reboot Google Home using one of the methods below:
    1. From the Google Home app
      1. Make sure your mobile device or tablet is connected to the same Wi-Fi as your Google Home device.
      2. Open the Google Home app Google Home app.
      3. In the top right corner of the Home screen, tap Devices Devices to see your available Google Home devices. 
      4. Scroll to find the device card for the Google Home you'd like to reboot.
      5. In the top right corner of the device card, tap the device card menu More menuand thenSettings.
      6. In the top right corner of the "Device settings page", tap the More button More menuand thenReboot.
    2. Unplug the Google Home device
      1. Unplug the power cord from the Google Home device.
      2. Leave it unplugged for ~1 minute.
      3. Plug the power cord back in.

 

解决办法:

由于chromecast是直接找8.8.8.8解析,即使局域网f.q了,但直接解析会被DNS污染。you.tu.be投射不了,我们要做的就是把chromecast 的udp 53端口数据全部劫持到本地路由器,由本地解析。这样就能在局域网智能f.q的情况下观看you.tu.be了,本人已经试验成功。
将chromecast所有DNS解析的请求”劫持”到路由器上,从而避免局域网内的主机使用自定义DNS时被污染,

首先路由器要root,能够用ssh登录,登陆后

在/etc/firewall.user上增加两条规则即可:

或 


如果是极路由,在云平台https://app.hiwifi.com/store.php 搜索安装iptables,添加以下命令,并启用iptables

iptables -t nat -A PREROUTING -s 192.168.199.1/24 -p udp --dport 53 -j DNAT --to 192.168.199.1
iptables -t nat -A PREROUTING -s 192.168.199.1/24 -p tcp --dport 53 -j DNAT --to 192.168.199.1
iptables -I PREROUTING -t nat -p udp -d 8.8.4.4 --dport 53 -j REDIRECT --to-ports 53
iptables -I PREROUTING -t nat -p udp -d 8.8.8.8 --dport 53 -j REDIRECT --to-ports 53

 

转载于:https://www.cnblogs.com/ssda/p/10836644.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值