New build --- 27240 --- 06/05/2015

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3  Next
Author Message
slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1557
Location: Zwolle

PostPosted: Sat Jun 06, 2015 22:34    Post subject: Reply with quote
Strange fact: I have a computer running Windows 7 and I have installed Linux from netboot (PXE). Linux was installed ok, but does not get DHCP lease. Windows 7 gets DHCP lease without problem. No, it is not the Filter WAN NAT Redirect problem (option is disabled). I suspect xinetd from ddware, I have disabled it and I will check tomorrow if Linux gets DHCP lease. Router E3000 running this K26 build, as indicated before.

Linux Ethernet interface only gets IPv6 address from radvd from dd-ware, but cannot ping6. It gets no IPv4 address whatsoever (not even 169...).

_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


Sponsor
slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1557
Location: Zwolle

PostPosted: Sat Jun 06, 2015 23:58    Post subject: Reply with quote
radvd is broken in K26 builds, this is not a xinetd issue.
_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


newnews
DD-WRT User


Joined: 14 Feb 2010
Posts: 86

PostPosted: Sun Jun 07, 2015 5:07    Post subject: Reply with quote
Still cannot flash K3.x build to E3000 and E2000 routers. I think maybe the file size is too big for the router with 27xxx build compared to 26947 build.

Please fix the problem.
Newbrain
DD-WRT User


Joined: 28 Dec 2013
Posts: 172

PostPosted: Sun Jun 07, 2015 14:27    Post subject: Asus RT-AC68U Reply with quote
asus_rt-ac68u-firmware r27240 (previous r27119)
Kernel: 3.10.80-rc1 #4212 SMP Fri Jun 5 05:24:02 CEST 2015 armv7l GNU/Linux
2.4Ghz (NG-mixed) with 40Mhz channel width: OK
5Ghz (Mixed) with 80Mhz channel width: OK
SSH: OK
Telnet: Disabled but worked before
USB 2.0 storage ext3 mount to JFFS: OK
USB 3.0 storage EXT3 mount to /mnt: OK
Samba shared drive: OK
Site Survey: OK
Wi-viz 2.4Ghz & 5Ghz: No, not working in the last few releases
Reset: No, not since R27086
Status: Ok
Uptime: 24 minutes
slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1557
Location: Zwolle

PostPosted: Sun Jun 07, 2015 14:45    Post subject: Reply with quote
No, DHCP problem is not a xinetd issue.

Strange enough, the Linux box does not get an IP through Ethernet, but it gets an IP through WiFi.

This is my iptables.world.rules
Code:
*filter
-A world -s 192.168.0.0/16 -j RETURN
-A world -s 222.222.0.0/16 -j RETURN
-A world -j DROPworld
-A world -j RETURN
-A SPAMworld -s 0.0.0.0/0 -j DROPworld
-A SPAMworld -j RETURN
COMMIT

_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1557
Location: Zwolle

PostPosted: Sun Jun 07, 2015 16:23    Post subject: Reply with quote
Coming back to the DHCP issue, dhcplient eth0 gives a working connection, but not immediately, only when entered say a hour after boot. Precisely as in the WAN NAT Redirect issue.

I guess it has something to do with UEFI Network Stack, using Asus Z87 Pro motherboard with an i5-4690 CPU @ 3.50GHz processor.

_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1557
Location: Zwolle

PostPosted: Sun Jun 07, 2015 19:28    Post subject: Reply with quote
Here is my iptables -L -n:
Code:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
world      tcp  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp spt:67 dpt:68
DROP       udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:520
DROP       udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:520
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:520
ACCEPT     41   --  0.0.0.0/0            0.0.0.0/0           
logbrute   tcp  --  0.0.0.0/0            192.168.1.5         tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            192.168.1.5         tcp dpt:22
DROP       icmp --  0.0.0.0/0            0.0.0.0/0           
DROP       2    --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state NEW
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state NEW
DROP       all  --  0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
RRDIPT     all  --  0.0.0.0/0            0.0.0.0/0           
DIPTRR     all  --  0.0.0.0/0            0.0.0.0/0           
world      tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpts:20:1024
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
lan2wan    all  --  0.0.0.0/0            0.0.0.0/0           
REJECT     tcp  --  0.0.0.0/0            0.0.0.0/0           UNKNOWN match `webstr' reject-with tcp-reset
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           
DROP       tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:1723
DROP       udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:1701
DROP       udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:500
TRIGGER    all  --  0.0.0.0/0            0.0.0.0/0           [16 bytes of unknown target data]
trigger_out  all  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state NEW
DROP       all  --  0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain DIPTRR (1 references)
target     prot opt source               destination         
RETURN     all  --  192.168.1.123        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.123       
RETURN     all  --  192.168.1.115        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.115       
RETURN     all  --  192.168.1.102        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.102       
RETURN     all  --  192.168.1.3          0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.3         
RETURN     all  --  192.168.1.132        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.132       
RETURN     all  --  192.168.1.121        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.121       
RETURN     all  --  192.168.1.149        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.149       

Chain DROPworld (2 references)
target     prot opt source               destination         
LOG        all  --  0.0.0.0/0            0.0.0.0/0           LOG flags 6 level 4 prefix `[world DROP] : '
DROP       all  --  0.0.0.0/0            0.0.0.0/0           

Chain RRDIPT (1 references)
target     prot opt source               destination         
RETURN     all  --  192.168.1.123        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.123       
RETURN     all  --  192.168.1.115        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.115       
RETURN     all  --  192.168.1.121        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.121       
RETURN     all  --  192.168.1.132        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.132       
RETURN     all  --  192.168.1.102        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.102       
RETURN     all  --  192.168.1.3          0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.3         
RETURN     all  --  192.168.1.149        0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            192.168.1.149       

Chain SPAMworld (0 references)
target     prot opt source               destination         
DROPworld  all  --  0.0.0.0/0            0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           

Chain advgrp_1 (0 references)
target     prot opt source               destination         

Chain advgrp_10 (0 references)
target     prot opt source               destination         

Chain advgrp_2 (0 references)
target     prot opt source               destination         

Chain advgrp_3 (0 references)
target     prot opt source               destination         

Chain advgrp_4 (0 references)
target     prot opt source               destination         

Chain advgrp_5 (0 references)
target     prot opt source               destination         

Chain advgrp_6 (0 references)
target     prot opt source               destination         

Chain advgrp_7 (0 references)
target     prot opt source               destination         

Chain advgrp_8 (0 references)
target     prot opt source               destination         

Chain advgrp_9 (0 references)
target     prot opt source               destination         

Chain grp_1 (0 references)
target     prot opt source               destination         

Chain grp_10 (0 references)
target     prot opt source               destination         

Chain grp_2 (0 references)
target     prot opt source               destination         

Chain grp_3 (0 references)
target     prot opt source               destination         

Chain grp_4 (0 references)
target     prot opt source               destination         

Chain grp_5 (0 references)
target     prot opt source               destination         

Chain grp_6 (0 references)
target     prot opt source               destination         

Chain grp_7 (0 references)
target     prot opt source               destination         

Chain grp_8 (0 references)
target     prot opt source               destination         

Chain grp_9 (0 references)
target     prot opt source               destination         

Chain lan2wan (1 references)
target     prot opt source               destination         

Chain logaccept (0 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           

Chain logbrute (1 references)
target     prot opt source               destination         
           all  --  0.0.0.0/0            0.0.0.0/0           UNKNOWN match `recent'
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           UNKNOWN match `recent'
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           limit: avg 1/min burst 1
LOG        all  --  0.0.0.0/0            0.0.0.0/0           LOG flags 6 level 4 prefix `[DROP BRUTEFORCE] : '
DROP       all  --  0.0.0.0/0            0.0.0.0/0           

Chain logdrop (0 references)
target     prot opt source               destination         
LOG        all  --  0.0.0.0/0            0.0.0.0/0           state NEW LOG flags 7 level 4 prefix `DROP '
LOG        all  --  0.0.0.0/0            0.0.0.0/0           state INVALID LOG flags 7 level 4 prefix `DROP '
DROP       all  --  0.0.0.0/0            0.0.0.0/0           

Chain logreject (0 references)
target     prot opt source               destination         
LOG        all  --  0.0.0.0/0            0.0.0.0/0           LOG flags 7 level 4 prefix `WEBDROP '
REJECT     tcp  --  0.0.0.0/0            0.0.0.0/0           reject-with tcp-reset

Chain trigger_out (1 references)
target     prot opt source               destination         

Chain world (2 references)
target     prot opt source               destination         
RETURN     all  --  192.168.0.0/16       0.0.0.0/0           
RETURN     all  --  222.222.0.0/16        0.0.0.0/0           
DROPworld  all  --  0.0.0.0/0            0.0.0.0/0           
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           

_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


cb3hn
DD-WRT User


Joined: 10 Aug 2009
Posts: 54

PostPosted: Sun Jun 07, 2015 19:50    Post subject: Reply with quote
Router: Linksys EA6500v1
Firmware: DD-WRT Build from 24405 to 27240
Status: defect or bug
Errors: 2.4 GHz WLAN AP-Association problem with a epson network printer (WF-3620). Network printer does not or unable connect the AP after my router reboot.
Settings: wl1 -> Germany, N-Only, ch. 13, Wide HT40, lower, WPA2-PSK-AES
Last working Build: 26138


Last edited by cb3hn on Mon Jun 08, 2015 7:11; edited 2 times in total
ghoffman
DD-WRT User


Joined: 03 Jan 2010
Posts: 453

PostPosted: Mon Jun 08, 2015 2:57    Post subject: Reply with quote
router: EA6500v1
upgraded from r26138
working: yes ( in AP mode; 5G and 2.4G radios with wpa2 encription and 1 virtual ap per radio))
errors: yes

* identical mac addresses for lan, wan, wl0 and wl1, and a different adress for wl0.1 duplicated on wl1.1.

* this error does not go away when resetting to factory defaults.

*dmesg shows multiple duplicated addresses on all interfaces:
br0: received packet on wl0.1 with own address as source address
br0: received packet on wl0.1 with own address as source address
br0: received packet on eth2 with own address as source address
br0: received packet on eth2 with own address as source address
br0: received packet on wl0.1 with own address as source address
br0: received packet on eth2 with own address as source address
br0: received packet on wl0.1 with own address as source address
br0: received packet on eth2 with own address as source address
x0a
DD-WRT Novice


Joined: 13 Jan 2015
Posts: 18

PostPosted: Mon Jun 08, 2015 3:31    Post subject: WDS breaks if you add security Reply with quote
Router: WRT320N (two of them)
Firmware: 27240
Kernel: 2.6.24.111
Status: Ok other than below
Reset: none
Errors: WDS with WPA2-AES isn't working.
splatee
DD-WRT Novice


Joined: 03 Feb 2013
Posts: 33

PostPosted: Mon Jun 08, 2015 11:45    Post subject: Reply with quote
Router: Asus RT-AC87R now RT-AC87U
Firmware: r27240
Linux 3.10.79 #4158 SMP

Upgraded from firmware r27147

After loading new firmware router locks up and goes into a continuous reboot cycle. Cannot telnet into router. Have to put router into recovery mode and use Asus recovery tool. Tried loading firmware multiple time with same results. Went back to previous version r27240 and works with no issues.

Thank you
jejes
DD-WRT Novice


Joined: 08 Jun 2015
Posts: 3

PostPosted: Mon Jun 08, 2015 14:49    Post subject: Reply with quote
Still cannot flash K3.x build to E3000 router. I think maybe the file size is too big for the router with 27xxx build compared to 26947 build.

Please fix the problem
KrypteX
DD-WRT Guru


Joined: 18 Jan 2014
Posts: 2411

PostPosted: Mon Jun 08, 2015 15:20    Post subject: Reply with quote
jejes wrote:
Still cannot flash K3.x build to E3000 router. I think maybe the file size is too big for the router with 27xxx build compared to 26947 build.

Please fix the problem

Which was the last K3.x build that you could flash successfully to E3000 ?
Build sizes are as follows:
26947 - 7808 kB
27086 - 7848 kB
27096 - 7844 kB
27119 - 7848 kB
27147 - not available
27240 - 7856 kB

As far as I know the 8MB flash allows for a build of max size 7808 kB.
So basically the last K3.x that barely fits the flash would be build 26947.

Edit: I've just opened a ticket for this: http://svn.dd-wrt.com/ticket/4662

_________________
THERE ARE NO STRANGERS HERE; ONLY FRIENDS YOU HAVEN'T YET MET.
________________________________________________________________________________________________________
DD-WRT CHANGELOG | DEVICES | DD-WRT BUILDS | KONG BUILDS | UNOFFICIAL BUILDS | DD-WRT in VIRTUALBOX
JohnnySL
DD-WRT User


Joined: 22 Oct 2014
Posts: 107

PostPosted: Mon Jun 08, 2015 16:18    Post subject: Reply with quote
KrypteX wrote:
jejes wrote:
Still cannot flash K3.x build to E3000 router. I think maybe the file size is too big for the router with 27xxx build compared to 26947 build.

Please fix the problem

Which was the last K3.x build that you could flash successfully to E3000 ?
Build sizes are as follows:
26947 - 7808 kB
27086 - 7848 kB
27096 - 7844 kB
27119 - 7848 kB
27147 - not available
27240 - 7856 kB

As far as I know the 8MB flash allows for a build of max size 7808 kB.
So basically the last K3.x that barely fits the flash would be build 26947.

Edit: I've just opened a ticket for this: http://svn.dd-wrt.com/ticket/4662


kryptex, same issue with the mega builds of the K2.6 tree (as reported above)

_________________
linksys E3000 (modded WRT610N-V2)@27453K3-Mega
Linksys WRT1900AC-v2 with latest LEDE code
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6290
Location: Texas

PostPosted: Mon Jun 08, 2015 20:39    Post subject: Reply with quote
KrypteX wrote:

Which was the last K3.x build that you could flash successfully to E3000 ?
Build sizes are as follows:
26947 - 7808 kB
27086 - 7848 kB
27096 - 7844 kB
27119 - 7848 kB
27147 - not available
27240 - 7856 kB

As far as I know the 8MB flash allows for a build of max size 7808 kB.
So basically the last K3.x that barely fits the flash would be build 26947.

Edit: I've just opened a ticket for this: http://svn.dd-wrt.com/ticket/4662


Same for the E2500
See >>> http://www.dd-wrt.com/phpBB2/viewtopic.php?p=969724#969724
Goto page Previous  1, 2, 3  Next Display posts from previous:    Page 2 of 3
Post new topic   Reply to topic    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