Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Home Networking N Router By Asus RTN-66U / Asus RTN-16 / RT-N56U, Asus RT-N Series Supported Unifi

views
     
prasys
post Mar 17 2012, 12:52 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(CoolerMR @ Mar 10 2012, 09:15 PM)
i got both n56u & n16. both not using IPTV, my question is how to disable LAN4 as iptv & use it as normal LAN port?
*
Set it to UniFi-Biz in router settings , it would make port 4 as normal ethernet
prasys
post Jul 21 2012, 09:58 AM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(HoNeYdEwBoY @ Jul 20 2012, 06:10 PM)
any stable firmware for 13U ? it keep disconnect after sometime
*
I am using DD-WRT. I was told that there are some problems with 13U. Currently DD-WRT fixes disconnection issue , however you'll lose IPTV. It can't do IPTV routing , so if you don't mind losing IPTV and want stable Internet , get DD-WRT
prasys
post Jul 28 2012, 01:59 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(STC @ Jul 26 2012, 01:47 PM)
Thanks guys. I believe they will work with Unifi (No IPTV) correct?
*
QUOTE(vickyrao @ Jul 26 2012, 03:15 PM)
bro.. i tried ddwrt but failed to get unifi to connect. is there a specific firmware to flash or method to flash?
let me know if you want me to do testing. i dont mind. im kinda at my limit of of using this rt-n13u.
*
PM Me

You'll need to do custom , aka do it manually VLAN tagging. It can't be done using firemware. Scroll down , you need to check if your Broadcom supports > VLAN 500. There is a special patch which does this via software to allow 3 digit VLAN ID and it can be obtained from

http://wingloon.com/2012/01/22/how-to-setu...54gs-v4-dd-wrt/

Add this to startup script (this is my modified version , I tried with VLAN 600 it failed)

CODE
rmmod switch-robo
insmod /jffs/switch-robo.o
sleep 10
vconfig add eth0 500 #internet
vconfig add eth0 592  # your LAN ports

ifconfig vlan500 up
ifconfig vlan592 up

brctl addif br0 vlan592
sleep 5
echo “0 8t” > /proc/switch/eth0/vlan/500/ports #internet
sleep 5
echo “1 2 3 8t” > /proc/switch/eth0/vlan/592/ports #lan


0 refers to Internet , this works with 13N , I'll post the full guide later , just be sure to grab the patch or alternatively get the nightly build from DD-WRT's site

This post has been edited by prasys: Jul 28 2012, 02:35 PM
prasys
post Jul 30 2012, 03:52 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(STC @ Jul 29 2012, 07:54 AM)
» Click to show Spoiler - click again to hide... «

Thank you Prasys. Been busy lately with no time to experiment. Will see if I have the time to DD- WRT today.
*
If you can't find the .so from that site let me know I have another compiled version. It should work with WRT54G or ASUS routers like RT-12 which uses 10/100Mbps

I have not tested but it should work
prasys
post Aug 5 2012, 11:14 AM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(eugene88 @ Aug 5 2012, 02:57 AM)
What is the difference between RT-N13U with the B1 version?
*
Its something about new design and transmission changes. Plus I think they changed the chipset as well. You can read the changes in DD-WRT site.
prasys
post Aug 16 2012, 05:48 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
I think probably ASUSMY should just fuse some changes whatever is done into DD-WRT (since its open source anyway) into RT13-U , create some sort of custom firmware. I think probably your engineers should take a look at it and see what causes DD-WRT to be stable on RT13-U (which needed to be patched to support VLAN 100 and above)

Anyway I bought 56U , and flashed it to custom firmware (sorry but stock firmware is all wonky and slow and lacks of control that I demand from a router). Thats my recommendation to people buying routers , see if it has 3rd party firmware , and just flash it - chances are it would be much more better as its optimized and it includes heaps of changes
prasys
post Aug 22 2012, 05:47 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
I hope that they come up with firmware. Waiting for ASUSMy to hand over RT13 with a fixed firmware or a firmware image or something so I can stress test and see . I've switched to N56 and kept my RT13 (The 5Ghz frequency is amazing , faster wifi transfer speed

Probably I think best bet for ASUSMY is to offer rebate or some sort , like trade in your RT13 and get RT16 or something better for additional RM 100 or RM 150 , I am quite sure people don't mind forking another RM 100 for a better router as someone suggested. Give them an option , so that its a win-win situation for all. Customers who dont want to fork out more , can use your fixed firmware and others who feel that they need more power or a better router can purchase the higher end one at affordable price

Thats my recommendation
prasys
post Aug 23 2012, 03:38 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(ASUSmy @ Aug 22 2012, 11:37 PM)
I'm trying to contact prysys but failed. Anyway, since i got to know one of my colleague stay very near to him, i have place the tools with my colleague. waiting for prysys to test it out. I'm really sorry for all the delay. I really feel bad about it.
*
I'll grab to test


Added on August 23, 2012, 8:09 pmThank you ASUSMY , just got the test unit. I'll be configuring tomorrow.



This post has been edited by prasys: Aug 23 2012, 08:09 PM
prasys
post Sep 2 2012, 10:30 AM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(STC @ Aug 31 2012, 09:50 AM)
Hi Prasys, I tried to set up DD  WRT but it didn't work. Must I set the vlan tag? I can find complete guide for RT N13U. Anyone having the link? THanx.
*
Currently there isn't a proper guide yet. I'll write it , Currently I'm testing out RT-N13 here as well. Lets hope that everything works and we can find an error with the device

QUOTE(soulknight @ Sep 1 2012, 09:40 PM)
Hi Guys, I just bought RT-N13U(Due to budget constraint & annoying housemate heavy downloading) and after successfully setup it, I noticed that my overall internet speed dropping drastically compared when I'm using the DIR-615. Do you guys have any suggestion on the best setup that I can do with the asus router?
*
prasys
post Sep 7 2012, 10:28 AM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
After 4 days of trying RT13. There is no 'hang' , probably a lot of its stuff are disabled like USB , WiFi , etc

I'll try em one by one later
prasys
post Sep 26 2012, 08:12 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
Anyway I notice RT-13 seems fine under normal loads , however on torrent , with wifi , it acts funny in sense that it loses all form of connectivity. I think it can't handle a lot of connections or there is something wrong with it not terminating idle connection

ASUSMy , hope you can update it. I'll be returning it to you by end of the month
prasys
post Oct 5 2012, 07:50 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
Those who are using RT-13U , can you describe how you use it

The router acts normal if no heavy connection is involved. Are you guys torrenting or doing any 'heavy' tasks ? Just explain if so , I think I might just know the problem and can point out the fix

Describe the pattern please
prasys
post Oct 8 2012, 09:38 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(vergas @ Oct 5 2012, 09:44 PM)
I normally use it for torrenting (wifi), most of the time just seeding, i don't download much, but I will leave to seed for long time. I also use IPTV for my kids to watch. That's my pattern. You can also read my posts in this thread, maybe that can point to something.
*
Later help me to collect some logs

Does it hang after few days for no reason ?



prasys
post Oct 9 2012, 04:56 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(vergas @ Oct 9 2012, 08:09 AM)
I can't collect the logs since when it hangs I can no longer access the router. Unless there is other ways you can suggest. Yes it hangs for no reason.
*
PM me and I'll help you out !



QUOTE(aleluya @ Oct 9 2012, 11:12 AM)
I am 100% confirm that the firmware that supports Unifi is having issue, I have reverted back to the firmware that supports Streamyx and it hasn't hang or anything even 24/7 on.

My setup has changed to this:
TPlink then ASUS as wireless point.

At first I am still using ASUS Unifi firmware as wireless point, but the wireless keeps disconnect and I have to reset the ASUS RTN13U and the wireless is back. It hangs for no reason, no connection or any streaming.

Then I revert back to firmware from Asus site which only supports Streamyx, it works 24/7 now even with heavy wireless usage connection including PPS, Torrent, downloads.

Hope it helps in your troubleshooting
*
This looks like an issue with the VLAN patch , by default that Broadcom chip may not support higher lvl of VLAN and its emulated through software. Its strange if thats the case

DD-WRT fixes this problem but I am not sure how. Its like they use some sort of patch (maybe a better implementation of it)

The other asus router are using ralink chipset which supports VLAN 500/600 OOB (Out of the Box)

prasys
post Nov 20 2012, 06:01 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(heehee62 @ Nov 14 2012, 07:25 AM)
Does the rt56u support aicloud?  Is there any difference in terms sharing data capabilities and mobile access between the 56u and the 66u?  I'm trying to decide between these two devices (would much prefer the cost of the 56u).  Both are fast and have great enough range for me so it's the data sharing and user friendliness that matter to me. 

Thanks.  I tried posting this question on the asus board earlier but got no responses so would be really excited for any help.
*
There is 3rd party firmware which unlocks the router allowing you to install 3rd party media player and other things. Basically you just need to hack around and play with it. Trust me , stock firmwares may not offer much. This is why I prefer 3rd party firmwares - it gives me more options and a lot of improvement over stock asus firmware


prasys
post Nov 21 2012, 06:20 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(Dookie @ Nov 20 2012, 06:41 PM)
RT-N56U use a Ralink chipset which even until now are not 3rd party firmware friendly, not tomato, dd-wrt or even openwrt. The only alternative i've seen for this model is padawan modified Asuswrt firmware.
*
yes thats good enough , he has installed optware (aka ipkg packages) , you can install heaps of things. Its good enough for me already and its way better compared to the stock asus firmware
prasys
post Oct 29 2013, 08:51 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(IceBikers @ Oct 28 2013, 10:59 AM)
HI, is there any model of Asus router that support
-unifi
-multiple ssid
-bandwitdh control via ssid (not ip, not mac address)
*
Your third option , you need to create each lan

Probably with custom firmware (the stock firmware by ASUS is a complete joke - no offense AsusMY)

So probably you want to write a rule saying that SSID 1 would use 10.10.1.0/24 and if connections are coming from 10.10.1.0/24 . then cap them or do that. There is no striaght forward GUI even if you use custom firmware.

Gotta get your hands dirty. I can provide some pointers on where to start and what to read.

If I have the time , I would write a guide
prasys
post Jan 12 2014, 09:24 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(dj2004 @ Jan 12 2014, 05:57 PM)
guys just got myself a Asus RT-N56U any feedback about this modem using for Unifi..hmmm got the latest firmware frm asus web on it..should i use any custom firmware on it?
*
I ditched stock asus firmware , padawan firmware for ASUS RT-56U is great , just search it in Google. Highly recommended
prasys
post Jan 13 2014, 07:54 PM

Heros Never Die
Group Icon
VIP
12,925 posts

Joined: Mar 2005
From: Kuala Lumpur
QUOTE(sHawTY @ Jan 13 2014, 11:51 AM)
I believe you mean Padavan? biggrin.gif
*
too much of Star Wars already...

 

Change to:
| Lo-Fi Version
0.0492sec    0.34    7 queries    GZIP Disabled
Time is now: 28th November 2025 - 06:08 PM