• 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!

Recent content by karendar

  1. K

    Script to reconnect WLAN if dropped

    I did not, I try and call tech support the least possible. ;) I will eventually try this though if I don't just switch over to Videotron... I'm not very patient with incompetence in callcenters. :)
  2. K

    [Fork] Asuswrt-Merlin on Broadcom MIPS RT-N series

    If you need a tester for the N53, I have one running in repeater mode right now I'm willing to mess around with. Thanks!
  3. K

    Script to reconnect WLAN if dropped

    The issue I have is that I wanted interactive TV functions (Stingray music interface, Meteomedia, etc.) to work as well as have my AC68U work as a standalone network for internet purposes. To get this to work, you have to supply PPPoE internet to both the Bell connection and to the AC68U...
  4. K

    Script to reconnect WLAN if dropped

    Got it. If anyone wants a working solution: Create a script in /jffs/scripts/ (I named mine checkwan) Enter this in your script: if [ $(ifconfig ppp0 | awk -F':' '/inet addr/&&!/127.0.0.1/{split($2,_," ");print _[1]}') ] then logger "WAN service healthy" else...
  5. K

    Script to reconnect WLAN if dropped

    Hi guys, I'm running a PPPoE setup with Bell Fibe here on an AC68U with the latest merlin build. Due to my retarded ISP, to keep all settings for IPTV as well as run a standalone wireless network with my own router, I have to connect through PPPoE on both the supplied Bell router (Which acts...
Back
Top