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

    Release Asuswrt-Merlin 386.10 is now available for AC models

    @SheikhSheikha Thanks for checking weird i have one light still on? @drinkingbird I completed reset my router, reformatted the jffs and started the configuration all from scratch. May have to use the tape method then 😆 Not a deal breaker, ill probably wait for the next major release and if it...
  2. M

    Release Asuswrt-Merlin 386.10 is now available for AC models

    Hi All After years of procrastinating, I've finally managed to update my router to the latest firmware (rt-ac5300). I've factory reset everything and started everything from scratch. I do have one problem though, when I disable the leds, one still remains on (the third led (5Ghz)). Is these a...
  3. M

    Mac Filtering Help Needed

    @tsunami2311 - i have both my networks up so that i can set them for guests and kids. Each on these networks have timed profiles, so i have set up a reboot script. Regarding my issue above, i have nearly got my solution. The script i am using is: iptables -I FORWARD -m mac --mac-source...
  4. M

    Mac Filtering Help Needed

    Hi All I have set up a Mac filter on one of my guest networks and it works perfectly. The problem is that I have a script that also schedules this network on and off and reboots the router during the night. When the network is back online the mac filter reset back to the default (disable)...
  5. M

    Mac Filter Commandline

    Hi Everybody I'm pretty sure I've seen this somewhere on the forum already but: Could anyone post the Commandline to disable the mac filter and also to enable the mac filter (with the reject option please)? If needed, this is for the rt-n66u router Thank you
  6. M

    No-ip monthly free host confirmation

    For updating dnsexit, see Merlin's page: https://github.com/RMerl/asuswrt-merlin/wiki/Custom-DDNS
  7. M

    Thanks for your kind offer but the spirit of participating in forums is to help each other. I...

    Thanks for your kind offer but the spirit of participating in forums is to help each other. I hope what you have learnt today will inspire you to help other :)
  8. M

    Setting a random password for guest wifi

    @Lucrecious **Your init-start script is fine (ResetGuestPassword can be named anything, its for your reference) **i didnt bother with the services-start script. As everytime the router reboots, it generates a new password and can potentially annoy users. I find one random password a day is...
  9. M

    Setting a random password for guest wifi

    @Lucrecious Did you get the script fully working? Did you also create the init-start script as well? Also any problems please post here.
  10. M

    Missed Crontab Scheduling

    Hi Not sure if this works on routers but will check it out. Thanks
  11. M

    Setting a random password for guest wifi

    Hi @redvers Your script worked brilliantly!!!!! There is however one change i made. When the email was being sent, only one network password was being out, so i amended the script to: # now send out the email echo "Subject: Guest network password notification" >/tmp/mail.txt echo "From...
  12. M

    Setting a random password for guest wifi

    Thanks @redvers Will try the script tonight and let you know the outcome. Thanks for all your hard work, it's appreciated
  13. M

    Setting a random password for guest wifi

    Sorry to trouble you guys but looking at the scripts, i guess i'm supposed to amend the new-password.sh (from V1.01 script)?? but i can see wl0.1 and wl1.1 this is the first guest network (2.4 and 5.0) but i need to amend this script for Guest 1 and Guest 2 (wl0.1 and wl1.1 and wl0.2 and 1.2)...
  14. M

    Setting a random password for guest wifi

    Brilliant, Thanks for the quick reply @redvers Cant wait to play with this script :)
  15. M

    Setting a random password for guest wifi

    Hi All Just a couple of questions. **Has anyone managed to get this script to work via yahoo.com (or is everyone using gmail)?? **If i wanted to set 2 passwords (random password for guest 1 network and random password for guest 2 network), would i need to run two scripts?? Please note that i...
  16. M

    Missed Crontab Scheduling

    Hi All Wondering if there is a way we can restart missed cron jobs due to power down of router (ie restart job when router reboots)?? I know cron doesn't have this feature but reading on the net, something like anacron or fcron. Or is there a way to create a script to check when a cron task has...
  17. M

    Guest Scheduling and Set DNS

    Woohoo!!!!! Nearly there This post helped a lot!!! http://www.snbforums.com/threads/help-on-dhcp-for-custom-bridge.28004/ The key was to create additional bridges (along with peraburek's conf) Need a little more testing and then finally done :)
  18. M

    Guest Scheduling and Set DNS

    Update: Hi All I have tried all day to get this script to work but still no luck :( I have adding the codes to my dnsmasq.conf.add and it does change the dnsmasq.conf file on the router but the guests network still doesn't go through the opendns servers. Does anyone have any more suggestions...
  19. M

    Guest Scheduling and Set DNS

    Thanks for this info peraburek. I will need to log in to each of my guest account and see what ip address the router is allocating each of them, then take it from there. I did see if the post you refer to and was hoping to avoid the dhcp range part but it does make sense to include this as to...
  20. M

    Guest Scheduling and Set DNS

    Hi Peraburek The reason why I dont want to use Opendns globally is that I want to have my main connection unrestricted and restrict my guest network for visitors and my children Having said that by trial and error I have nearly got this config to work but because of time restraints and work...
Top