A couple of things....all leading to an answer of 'don't know, you'll have to try it or hope someone else can verify it'. I know people have used 3TB drives successfully.As this fork is using an older ASUS code base, does it already support bigger USB3.0 devices with 5TB space?
Believe it or not, this is tougher than you would think. But you can support Google DDNS with the Custom script option. See the wiki which has an example script for Google.@john9527
Small (hopefully) feature request:
Would you be able to add 'Google' to the options under "WAN - DDNS"?
thx
A teaser for the next beta refresh coming soon ....thanks to @RMerlin for the 'howto' in his latest builds.
View attachment 7932
One step at a time.....my todo list seems to be getting bigger instead of smaller .....so much to do, so little time.I Ajaxified it a few days ago, make sure you pick up that commit too The changes are fairly trivial overall to make it auto-refresh.
One step at a time.....my todo list seems to be getting bigger instead of smaller .....so much to do, so little time.
ifconfig br0:absolution 10.255.255.254 up
No idea why that would be the case.....I think that function should be identical as part of the kernel.
OR the ping version has a shorter default timeout, have not tested that. Does not matter, the code is changed and it works now.No idea why that would be the case.....I think that function should be identical as part of the kernel.
# a pause, held in memory of slow processing merlin forks...
Here's the snippet of one of the tests, there are more when the actual interface is used.@thelonelycoder - what's the short sequence/check that's failing?
echo -e " checking your system\n"
brup_ping(){
echo -e " testing if 'ifconfig br0 up' works on your system"
echo -e " (might take a few seconds to complete)"
if ! ping -c 1 172.31.255.254 >/dev/null; then
brup_test 172.31.255.254
elif ! ping -c 1 10.255.255.254 >/dev/null; then
brup_test 10.255.255.254
elif ! ping -c 1 192.168.255.254 >/dev/null; then
brup_test 192.168.255.254
fi
}
brup_test(){
ifconfig br0:absolution $1 up
# a pause, held in memory of slow processing merlin forks...
sleep 2
if ping -c 2 $1 >/dev/null; then
echo -e " this appears to be working, continuing\n"
ifconfig br0:absolution $1 down
else
lastError=" Check your routers firmware version.\n It may not support the command:"
lastErrorAdd=" ifconfig br0:<service name> <IP address> up"
show_menu
fi
}
brup_ping
Just got done setting it up and playing around. Great stuff. I've been using Bandwidth Limiting for a while now, and I was quite eager to try out your new QoS. Pretty excellent results to this point with immediate impressions and inorganic benchmarks. Will drive it for a while and report back later.Pushed a refresh to the beta....anybody tried the new QoS implementation?
Don't know what to say......ran it 10X after commenting out the sleep and it was successful every time.Here's the snippet of one of the tests, there are more when the actual interface is used.
admin@AC68P-06650:/jffs/tmp# time ./test.sh
+ echo -e checking your system\n
checking your system
+ brup_ping
+ echo -e testing if 'ifconfig br0 up' works on your system
testing if 'ifconfig br0 up' works on your system
+ echo -e (might take a few seconds to complete)
(might take a few seconds to complete)
+ ping -c 1 172.31.255.254
+ brup_test 172.31.255.254
+ ifconfig br0:absolution 172.31.255.254 up
+ ping -c 2 172.31.255.254
+ echo -e this appears to be working, continuing\n
this appears to be working, continuing
+ ifconfig br0:absolution 172.31.255.254 down
+ exit
real 0m 11.04s
user 0m 0.01s
sys 0m 0.03s
This was tested on a 66U, MIPS, don't know if that makes a difference.Don't know what to say......ran it 10X after commenting out the sleep and it was successful every time.
I couldn't resist a Newegg refurb sale, so now have an N66This was tested on a 66U, MIPS, don't know if that makes a difference.
admin@RT-N66R-2628:/jffs/tmp# ./test.sh
+ echo -e checking your system\n
checking your system
+ brup_ping
+ echo -e testing if 'ifconfig br0 up' works on your system
testing if 'ifconfig br0 up' works on your system
+ echo -e (might take a few seconds to complete)
(might take a few seconds to complete)
+ ping -c 1 172.31.255.254
ping: sendto: Network is unreachable
+ brup_test 172.31.255.254
+ ifconfig br0:absolution 172.31.255.254 up
+ ping -c 2 172.31.255.254
+ echo -e this appears to be working, continuing\n
this appears to be working, continuing
+ ifconfig br0:absolution 172.31.255.254 down
+ exit
anybody tried the new QoS implementation?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!