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

  1. A

    Bridge Mode

    Thank you all for the replys. The isport router has an integrated ONT so can't plug the signal directly to the Asus router. That's my main problem now since I no longer have an ONT available to my needs after they updated the hardware. The bridge mode works on port 4, but the isp router keeps...
  2. A

    Restrict users view to FTP assigned folder rights

    Did anyone get a solution for this? Thanks
  3. A

    Bridge Mode

    Thank you
  4. A

    Bridge Mode

    Hello, I´ve been searching for a solution on the web with no success. I had my internet setup with ASUS RT-AC56U connected to the ONT and the ISP router connected to the lan4 of the Asus, and everything was running fine, but the ISP, changed the hardware and now I have ONT and router in the...
  5. A

    [solved] Script check connetion - restart wan RT-AC68

    Everything is running smooth now :) I had tried "ping -c 1 google.com >/dev/null" but for some reason, it was not working. I can't thank you enough! You are the best! :)
  6. A

    [solved] Script check connetion - restart wan RT-AC68

    Nice catch the "bash", totally missed it Many thank's for your answers, I will try that way
  7. A

    [solved] Script check connetion - restart wan RT-AC68

    Hmmm, many thanks for the info, never saw the problem with the loop till you brought it :) Logger it's really a nice help Is it better to do a loop in wan-start or use a cron job in your opinion? Also what's the best approach for that?
  8. A

    [solved] Script check connetion - restart wan RT-AC68

    I put this script in the jffs/scripts folder, in order to restart wan whenever the router is not connected to the internet. #!/bin/bash x=`ping -c1 google.com 2>&1 | grep unknown` if [ ! "$x" = "" ]; then echo "It's down!! Attempting to restart." service restart_wan fi After...
  9. A

    Problem with internet connection after some minutes

    Do you have instructions on how to disable the Internet on the TG784n V3, and just keep the phone line working? When this happens I can Start the connection with "service restart_wan" through ssh or telnet, I could write a script, but restarting the service if no connection is found takes a bit...
  10. A

    Problem with internet connection after some minutes

    I am having excatly the same problem here. Did you found a solution?
  11. A

    RT-AC68U - Sunddenly start disconneting if Vodafone router is connected [Help]

    Thank you for the answer, that makes sense :) The lan4 of Asus router is connected to the Wan port of the Vodafone router. No IPTV, just for the phone line. I have the VLan's setup correctly, both routers can work ok for about 3 hours, then something happens and the Asus router stops working...
  12. A

    RT-AC68U - Sunddenly start disconneting if Vodafone router is connected [Help]

    Hello everyone, I've been using asus merlin for a while without any issues. Last week the router would lose the internet connection. After upgranding the firmware to 380.65_4, the problem persists. By trial and error, the router works fine if it's not sharing the internet with the vodafone...
Back
Top