Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. owine

    NTP problem

    My ISP blocks NTP over IPv4 for some bizarre reason so I do the following to set the router's time in a wan-start script: date -s "$(curl -sD - google.com | grep ^Date: | cut -d' ' -f3-6)Z"
  2. owine

    tunnelbroker 6inv4 issues

    Can you ping IPv6 from the router itself (not client)?
  3. owine

    Major Flaw or I am missing something - Port 80 on WAN

    When you say access from the WAN, do you mean access from physically outside of your network or using your external IP from inside your network? If the latter, the loopback action is expected as it is bypassing the firewall. If the former, that is not expected.
  4. owine

    User NVRAM Save/Restore Utility (R26.2)

    Looks like the jffs restore script is hard coded for /mnt/ASUS path instead of just using ./.
  5. owine

    User NVRAM Save/Restore Utility (R26.2)

    My dhcp_staticlist includes the device names. Syntax is: <MAC>IP>Hostname<MAC>IP>Hostname
  6. owine

    Dnscrypt from opendns

    You set no-resolv in your dnsmasq configuration, right?
  7. owine

    Asuswrt-Merlin 376.49 is out

    I see. Oh well. I am unable to get time to sync up anymore which means I can't use dnscrypt anymore. Will work around and see if fixed in a future release. Thanks.
  8. owine

    Asuswrt-Merlin 376.49 is out

    I know NTP code was in flux recently, but were there any changes between .48 and .49? With .49 my AC66U is unable to set the system time via ntp. I have even changed my ntp server to an IP address.
  9. owine

    Happy Holidays - and a look back at 2014

    Thanks for all of your hard work on the project in the past and going forward.
  10. owine

    Asuswrt-Merlin 376.49 is out

    This may be outside the scope of the project, but it would be nice if the router would let you listen on WAN for webui access on HTTP but then forward it to the HTTPS port automatically. Just a thought.
  11. owine

    Dnscrypt from opendns

    Add strict-order to your dnsmasq.conf.add file. That will get what you want.
  12. owine

    Dnscrypt from opendns

    Thanks for the heads up. If you remove the old package and replace it with the new package, you will have to modify your wan-start script to use /opt/bin/hostip to get the NTP addresses. Failure to do this left me wondering why my NTP would not work (and thus no DNS connectivity), but this...
  13. owine

    Astrill VPN applet kept disappearing after reboot of the asus router

    Yes sorry typing too fast. I can't tell you what that means, but that's your problem. That's how the applet loads itself at boot and it is erroring out.
  14. owine

    Astrill VPN applet kept disappearing after reboot of the asus router

    Paste the contents of /jffs/init-start
  15. owine

    Feature Requests DHCP and DNS

    1. See https://github.com/RMerl/asuswrt-merlin/wiki/Sort-DHCP-Reservations-by-IP. I have this run at midnight in a cron so every day my entries are sorted by IP. 2. You can achieve this with a hosts.add file in your /jffs/configs directory. Simply add the entries as you would to a hosts file...
  16. owine

    DDNS on Merlin

    DNS-o-Matic is a DDNS service that the router firmware can update. DNS-o-Matic allows you to associate multiple accounts that need DDNS updates with it and when it receives updates, they are propagated to all of the services.
  17. owine

    iTunes Service: YES (While everything is disabled)

    Whatever that device is has its own iTunes service running. It's not referring to the router itself.
  18. owine

    Asuswrt-Merlin 376.45 is out

    IPSec was only removed from the ARM devices. The RT-AC66U is a MIPS device so it still has IPSec in .44 and .45.
  19. owine

    block dhcp answers for specific MAC address

    Not sure if you made a tyop, but it is an underscore for service restart_dnsmasq, not a hyphen. That restarts dnsmasq which in turn causes it to reload the conf file and any add files.
  20. owine

    Asuswrt-Merlin 376.44 is out

    Does it work if you use UPNP or NAT-PMP?
Top