Linksys/Cisco E2500 DD-WRT WORKING -Test Build Page 9

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3 ... 24, 25, 26, 27  Next
Author Message
shibby20
DD-WRT Novice


Joined: 08 Jan 2010
Posts: 28

PostPosted: Sat Nov 17, 2012 12:43    Post subject: Reply with quote
please show me iptables.error file
Sponsor
devil-strike
DD-WRT User


Joined: 18 Jun 2006
Posts: 87
Location: Netherlands

PostPosted: Sat Nov 17, 2012 13:06    Post subject: Reply with quote
Hmm there is no iptables.error file in etc dir.

Here the iptable config file:

root@unknown:/tmp/etc# cat iptables
*mangle
:PREROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:WANPREROUTING - [0:0]
-A PREROUTING -d 62.108.**.** -j WANPREROUTING
-A PREROUTING -i vlan2 -d 10.0.1.1/255.255.255.0 -j DROP
-A WANPREROUTING -p icmp -j DNAT --to-destination 10.0.1.1
-A WANPREROUTING -p tcp --dport 113 -j DNAT --to-destination 10.0.1.111:113
-A WANPREROUTING -p udp --dport 113 -j DNAT --to-destination 10.0.1.111:113
-A WANPREROUTING -p tcp --dport 21487 -j DNAT --to-destination 10.0.1.111:21487
-A WANPREROUTING -p udp --dport 21487 -j DNAT --to-destination 10.0.1.111:21487
-A POSTROUTING -o vlan2 -j MASQUERADE
-A POSTROUTING -o br0 -s 10.0.1.1/255.255.255.0 -d 10.0.1.1/255.255.255.0 -j SNA T --to-source 10.0.1.1
COMMIT
*filter
:INPUT DROP [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state INVALID -j DROP
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-N shlimit
-A shlimit -m recent --set --name shlimit
-A shlimit -m recent --update --hitcount 4 --seconds 60 --name shlimit -j DROP
-A INPUT -p tcp --dport 22 -m state --state NEW -j shlimit
-A INPUT -i lo -j ACCEPT
-A INPUT -i br0 -j ACCEPT
-A INPUT -p udp --sport 67 --dport 68 -j ACCEPT
:FORWARD DROP [0:0]
-A FORWARD -m account --aaddr 10.0.1.0/255.255.255.0 --aname lan
-A FORWARD -i br0 -o br0 -j ACCEPT
-A FORWARD -m state --state INVALID -j DROP
-A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
:wanin - [0:0]
:wanout - [0:0]
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -i vlan2 -j wanin
-A FORWARD -o vlan2 -j wanout
-A FORWARD -i br0 -j ACCEPT
-A wanin -p tcp -m tcp -d 10.0.1.111 --dport 113 -j ACCEPT
-A wanin -p udp -m udp -d 10.0.1.111 --dport 113 -j ACCEPT
-A wanin -p tcp -m tcp -d 10.0.1.111 --dport 21487 -j ACCEPT
-A wanin -p udp -m udp -d 10.0.1.111 --dport 21487 -j ACCEPT
COMMIT

_________________
WRT320N
Zyxel NBG-460N
Tp-Link WR-1043ND
Linksys E3200
shibby20
DD-WRT Novice


Joined: 08 Jan 2010
Posts: 28

PostPosted: Sat Nov 17, 2012 13:12    Post subject: Reply with quote
iptables.error will be create when you will have an error.

In this iptables file all is correct and account line too:
-A FORWARD -m account --aaddr 10.0.1.0/255.255.255.0 --aname lan
devil-strike
DD-WRT User


Joined: 18 Jun 2006
Posts: 87
Location: Netherlands

PostPosted: Sat Nov 17, 2012 13:58    Post subject: Reply with quote
If it happens again, i will let you know, for now every thing is working.
_________________
WRT320N
Zyxel NBG-460N
Tp-Link WR-1043ND
Linksys E3200
shibby20
DD-WRT Novice


Joined: 08 Jan 2010
Posts: 28

PostPosted: Sat Nov 17, 2012 14:51    Post subject: Reply with quote
i`m glad to hear that.
devil-strike
DD-WRT User


Joined: 18 Jun 2006
Posts: 87
Location: Netherlands

PostPosted: Sat Nov 17, 2012 20:17    Post subject: Reply with quote
Still running without a problem for 7 hours now.
_________________
WRT320N
Zyxel NBG-460N
Tp-Link WR-1043ND
Linksys E3200
jahadu
DD-WRT Novice


Joined: 16 Sep 2009
Posts: 3

PostPosted: Tue Nov 27, 2012 12:48    Post subject: Reply with quote
I am really not following this thread very thoroughly,
I know there's been no 5ghz support but maybe some people have made a little progress.

IF it would help this cause, I am willing to give my E2500 router fully working with original firmware to some known person working on this. If it's neccessary, I don't know at this stage? Let me know.
Fractal
DD-WRT Guru


Joined: 19 Apr 2010
Posts: 1243

PostPosted: Tue Nov 27, 2012 15:37    Post subject: Reply with quote
jahadu wrote:
I am really not following this thread very thoroughly,
I know there's been no 5ghz support but maybe some people have made a little progress.

IF it would help this cause, I am willing to give my E2500 router fully working with original firmware to some known person working on this. If it's neccessary, I don't know at this stage? Let me know.


Tomato has a full release that includes the 5ghz driver... I am just waiting on a few commits in svn, then I can merge my changes for that as well for dd-wrt.

In a short answer, yes 5ghz has been ported for this and the e3200, right now tomato is the only firmware 3rd party you can run on it to support both bands.

-Fractal
VirtualLarry
DD-WRT Novice


Joined: 06 Sep 2010
Posts: 4

PostPosted: Wed Nov 28, 2012 0:09    Post subject: Reply with quote
Fractal wrote:
right now tomato is the only firmware 3rd party you can run on it to support both bands.
-Fractal

Wow, I came here just to ask that question. I specifically just bought four E2500-RM routers from the Cisco homestore, to put DD-WRT on them, and to use them in the 5Ghz band. I'm disappointed to hear that DD-WRT doesn't support 5Ghz on this device. (Hopefully they will in the future.)

Especially after they have been recommended many times in the Anandtech forums as cheap dual-band routers with DD-WRT support.

edit: Just read the last few pages, looks like 5Ghz support is coming soon, I'm really excited now. Thanks Fractal!
merwin
DD-WRT Novice


Joined: 25 Nov 2007
Posts: 3

PostPosted: Thu Nov 29, 2012 2:18    Post subject: Reply with quote
VirtualLarry wrote:
Fractal wrote:
right now tomato is the only firmware 3rd party you can run on it to support both bands.
-Fractal

Wow, I came here just to ask that question. I specifically just bought four E2500-RM routers from the Cisco homestore, to put DD-WRT on them, and to use them in the 5Ghz band. I'm disappointed to hear that DD-WRT doesn't support 5Ghz on this device. (Hopefully they will in the future.)

Especially after they have been recommended many times in the Anandtech forums as cheap dual-band routers with DD-WRT support.

edit: Just read the last few pages, looks like 5Ghz support is coming soon, I'm really excited now. Thanks Fractal!


I was about to lecture you regarding the flaming of DD-WRT over 5GHz not being there when it was posted that it was being added very very soon. Thanks for editing the post Smile
meensu
DD-WRT Novice


Joined: 29 Nov 2012
Posts: 2

PostPosted: Thu Nov 29, 2012 22:38    Post subject: asus rt-n53 5GHz reliable? Reply with quote
shibby20 wrote:
barryware wrote:


if you have compiled code (finished build), I'll be happy to test it on my 3200..


http://tomato.groov.pl/download/K26RT-N/build5x-102-EN/testing/wl_high/

RT-N53 was tested by me
E2500 was tested by user @tvlz from linksysinfo.org
If you can test and give me a feedback about E3200 i will be happy.

After install tomato you have to erase nvram (administration, configuration and erase all data in nvram).

After reboot eth2 should works. If it will not works and basic, network menu will be broken, then go to advanced, mac and restore default MAC address for eth2, then save.

Best Regards!

Hi Shibby20,
Is the build that you have referred here reliable for ASUS RT-N53. The latest stock firmware has not been reliable and I want to try this as this seems to be the first build that has 5GHz support for that router
shibby20
DD-WRT Novice


Joined: 08 Jan 2010
Posts: 28

PostPosted: Thu Dec 06, 2012 14:24    Post subject: Reply with quote
i have own RT-N53 and i tested this build myself.
Dalant
DD-WRT Novice


Joined: 01 May 2007
Posts: 7

PostPosted: Thu Dec 06, 2012 18:09    Post subject: Reply with quote
shibby20 wrote:


http://tomato.groov.pl/download/K26RT-N/build5x-102-EN/testing/wl_high/

RT-N53 was tested by me
E2500 was tested by user @tvlz from linksysinfo.org
If you can test and give me a feedback about E3200 i will be happy.

After install tomato you have to erase nvram (administration, configuration and erase all data in nvram).

After reboot eth2 should works. If it will not works and basic, network menu will be broken, then go to advanced, mac and restore default MAC address for eth2, then save.

Best Regards!


Thanks so much for your work on this shibby! Been running this build on my E2500 functioning as an access point for 12 hours now, and 5ghz is working great! Followed flashing instructions here:

http://www.linksysinfo.org/index.php?threads/adding-linksys-e-series-support.37444/#post-184071

Thanks for all that you do!
N73RZ
DD-WRT Novice


Joined: 11 Dec 2008
Posts: 4

PostPosted: Mon Dec 10, 2012 3:50    Post subject: 802.11n Reply with quote
I have been using Linksys WRT-54G's with DD firmware for many years. I started having dropped packets so I decided to upgrade. I first got a Cisco EA2700, then bought a E2500 when I realized there was no DD-WRT firmware for the 2700. I flashed 19342 mini-e2500 then 19327 big on the 2500.

Everything seems to run normal, except 802.11n performance. I have the router set to GN and I did a test file download on a G-only laptop and was getting around 1.0MB/sec, and seeing speeds of 12-15mbps in the bandwidth graph. When I tried the 802.11n laptop, I was only getting 50K/sec download on the same file. When I set the 2500 to G-only, I get those 1.0MB/sec speeds on both laptops.

I later wired up my EA2700 (stock cisco firmware) as an AP only, and was getting a good 1.8MB/sec on the N laptop (2.4GHz), so I know the laptop is OK.

Any ideas why the DD-WRT router is getting such poor performance on the N radio? I was set to WPA2 Personal AES, and 20MHz channel.
dtm1017
DD-WRT Novice


Joined: 11 Dec 2012
Posts: 2

PostPosted: Tue Dec 11, 2012 21:46    Post subject: Reply with quote
Dalant wrote:
shibby20 wrote:


http://tomato.groov.pl/download/K26RT-N/build5x-102-EN/testing/wl_high/

RT-N53 was tested by me
E2500 was tested by user @tvlz from linksysinfo.org
If you can test and give me a feedback about E3200 i will be happy.

After install tomato you have to erase nvram (administration, configuration and erase all data in nvram).

After reboot eth2 should works. If it will not works and basic, network menu will be broken, then go to advanced, mac and restore default MAC address for eth2, then save.

Best Regards!


Thanks so much for your work on this shibby! Been running this build on my E2500 functioning as an access point for 12 hours now, and 5ghz is working great! Followed flashing instructions here:

http://www.linksysinfo.org/index.php?threads/adding-linksys-e-series-support.37444/#post-184071

Thanks for all that you do!


Were you coming from stock or DD-WRT? I am thinking about switching to Tomato from DD-WRT to gain that 5Ghz support and some better performance...
Goto page Previous  1, 2, 3 ... 24, 25, 26, 27  Next Display posts from previous:    Page 25 of 27
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum