I'm having exactly the same issue (thanks for the hint with the IP address).
The problem also shows up only under linux clients. When I connect via a Win7 inside Virtualbox everything works well (on Chrome and Firefox, where both "fail" under linux).
I'm currently having a hell of a time with integrating aiccu into rc... RMerlin was absolutely right that this would be the "fun part"....
Is there a chance to configure the IPv4/IPv6 firewall rules via webinterface?
Starting and stopping aiccu is one thing but having a customizable firewall...
patches are in the zip file (this time we have 2 files):
in src/router/shared
patch -p1 < src_router_shared_defaults_c.patch
in
in src/router/www
patch -p1 <src_router_www.patch
The first patch adds the contents to the nvram default values and the second patch enhances the...
That was it! Now I can see and save the values; I have seen that in the HTML document there is a reference to some script called "restart_allnet" which seems to be inside
release/src/router/rc/services.c
input type="hidden" name="action_script" value="restart_allnet"
First, you have to download the patches I submitted in the first post and the full aiccu_20070115.tar.gz file from sixxs; extract this tar.gz archive into release/src/router
then you change in this directory and do a
patch -p1 < aiccu_20070115.patch
The second patch is in...
Thanks for the hint but the problem then is that I can't start radvd manually (since the admin user is not named "root") it rants about incorrect privileges for radvd.conf. Unfortunately, I can't enable radvd without having some option chosen from the ipv6 menu...
By the way: I managed to...
Thank you very much for this great firmware modification.
I was searching around a little bit if anyone already had added support for aiccu, which is a special IPv6 tunnelling software provided from Sixxs:
http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_current.tar.gz
I already...