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

  1. S

    Asus RT-N66u with TomatoUSB firmware

    Regarding Tomato. I need to find a way how to stop WAN DHCP lease renew messages from entering the log? My new ISP has a lease time of 60 seconds and the result is that my log files are totally cluttered with lease renew messages every 30th second. Anyone know the command line for restarting...
  2. S

    Asus RT-N66u with TomatoUSB firmware

    It seems that calling a script from within another script works. In the config folder I have scripts that just start the main scripts by using the /bin/sh prefix. I have noticed "Segmentation Failures" too as well as kernel messages like this. Mar 31 00:39:00 RT-N66U user.alert kernel...
  3. S

    Asus RT-N66u with TomatoUSB firmware

    Awesome, very nice find :) Thanx a lot for the info. This is all fishy for sure but your find at least makes things work.
  4. S

    Asus RT-N66u with TomatoUSB firmware

    My setup using the built in PPTP in Toastman. Local IP Address/Netmask: 10.0.0.1 / 255.255.255.0 Remote IP Address Range: 10.0.0.200-10.0.0.205<---outside my dhcp range Broadcast Relay Mode: Disabled Encryption: MPPE-128 DNS Servers: 10.0.0.120<--- my local dns, works for me but I read...
  5. S

    Asus RT-N66u with TomatoUSB firmware

    @ thE_29 What brand and speed is your card? EDIT: I received answer from Shibby, he is not using any internal sdcard.
  6. S

    Asus RT-N66u with TomatoUSB firmware

    I use a 16GB card too. Samsung microSDHC Class 10 Plus (MB-MPAGA/EU). http://www.samsung.com/uk/consumer/memory-cards-hdd-odd/memory-cards-accessories/micro-sd-plus-accessories/MB-MPAGA/EU?subsubtype=micro-sd-plus-accessories I guess we will have to try without the card, it's just so damn messy...
  7. S

    Asus RT-N66u with TomatoUSB firmware

    I have now tried Toastman too. With Toastman I experience the same weird results of scripts only executing randomly. Only thing that I can think of now is that the pure fact that I have a micro sd card physically present is the reason for these issues. Removing the card is the only thing I...
  8. S

    Asus RT-N66u with TomatoUSB firmware

    Are you sure that it is running? The PPTP server is working just fine for me when I get it running, as I mentioned problems has been that scripts don't execute as they should. Maybe you should verify that. UPDATE: The above was running Shibby with Poptop PPTP server which I installed via...
  9. S

    Asus RT-N66u with TomatoUSB firmware

    Hmm true. But it seems Shibby is communicating at that other site too. I'm gonna try to make an account on that polish forum and hopefully get a hold of him because there is still no reply elsewhere. It's weird not more people is reacting to this which seems to be a serious low level bug. I...
  10. S

    Asus RT-N66u with TomatoUSB firmware

    Ahh ok cool :) It seems Shibby himself communicates here: http://tomatousb.org/forum/t-364842 Hopefully he checks in there soon.
  11. S

    Asus RT-N66u with TomatoUSB firmware

    I have now tested with tcsh and zsh. Tcsh didn't work with the case directive that I use for testing and zsh gives the very same result as sh and bash.
  12. S

    Asus RT-N66u with TomatoUSB firmware

    Yep I did that mistake in my first try, but when trying it again i note that both /bin/sh and /opt/bin/bash gave the exact same irregular results. I'm all in testing ideas that you come up with. Might even try Toastman too, I just so much want Shibby to work since I feel it better fills my...
  13. S

    Asus RT-N66u with TomatoUSB firmware

    Nope never tried Toastman. I got the RT-N66U just a lil over a month ago. I'm totally fresh on running custom firmwares on routers. My prior experiences of embedded linux is mostly on other small devices like NSLU2 and Guruplugs. I might give Toastman a try but I have just set everything up in...
  14. S

    Asus RT-N66u with TomatoUSB firmware

    I just tried this and the error remains so it seems it still use /bin/sh no matter the changes. This is a test script that I used. #!/opt/bin/bash case "$1" in test) echo "test working" ;; *) echo "Usage: `basename $0` {case parameter failed}" ...
  15. S

    Asus RT-N66u with TomatoUSB firmware

    Yep, something seems to be totally broken with Shibbys RT-N66U builds. I posted a notice about this on what I believe is Shibbys forum. Hopefully he looks into it because as it is now Shibbys Tomato is totally useless on the RT-N66U. :(
Back
Top