Remember the basic rule on multicast settings:
Higher multicast rate = more speed, less range
Lower multicast rate = less speed, more range
The wireless issues I do not have; disconnections are what you all report. However, I do have an issue with throughput. It is at a quarter or half of what it should be. This is on a PC (802.11n 150), Android phone (Galaxy S3), and iPad2.
I just had an Asus RT-N56U router installed. I didn't install it, my dad had someone else install it. They updated the firmware to 3.0.0.4.342. Like other people, I've been having problems with the wired connection going out. (One computer is wireless, but so far I haven't heard about any problems with that). I would like to install Padavan's firmware-but I don't know which version. I see people have had problems with the most recent ones, so would it be better to use an older one, like 1.0.1.7f-p11? Is there any way to get any of the previous versions-I can only find the most recent one.
**snip**
echo "`grep 'DROP IN=' /tmp/syslog.log`" | grep -o 'SRC=[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' >> "/opt/etc/ipblock"
echo "`cat "/opt/etc/ipblock" | sort -n | uniq`" > /opt/etc/ipblock
for ip in `cat ${ip_blacklist}` ; do
iptables -I INPUT -i $wan_iface -s $ip -j DROP
done
echo "`sed '/DROP IN=/d' /tmp/syslog.log`" > /tmp/syslog.log
**snip**
Mar 27 00:01:16 Firewall: [Blocking 99 IP's From Syslog] ... ... ...
Mar 27 00:01:16 Firewall: [Complete] 38 IPs currently banned. Attacks detected on 4 internal port(s) sourcing from 44 external port(s)
With the 48 firmware it seems that there are changes that use the reset_ss.sh script. So, execute it.
What do you mean execute it?
telnet to router then in promt type
sh /sbin/reset_ss.sh
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!