Firmware v1.8.1.7 CR2 [Oleg] - updated ( CR2a )
New custom firmware available for download. Up2date information is available at this page.
There are also firmware for the units in this directory. Consider them experimental.
Changes in this release:
- Fixed a problem with firewall not working correctly, when logging was active
- Fixed a bug in the stock firmware causing time synchronization fail with dyndns service active
- Applied a patch to fix problem with Genesys Logic usb chipset
- Telstra BigPond changes (thanks to Rod Whitby)
- Australian timezones patch (thanks to Rod Whitby)
- Added new option "Number of connections to track" to Internet Firewall | Basic Settings
Important notice for post-firewall users: post-firewall script should be adjusted, be carefull when adding rules with -A - this will no longer work correctly, due to unconditional rule at the end of table. Check the iptables -L -v output.
For 1.8.1.7-1 discussion check this thread.
Update: updated to 1.8.1.7-2a, there is no need to reupload firmware if you do not use dropbear. Links are also updated.
ssh not working correctly
Hi Oleg,
thank you for your great work. Due to your effort this ASUS router is a real useful machine. Now to the probs I'm faced to. I installed 1.8.1.7-1 2 days ago and setup the router everything was fine except the topics already listed in the corresponding thread.
So today I installed the new release 1.8.1.7-2 and a new problem is appearing: the ssh daemon (dropbear) is running, but I can't login any longer. After typing in the password the session will hang. Here's the corresponding entry of the router logfiles:
Oct 19 18:34:59 (none) authpriv.err dropbear[124]: ioctl(TIOCSCTTY): Input/output error
Oct 19 18:34:59 (none) authpriv.err dropbear[124]: /dev/pts/0: No such file or directory
Oct 19 18:34:59 (none) authpriv.err dropbear[124]: open /dev/tty failed - could not set controlling tty: No such device or address
Nothing was changed but the loglevel was changed from 'none' to 'dropped' .This is happening on the router which was running fine under 1.8.1-7-1 and the same is happening on a naked router after the update and installing from the scratch. If you'll need more information or tests, please feel free to contact me.
CU Sigurd
Manually Assigned IP List
Hi ppl...
I'm now using 1.8.1.7-2a and having a little problem with manually assigning IPs through MAC. I've added all MACs and the respective IPs to the web interface table, however, only the wired PCs get it's correct IP and the wireless PCs get an IP from the DHCP pool...
I had the same poblem with 1.8.1.7-1, but not with 1.7.5.9-5.
Sorry if this isn't the right place to post this problem...
Thanks in advance
default firewall settings wrong
Hi it's me again.
if you select logging dropped files and use virtuell servers inside theres a problem:
logdrop all -- br0 ppp0 0.0.0.0/0 0.0.0.0/0
logdrop all -- ppp0 br0 0.0.0.0/0 0.0.0.0/0 <-----
The second logdrop rules is catching all transfer comming in a dropping it, the firewall ACCEPT rules for the forwarded ports are in following lines and will not be reached anytime. I did a workaroung in killing this rule and adding the necessary drop rules at the end... version 1.8.1.7-2a
CU Sigurd
Let post-boot script wait for HDD to become mounted
The following code can be put in the post-boot script. This will delay furter booting (up to 30 seconds) in order to let the watchdog mount your HDD. Once the script detects the HDD, it will resume booting. Enjoy!
Code:
i=0
while [ $i -le 30 ]; do
if [ -d /tmp/harddisk/ftp_pub ] ; then
break
fi
sleep 1
i=(($i + 1))
done
BTW. this is my first shell script for Linux ever! It took me 2 hours but, boy, am I proud...
My tests show that the HDD is mounted approximately 10 seconds after the post-boot script is called.
@OLEG and all: BIG BUG(s) IN FIRMWARE?! need confirmation.
hi together,
i run the 1.8.1.7-2 Firmware by Oleg.
the situation:
A few days ago i swaped to another isp. i had to configured my wl500g with a static ip which shows to the DMZ ip of the router from my new isp.
(before that -ppoe-, everything was working fine)
1st BUG is shown here:
http://wl500g.info/showthread.php?t=1057
it is not the important one, but after power off...pls read yourself.
2nd BUG:
on monday i want to download a guest ticket for linuxworldexpo here in frankfurt. tried hp.com, but down...hmm...okay afterall i downloaded my ticket from suse.de sponsord by novel.
yesterday i tried to download adobe acrobat reader from adobe.com, but down(no ping or anything else)..hmm...fuck. first i tought it is a routing or dns problem from my isp, but its not, it is the wl500g.
Explanation:
the first point i figured out was that both adresses (hp and adobe) have an ip adress starting with 192.XXX.XXX.XXX. afterall i connected my computer directly to the sdsl router/modem(same ip, same dns), and what sould i say. my computer is connection perfectly to the adresses shown above.
so i thing there sould be a problem in firmware to handle with 192' ip adresses AND static ip. can somebody pls confirm that?
somebody who has a solution?
thx in advance for all quotes.
ps: sry because of my bad english.