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

    help with nvram settings

    I was thinking about creating a script to auto connect to some (already known) wireless networks as a client to repeat the signal. Just like the good old AutoAP, except it would not scan for open networks, but connect to a given list of SSIDs and WPA keys. Is there a comprehensive list of...
  2. RASG

    watchdog.conf

    so, what are my options? can i request this feature to merlin? or maybe compile and replace the current watchdog, just making it read a '.conf' file?
  3. RASG

    watchdog.conf

    i couldn't find watchdog.conf , watchdog.d or any other config file for the watchdog service. where can i add/edit its parameters?
  4. RASG

    DHCP Relay

    i would like to make that work as well (on my ac66u). bumping thread (there is no reason to start another one)
  5. RASG

    [bug?] log level not respected after reboot

    oh my... totally my fault i was starting syslogd with the -l 6 parameter. please delete this thread.
  6. RASG

    [bug?] log level not respected after reboot

    I'm trying to set my ac66u log level to the most verbose possible. But after rebooting, it comes back to the normal level. Which level is that? I dont know, because the web interface still shows me 'debug' - 'all'. But tailing the syslog.log file i can see that its not verbose anymore. And...
  7. RASG

    Running a script on a guest network client

    1- Getting the IP address automatically reserve the ip address on your dhcp server, so you dont have to check if it changed every time the script runs. if you really want to have the trouble, get it with ip addr show and grep or awk 2- Installing python and the appropriate library...
  8. RASG

    What does this log mean? someone can login my router easily?

    just reset you router to 'factory' defaults and format the jffs partition. you should be fine. later, if you really must have access to your router outside your lan, set ssh to use your key and disable password login. increasing the paranoia level, you could also change the default port, allow...
  9. RASG

    Mobiles connected to wifi repeater mode but no internet access

    yes. traceroute and see where it stops | ~ : $ traceroute google.com.br traceroute to google.com.br (216.58.202.35), 64 hops max, 52 byte packets 1 powerbox.home (192.168.25.1) 2.328 ms 1.753 ms 1.730 ms 2 bla.net.br (123.123.126.59) 6.623 ms 8.854 ms 8.331 ms 3 ble.net.br...
  10. RASG

    Dedicated DHCP options bind to a specific SSID

    traceroute and see where it stops | ~ : $ traceroute google.com.br traceroute to google.com.br (216.58.202.35), 64 hops max, 52 byte packets 1 powerbox.home (192.168.25.1) 2.328 ms 1.753 ms 1.730 ms 2 bla.net.br (123.123.126.59) 6.623 ms 8.854 ms 8.331 ms 3 ble.net.br...
  11. RASG

    Parental Controls - Is it possible to block a specific website from a specific computer via router?

    yes. that is exactly what i suggested on my post #12
  12. RASG

    Please help to troubleshoot (more findings in #11 #12)

    yeap. sounds like OOM Killer is in action. add a swap file or partition and you should be fine.
  13. RASG

    nohup does nor work, am I doing something wrong?

    instead of a script that runs continuously, set it to run every minute in the router's crontab. use cru for that. ramon@ac66u:/tmp/home/root# cru --help Cron Utility add: cru a <unique id> <"min hour day month week command"> delete: cru d <unique id> list: cru l now you can let your...
  14. RASG

    Parental Controls - Is it possible to block a specific website from a specific computer via router?

    I have something similar to what you want. All you have to do is: 1- set up your own dns i have dnsmasq running on my ac66u router 2- configure it to respond to queries with 127.0.0.1 or any other invalid ip or even better install and configure pixelserv - it works with https too there is a...
  15. RASG

    Please help to troubleshoot (more findings in #11 #12)

    This happened to me when i increased the dnsmasq cache to a very big number. The router started swapping and name resolution didnt work anymore, because it timed out. So, in your case, probably something related to memory.
  16. RASG

    Protect OpenVPN server

    i prevent other countries from even trying to connect by setting the INPUT chain policy to DROP, and after that adding the addresses that are allowed to connect to my router. there is a ipset rule allowing any ip from my country, localhost, internal networks, etc.. ramon@ac66u:/tmp/home/root#...
  17. RASG

    [Release] AB-Solution 3 - The Ad Blocking Solution

    my ac66u configuration is kind of 'modular', and i happen to have a 'swap management' module. im posting it here so maybe you can adapt it to your needs. it first looks for a swap partition and mount it if found. if not, it looks for a swap image file and mount it if found. if not, creates the...
  18. RASG

    [Release] AB-Solution 3 - The Ad Blocking Solution

    i have the adblocker running on one specific device (ac66u) , and all other routers have their DNS set to that. that's all one need to get it to work.
  19. RASG

    [How-to] Adblock Plus filters right on router

    when you get this error, before stopping Privoxy, check which service is using that port. for example: lsof -i :3128
  20. RASG

    [How-to] Adblock Plus filters right on router

    iptables can do that for you.
Top