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. S

    Notification if someone tries to access a web server remotely?

    something like https://github.com/RMerl/asuswrt-merlin/wiki/WOL-Script-Wake-Up-Your-Webserver-On-Internet-Traffic
  2. S

    Double NAT custom DDNS script

    Great that you solved it. From what I gather everything seems alright. In the future you should wget the raw file from github instead of copy/pasting :) I don't think i will make any changes regarding username as i don't think email should be used.
  3. S

    Double NAT custom DDNS script

    Hello grifo, First of all, which asus/merlin version du you run? I briefly tested the IP 192.168.1.253, and that works nicely. It is matched by: if [[ -n "$(echo "$ASUSIP" | grep -E...
  4. S

    Double NAT custom DDNS script

    Project has been moved to git, please find it here: https://github.com/Meliox/Utils/blob/master/ddns-start/ddns-start Code has been removed from initial post with a link to the file above.
  5. S

    Selective DNS for specific device

    Hello, I want to set up some selective DNS for one of my devices. I am well aware of the DNS filter (https://github.com/RMerl/asuswrt-merlin/wiki/DNS-Filter) and would also like to use that, however, I would need to add serveral custom urls/ip to the DNS filter. Perhaps something like using...
  6. S

    Local traffic graph

    Hello, Is it possible to see the usage of available wifi and lan bandwidth in any way? Perhaps something similar to the wan to lan traffic graph?
  7. S

    VPN Server

    The easiest solution is to use PPTP, but that is less secure than OpenVPN... However, it works on every device without advanced configuration and I know how to configure that :) 1) Configure it in the setting as you like - https://www.asus.com/support/faq/114892 2) If you want localfile share...
  8. S

    Double NAT custom DDNS script

    There's some interesting information here: http://www.snbforums.com/threads/guide-pptp-selective-routing-split-tunnel.15620/ Perhaps some of it might be of help.
  9. S

    Double NAT custom DDNS script

    I wonder why that is not working. I tried again.... Without pptp vpn Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.1 * 255.255.255.255 UH 0 0 0 vlan2 192.168.2.0 * 255.255.255.0...
  10. S

    Double NAT custom DDNS script

    Follow step 1+2 in "How to use" and edit this in the script: CUSTOM_UPDATE="" # use cron to check for new ip every X minute. Leave empty if you're using the default from merlin (24 hours). Any previous, or if used, setting will be removed if left empty.
  11. S

    Double NAT custom DDNS script

    Maybe not, but then the cron mode can be used.
  12. S

    Double NAT custom DDNS script

    I actually havn't tried that, but I guess it will as the method for getting the external ip would be the same. However, I don't know, which IP is stored in the NVRAM. Can you try and execute the script and post the results here. Then I can have a look.
  13. S

    Double NAT custom DDNS script

    Well you could do that. I have no experience with routing, so I don't know what the effect of this route is.
  14. S

    Double NAT custom DDNS script

    Yes, indeed. It would probably be best to curl the ip as well, the DNS also resolves fine. However, I'm not sure whether this will leak your ip etc. It would be easy to add vpn handling using this to the script.
  15. S

    Double NAT custom DDNS script

    route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.1 * 255.255.255.255 UH 0 0 0 vlan2 94.12.345.678 192.168.1.1 255.255.255.255 UGH 0 0 0 vlan2 192.168.2.0 *...
  16. S

    Double NAT custom DDNS script

    What do you get if you type this in a terminal to your router? curl -s --interface vlan2 http://icanhazip.com/ curl -s --interface vlan2 http://ipv4.myip.dk/api/info/IPv4Address edit: Tried myself. Seems like the request just times out. I don't know how the routing is being made... Seems to...
  17. S

    Double NAT custom DDNS script

    Try curl with br0. Or one of the other listed here.
  18. S

    Double NAT custom DDNS script

    Try ifconfig and post the content here.
  19. S

    Double NAT custom DDNS script

    Double NAT custom DDNS script I have made a double NAT custom DDNS script for asus router (and possibly others as well) working for DDNS provider NOIP. The issues with double NAT is that our asus router does not report the external IP, only the ip reported for the WAN interface. For that reason...
  20. S

    Custom DDNS update rate?

    What does you log say? Mine says: Apr 20 04:00:29 watchdog: start ddns. Apr 20 04:00:29 rc_service: watchdog 496:notify_rc start_ddns Apr 20 04:00:29 custom script: Running /jffs/scripts/ddns-start (args: 192.168.1.2) Apr 20 04:00:29 ddns: Completed custom ddns update Router site: Path for...
Top