Reply
rahan32
Posts: 29
Registered: ‎07-24-2009

Re: WAG160N AP Isolation

HI guys

           Anyone in here speak/understand german?. Forum member from another site helped me find this site,where theres a wag160n annex a firmware with telnet functionality enabled.Will someone ask  the guy how he compiled the firmware or try the firmware themselves and post their experience in here.

http://www.modemboard.net/topic/1475-wa ... et-zugan

 

Regards

Lawbayly
Posts: 18
Registered: ‎12-16-2009

Re: WAG160N AP Isolation

I've tried the annex a telnet enabled firmware and it works like a charm all you need to do is set a debug mode on and then telnet is enabled, despite that It's a very basic busybox shell as there isn't any space for anything else (2mb flash) I can put whatever I want into the RAM though which is mapped to /tmp I'm thinking of getting some binaries of useful utilites and sticking them in.

 

 

alone4ever
Posts: 23
Registered: ‎07-23-2008

Re: WAG160N AP Isolation

Lawbayly when you say it works like a charm.

 

Is that mean drop outs are gone and everything got fixed?

 

If yes then can you explain what telnet is ? Is there any changes of the installation and connection my router.

 

Thank you 

Lawbayly
Posts: 18
Registered: ‎12-16-2009

Re: WAG160N AP Isolation

Not sure about the dropouts or the AP Isolation yet, The telnet allows you to administer the router using a cli which means you can configure the modem to fix it if anything goes wrong, It also means I can see whats going on when the AP Isolation happens

 

It also means you can configure the router how you want it, only issue with it is everything is stored in ram which means a reboot wipes it.

 

I guess thats the issue with only having 2megs of flash

alone4ever
Posts: 23
Registered: ‎07-23-2008

Re: WAG160N AP Isolation

Router reboot or PC reboot?

 

Well hope that can help to solve out some problems.

 

Although I been talking with support few days ago they told me they working on new firmware. So I hope our fight is not for nothen. 

Lawbayly
Posts: 18
Registered: ‎12-16-2009

Re: WAG160N AP Isolation

Router Reboot, it's all stored in the routers RAM, I'll see if I can find out how to make something persistant, but I'm not sure how I would do this (might be able to just stick it in etc and it sticks) What I know is the configuration of the router sticks when you do something so something much be persistant and writable.

 

It's also difficult to get files into the router since there isn't wget or any program to download or edit files so the only way to create files is to echo them in e.g.:

echo "nameserver 192.168.2.2">/etc/resolv.conf

 

You can also stop useless servers like the ntp client which doesn't seem to actually work

 

/usr/sbin/rc ntp stop

 

If anyone has this firmware and the router fails, try the command free, which should tell me if the ram is running out or not.

tigher
Posts: 9
Registered: ‎03-09-2010

Re: WAG160N AP Isolation

[ Edited ]

 

hi

 

has anyone had anything offical from the manufacturer yet?! I am on my 3rd unit. The  first had an AP isolation and a connection drop issue and poor range. The second had the ap isolation issue, the third, ap isolation and a chronic adsl line dropping issue. I have spoken to support online and they admitted to me that they were working on firmware fix for the ap isolation....they still shipped me the 3rd unit knowing it wouldn't work however. I have since been using the phone support, the issue has been escalated, but no one can give you a time line. Since then the ADSL connection has dropped so many times I have unplugged it and put in my ancient, but fully functional Siemens unit.

 

 

(Mod note: edited for non-compliance of forum guidelines)

Message Edited by primus on 03-09-2010 03:52 AM
tigher
Posts: 9
Registered: ‎03-09-2010

Re: WAG160N AP Isolation

After writing code for years myself, I know its a lot easier to remove functionality than add it. It seems to me that there are alot of people who need this fix, they need it because the AP Isolation keeps cutting in and disrupting network connectivity. I suspect this is the most underused feature in the firmware package, after all I don't see any posts complaining that AP Isolation isn't on by default. So why not just remove the feature from release basline, repackage, retest, distribute and make some people happy.  

 

T1gher

 

Lawbayly
Posts: 18
Registered: ‎12-16-2009

Re: WAG160N AP Isolation

Problem is it isn't the AP Isolation "feature" thats coming on, it's because the router has a bridge interface which is bridging between the switch ports and the atheros wifi card. After a while the bridge interface fails to properly bridge between any devices on the atheros chip destined to the atheros chip, in other words the router stops sending arp replys. I played around with it for abit until I tried to update busybox.... now I have a nice brick!
alone4ever
Posts: 23
Registered: ‎07-23-2008

Re: WAG160N AP Isolation

Lawbyly any temporary solution that we can also use until if when new firmware will be released?