Hello ryzhov_al - am getting same error like before - once I ran the command can't get access to the internet.
Jun 5 19:34:20 dnsmasq-dhcp[573]: read /etc/ethers - 0 addresses
Jun 5 19:34:21 dnscrypt-proxy[590]: Starting dnscrypt-proxy 1.4.0
Jun 5 19:34:21 dnscrypt-proxy[590]: Initializing libsodium for optimal performance
Jun 5 19:34:21 dnscrypt-proxy[590]: Generating a new key pair
Jun 5 19:34:21 kernel: nf_conntrack_rtsp v0.6.21 loading
Jun 5 19:34:21 kernel: nf_nat_rtsp v0.6.21 loading
Jun 5 19:34:21 admin: sh /opt/S50asuslighttpd.1 firewall-start
Jun 5 19:34:22 admin: sh /opt/S50downloadmaster.1 firewall-start
Jun 5 19:34:23 admin: sh /opt/S50asuslighttpd.1 start
Jun 5 19:34:25 rc_service: udhcpc 458:notify_rc stop_upnp
Jun 5 19:34:25 miniupnpd[575]: shutting down MiniUPnPd
Jun 5 19:34:25 rc_service: udhcpc 458:notify_rc start_upnp
Jun 5 19:34:25 miniupnpd[1029]: HTTP listening on port 57907
Jun 5 19:34:25 miniupnpd[1029]: Listening for NAT-PMP/PCP traffic on port 5351
Jun 5 19:34:25 ddns: clear ddns cache file for server/hostname change
Jun 5 19:34:26 ddns update: ez-ipupdate: starting...
Jun 5 19:34:26 nmbd[422]: [2014/06/05 19:34:26, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
Jun 5 19:34:29 admin: sh /opt/S50downloadmaster.1 start
Jun 5 19:34:41 nmbd[422]: [2014/06/05 19:34:41, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(392)
Jun 5 19:34:49 transmission-daemon[1741]: RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:828)
Jun 5 19:34:49 transmission-daemon[1741]: RPC Server Adding address to whitelist: *.*.*.* (rpc-server.c:828)
Jun 5 19:34:49 transmission-daemon[1741]: RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1035)
Jun 5 19:34:49 transmission-daemon[1741]: RPC Server Whitelist enabled (rpc-server.c:1039)
Jun 5 19:35:10 watchdog: start ddns.
Jun 5 19:35:10 rc_service: watchdog 355:notify_rc start_ddns
Jun 5 19:35:10 ddns update: ez-ipupdate: starting...
Jun 5 19:35:18 nmbd[1842]: [2014/06/05 19:35:18, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(392)
Jun 5 19:35:40 ddns update: error connecting to ns1.asuscomm.com:80
Jun 5 19:35:40 ddns update: asusddns_update: 1
Jun 5 19:35:55 dnsmasq-dhcp[573]: DHCPINFORM(br0)
Jun 5 19:35:55 dnsmasq-dhcp[573]: DHCPACK(br0)
Jun 5 19:36:10 watchdog: start ddns.
Jun 5 19:36:10 rc_service: watchdog 355:notify_rc start_ddns
Jun 5 19:36:10 ddns update: ez-ipupdate: starting...
Jun 5 19:36:40 ddns update: error connecting to ns1.asuscomm.com:80
Jun 5 19:36:40 ddns update: asusddns_update: 1
Jun 5 19:37:10 watchdog: start ddns.
Jun 5 19:37:10 rc_service: watchdog 355:notify_rc start_ddns
Jun 5 19:37:10 ddns update: ez-ipupdate: starting...
Jun 5 19:37:40 ddns update: error connecting to ns1.asuscomm.com:80
Jun 5 19:37:40 ddns update: asusddns_update: 1
Dec 31 19:03:46 rc_service: watchdog 597:notify_rc start_ddns
Dec 31 19:03:46 ddns update: ez-ipupdate: starting...
Dec 31 19:04:01 ddns update: error connecting to updates.dnsomatic.com:80
Dec 31 19:04:01 ddns update: asusddns_update: 1
Dec 31 19:04:06 dnscrypt-proxy[1609]: Refetching server certificates
Dec 31 19:04:06 dnscrypt-proxy[1609]: Server certificate #xxxxxxxx received
Dec 31 19:04:06 dnscrypt-proxy[1609]: This certificate has not been activated yet
Dec 31 19:04:06 dnscrypt-proxy[1609]: No useable certificates found
Dec 31 19:04:16 watchdog: start ddns.
The same deadlock:I am getting the following repeating error:
cat /etc/hosts
The same deadlock:
1) NTP can't resolve DNS server name to update system time,
2) dnscrypt-proxy can't provide name resolving because certificate is not vaild without right system time.
My script fixes /etc/hosts to prevent deadlock and it works for me. While in deadlock, please show how /etc/hosts looks like:
Code:cat /etc/hosts
Try providing an IP instead of a hostname for the NTP server.
Nothing more I can troubleshoot on the issue that there is no internet access for the R66U when installing the script? a placed all error and dmesg, my NTP does sync but the process fo the dnscrypt disapears, if I try to start the WAN script again, it just says its done and nothing more. I would really like to make this work on merlins firmware.
Thanks
regards.
Hi ryzhov_al, Merlin, nothing else we can do to help troubleshoot the dnscrypt with no Entware installed? we placed the dmesg and the log of the routers, Thanks for all your efforts and great work!
Yes, and logs says there is deadlock which I described above.Hi ryzhov_al, Merlin, nothing else we can do to help troubleshoot the dnscrypt with no Entware installed? we placed the dmesg and the log of the routers, Thanks for all your efforts and great work!
Yes, and logs says there is deadlock which I described above.
Did you tried to use IP addresses of NTP servers instead of it's DNS names?
I can't reproduce this bug, sorry.
cp -f /jffs/configs/dnsmasq0 /jffs/configs/dnsmasq.conf.add && \
service restart_dnsmasq
sleep 4s
killall ntp
service restart_ntpc
sleep 4s
cp -f /jffs/configs/dnsmasq1 /jffs/configs/dnsmasq.conf.add && \
service restart_dnsmasq
#!/bin/sh
sleep 15s
/opt/etc/init.d/rc.unslung start
iptables -t nat -A PREROUTING -p udp -d ! `nvram get lan_ipaddr` --dport 53 -j DNAT --to-destination `nvram get lan_ipaddr`
iptables -t nat -A PREROUTING -p tcp -d ! `nvram get lan_ipaddr` --dport 53 -j DNAT --to-destination `nvram get lan_ipaddr`
no-resolv
server=127.0.0.1#65053
/jffs/bin/dnscrypt-proxy ...
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
B | (solved) Dnscrypt blocked-names.txt automatically deleted upon modification | Asuswrt-Merlin | 4 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!