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

    Custom DDNS update rate?

    I will have a look when I'm home. Can't remember that on top of my head.
  2. S

    Custom DDNS update rate?

    I think the script is working as intended. However, my IP has not changed. You should use the jffs partition for your script and add the content in the script /jffs/scripts/ddns-start, and then enable custom DDNS. https://github.com/RMerl/asuswrt-merlin/wiki/Custom-DDNS
  3. S

    How to set arp ip static wake on lan/wan

    Yes. Don't you use that for telnet as well? I would think that telnet works as well. I havn't worked with that personally though...
  4. S

    How to set arp ip static wake on lan/wan

    First you enable the jffs partition correctly (https://github.com/RMerl/asuswrt-merlin/wiki/Jffs). Should, however, be enabled in >.50 by default Then ssh into you router and follow these commands: mkdir /jffs/scripts/ echo "/usr/bin/logger -t \"($(basename $0))\" $$ \"Saving static WOL...
  5. S

    How to set arp ip static wake on lan/wan

    Services-start is working if you use it correctly. Be sure to go through this: https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts
  6. S

    Wake PC on plex request

    Happy that you found it. I, however, found it too unreliable as I saw a lot of uncalled for wake and couldn't figure out where why they were coming from my phone despite the app being closed. Also, I saw wake calls from random ip's, which was why I made a whitelist. Maybe you will figure out...
  7. S

    Double NAT can be used for DDNS! Why not by a Router?

    Here's also a solution... http://www.snbforums.com/threads/custom-ddns-update-rate.29716/#post-230630 (additional work to #2 option)
  8. S

    Run my script as a daemon ?

    Or just make your script make use of lockfile in order for you to stop/restart process. It's pretty simple. Something like https://github.com/Meliox/FTPauto/blob/master/utils/networkmonitor.sh should be doable. And of cause add it to the startup scripts...
  9. S

    Custom DDNS update rate?

    Well, yes.. I would also think it did that, however, if you're behind NAT then your wan ip does not change when the external changes. The force refresh might work, but it's only daily. Would have been better to adjust it to hourly updates. My script only updates request DNS update if the...
  10. S

    Custom DDNS update rate?

    Hey, I'm behind NAT, and thus need to check my external ip, and subsequently update if the ip has changed. So my question is, how often is the Custom DDNS updated/executed? EDIT: Found out it was 1 day. May it be set lower than that... say 1 hour? I wrote this script using the noip service...
  11. S

    Wake On WAN From More Than A Computer Using Script.

    1) Both at the same time or independently? First option; add another "$WOL -i $IFACE $MAC"... Second option requires that you run two scripts(or one if you rewrite the code) which monitors different ports for traffic. 2) You can only make Wake on Wan if you add entries. These will reset upon...
  12. S

    Wake On Lan script for Windows Share/Samba

    Well. What does the firewall logging give you when accessing the server over SMB. If its a specfic entry, then you can filter for it. Edit: I could not finding anything in the log when accessing.
  13. S

    The rmerlin donation thread.

    Just donated for a couple of beers. Thank you!
  14. S

    WOL sollution

    Well. I use a setup to forward a wol broadcast. So it's definitely doable.
  15. S

    WOL sollution

    I don't understand what you mean by separate.... I would simply port forward 34343 to 9 and then send wake on wan to 34343 after setting up af static arp entry using. Otherwise host a webpage something like yourip.org/jnfjh3qiu49823jbava7d7adgasd/ that contains a php command to execute wol.
  16. S

    PPTP not working..

    So.... I got it working after a reset and reconfiguration.. :) Thanks the help :)
  17. S

    Asuswrt-Merlin 378.55 beta 2 is now available

    Thanks. Must try a reset and see if that works.
  18. S

    Asuswrt-Merlin 378.55 beta 2 is now available

    Anyone have PPTP working for the 68U unit using the 55.x releases? Can't get mine to work (http://www.snbforums.com/threads/pptp-not-working.25737/)
  19. S

    PPTP not working..

    I found this in my processes: 1821 xxxx 664 S pptpd -c /tmp/pptpd/pptpd.conf -o /tmp/pptpd/options.pptpd So it does seem like it opens the correct config file. I think the bcrelay is due to "Broadcast Support" is enabled in advanced settings due to networkplaces being enabled. [NOT...
  20. S

    PPTP not working..

    Ah the locations from an ordinary linux installation is not used.. /tmp/pptpd# ls chap-secrets ip-down ip-up options.pptpd pptpd.conf jasj@RT-AC68U:/tmp/pptpd# cat pptpd.conf localip 192.168.2.1 remoteip 192.168.2.100-109 bcrelay br0,ppp1[0-9].* cat ip-up #!/bin/sh...
Top