New Kong test build 35965M 05/19/18

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


Joined: 16 Jul 2006
Posts: 525

PostPosted: Tue May 22, 2018 0:04    Post subject: Reply with quote
Router: Asus RT-AC68U
Firmware: DD-WRT v3.0-r35965M
Previous: DD-WRT v3.0-r35900M
Reset: no (ddup --flash-latest)
Uptime: 20 hours
Status: lost the main 2.4Ghz network after flash, the strange thing is my guest network on the 2.4Ghz is working.

BAck to DD-WRT v3.0-r35900M

_________________
Netgear R9000 main router
RAX80 as AP
Sponsor
soxrok2212
DD-WRT Novice


Joined: 03 Jul 2013
Posts: 13
Location: United States

PostPosted: Tue May 22, 2018 3:18    Post subject: Reply with quote
blaser wrote:
Router: Asus RT-AC68U
Firmware: DD-WRT v3.0-r35965M
Previous: DD-WRT v3.0-r35900M
Reset: no (ddup --flash-latest)
Uptime: 20 hours
Status: lost the main 2.4Ghz network after flash, the strange thing is my guest network on the 2.4Ghz is working.

BAck to DD-WRT v3.0-r35900M


Same here on my R7000, this firmware caused my guest network OR my main network to stop working, changed each time after a reboot. Gone back to 35030M for now.
pie1394
DD-WRT Novice


Joined: 09 Apr 2014
Posts: 48

PostPosted: Tue May 22, 2018 7:18    Post subject: Reply with quote
The non-root user still cannot be connected with ssh + public key authentication method while it still works fine with root user. Roll it back to r35030M and everything becomes fine.

ps: It was first time noticed when my unit was upgraded from r34790M -> r35550M

The users and authentication key files are put at "/jffs/susr0/.ssh/authorized_keys" with proper owner and file accessing right. The users are created with following startup script stored in NVRAM.

Code:
grep -v susr /tmp/etc/passwd > /tmp/etc/passwd-
mv /tmp/etc/passwd- /tmp/etc/passwd
echo "susr0:x:400:400:SSH User,,,:/jffs/susr0:/bin/sh" >> /tmp/etc/passwd
echo "susr1:x:401:400:SSH User,,,:/jffs/susr1:/bin/sh" >> /tmp/etc/passwd
grep -v users /tmp/etc/group > /tmp/etc/group-
mv /tmp/etc/group- /tmp/etc/group
echo "users:x:400:" >> /tmp/etc/group
chmod 644 /tmp/TZ

_________________
Buffalo WZR-1750DHP
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 183

PostPosted: Tue May 22, 2018 7:20    Post subject: Reply with quote
Quick question.. Im having issues enabling SFE (it keeps going back to disabled), will I be able to restore my settings from a backup once I do a "erase nvram"?
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12917
Location: Netherlands

PostPosted: Tue May 22, 2018 8:06    Post subject: Reply with quote
scope2 wrote:
Quick question.. Im having issues enabling SFE (it keeps going back to disabled), will I be able to restore my settings from a backup once I do a "erase nvram"?


Are you using OpenVPN client with Policy Based Routing?
If so this is not compatible with SFE and thus SFE is disabled by design.

Restoring settings from a backup is only advisable when using the same version but not between versions. Furthermore if NVRAM is garbled you run the risk of putting garbage back.

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 183

PostPosted: Tue May 22, 2018 8:18    Post subject: Reply with quote
egc wrote:
scope2 wrote:
Quick question.. Im having issues enabling SFE (it keeps going back to disabled), will I be able to restore my settings from a backup once I do a "erase nvram"?


Are you using OpenVPN client with Policy Based Routing?
If so this is not compatible with SFE and thus SFE is disabled by design.

Restoring settings from a backup is only advisable when using the same version but not between versions. Furthermore if NVRAM is garbled you run the risk of putting garbage back.


No, im not running OpenVPN at the moment. I can enable SFE and when the screen redraws it is enabled, but if I leave the tab and go back to it the state has changed to 'disable'
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12917
Location: Netherlands

PostPosted: Tue May 22, 2018 8:31    Post subject: Reply with quote
scope2 wrote:
egc wrote:
scope2 wrote:
Quick question.. Im having issues enabling SFE (it keeps going back to disabled), will I be able to restore my settings from a backup once I do a "erase nvram"?


Are you using OpenVPN client with Policy Based Routing?
If so this is not compatible with SFE and thus SFE is disabled by design.

Restoring settings from a backup is only advisable when using the same version but not between versions. Furthermore if NVRAM is garbled you run the risk of putting garbage back.


No, im not running OpenVPN at the moment. I can enable SFE and when the screen redraws it is enabled, but if I leave the tab and go back to it the state has changed to 'disable'


If the PBR field is filled even if the OpenVPN client is disabled SFE will be disabled, so if you have used OpenVPN in the past enable it again and see if the PBR field is empty.

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 183

PostPosted: Tue May 22, 2018 8:35    Post subject: Reply with quote
egc wrote:

If the PBR field is filled even if the OpenVPN client is disabled SFE will be disabled, so if you have used OpenVPN in the past enable it again and see if the PBR field is empty.


Bingo! It was indeed populated from when I tested it in the past.. Removing the value from it allowed me to enable SFE - and more importantly, increase my speed from the maximum around 270 to 370Mbps. Thank you very much.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12917
Location: Netherlands

PostPosted: Tue May 22, 2018 12:22    Post subject: Reply with quote
soxrok2212 wrote:
blaser wrote:
Router: Asus RT-AC68U
Firmware: DD-WRT v3.0-r35965M
Previous: DD-WRT v3.0-r35900M
Reset: no (ddup --flash-latest)
Uptime: 20 hours
Status: lost the main 2.4Ghz network after flash, the strange thing is my guest network on the 2.4Ghz is working.

BAck to DD-WRT v3.0-r35900M


Same here on my R7000, this firmware caused my guest network OR my main network to stop working, changed each time after a reboot. Gone back to 35030M for now.


Did a quick check on my R6400 and indeed it appears Guest/VAP wireless network is broken. It is broadcasting but my phone failed to connect.

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
mk262
DD-WRT Novice


Joined: 28 Oct 2013
Posts: 5

PostPosted: Tue May 22, 2018 12:31    Post subject: Reply with quote
router: r7000
fw: 35927

Is anyone having trouble forwarding port 80 from wan to a lan destination? I've successfully changed my admin port (from 80) but nothing will redirect. This behavior began a few releases ago.
r6300v2usr
DD-WRT Novice


Joined: 03 Jan 2017
Posts: 49
Location: Lindau, Germany

PostPosted: Tue May 22, 2018 18:20    Post subject: Reply with quote
Router: Netgear R7000 and R6300V2
Firmware: DD-WRT v3.0-r35965M
Reset: no (ddup --flash-latest)
Status: OK
Uptime: Almost 3 days
Errors: no

I do not witness a lagging GUI on both routers. It seems quite responsive and fast as always.

egc wrote:
soxrok2212 wrote:
blaser wrote:
Router: Asus RT-AC68U
Firmware: DD-WRT v3.0-r35965M
Previous: DD-WRT v3.0-r35900M
Reset: no (ddup --flash-latest)
Uptime: 20 hours
Status: lost the main 2.4Ghz network after flash, the strange thing is my guest network on the 2.4Ghz is working.

BAck to DD-WRT v3.0-r35900M


Same here on my R7000, this firmware caused my guest network OR my main network to stop working, changed each time after a reboot. Gone back to 35030M for now.


Did a quick check on my R6400 and indeed it appears Guest/VAP wireless network is broken. It is broadcasting but my phone failed to connect.

Here in my setup on R7000 Guest/VAP works together with main network on wl0.
Main network on wl1 has no VAP and woks as well, so everything is OK for me.

R7000 Setup:

    wl0: AP / N-only/ Channel: Auto/ Channel Width: Wide HT (40 MHz)/ Extension: lower
    wl1: AP / AC/N-Mixed / Channel 48 / Channel Width: VHT80 (80 MHz)/ Extension: upper upper

PS.: I've just tested LAN/WAN speed with iperf3 with SFE enabled: 900MBit/sec.
Nearly the same speed as LAN/LAN speed. Without SFE I reach 320MBits/sec Quite nice!
Fobio
DD-WRT Novice


Joined: 19 Sep 2012
Posts: 45

PostPosted: Wed May 23, 2018 4:08    Post subject: Reply with quote
2x DIR-890L

Using this latest firmware, I can not establish a WDS link on wl0. The MAC address for the radio keeps changing.

I've resetted one of them, and flashed back the backup file but it does it on both.

EDIT: So the issue is resolved by flashing the WDS station [2nd router] back to 35550M, leaving the WDS AP with 35965M].


Last edited by Fobio on Wed May 23, 2018 5:43; edited 2 times in total
r6300v2usr
DD-WRT Novice


Joined: 03 Jan 2017
Posts: 49
Location: Lindau, Germany

PostPosted: Wed May 23, 2018 4:25    Post subject: Reply with quote
[quote="r6300v2usr"]Router: Netgear R7000 and R6300V2
Firmware: DD-WRT v3.0-r35965M
Reset: no (ddup --flash-latest)
Status: OK
Uptime: Almost 3 days
Errors: no

Here in my setup on R7000 Guest/VAP works together with main network on wl0.
Main network on wl1 has no VAP and woks as well, so everything is OK for me.

R7000 Setup:

    wl0: AP / N-only/ Channel: Auto/ Channel Width: Wide HT (40 MHz)/ Extension: lower
    wl1: AP / AC/N-Mixed / Channel 48 / Channel Width: VHT80 (80 MHz)/ Extension: upper upper

EDIT:
A few hours I write the first message I lost my wl0 (main and VAP) on the R7000. A reboot bought it back.
soxrok2212
DD-WRT Novice


Joined: 03 Jul 2013
Posts: 13
Location: United States

PostPosted: Wed May 23, 2018 19:16    Post subject: Reply with quote
FWIW, to get guest networks back, you need to erase nvram, not just downgrade. The bug still exists for whatever reason but should resolve after nvram is cleared.
blaser
DD-WRT Guru


Joined: 16 Jul 2006
Posts: 525

PostPosted: Wed May 23, 2018 21:11    Post subject: Reply with quote
r6300v2usr wrote:
Router: Netgear R7000 and R6300V2
Firmware: DD-WRT v3.0-r35965M
Reset: no (ddup --flash-latest)
Status: OK
Uptime: Almost 3 days
Errors: no

I do not witness a lagging GUI on both routers. It seems quite responsive and fast as always.

egc wrote:
soxrok2212 wrote:
blaser wrote:
Router: Asus RT-AC68U
Firmware: DD-WRT v3.0-r35965M
Previous: DD-WRT v3.0-r35900M
Reset: no (ddup --flash-latest)
Uptime: 20 hours
Status: lost the main 2.4Ghz network after flash, the strange thing is my guest network on the 2.4Ghz is working.

BAck to DD-WRT v3.0-r35900M


Same here on my R7000, this firmware caused my guest network OR my main network to stop working, changed each time after a reboot. Gone back to 35030M for now.


Did a quick check on my R6400 and indeed it appears Guest/VAP wireless network is broken. It is broadcasting but my phone failed to connect.

Here in my setup on R7000 Guest/VAP works together with main network on wl0.
Main network on wl1 has no VAP and woks as well, so everything is OK for me.

R7000 Setup:

    wl0: AP / N-only/ Channel: Auto/ Channel Width: Wide HT (40 MHz)/ Extension: lower
    wl1: AP / AC/N-Mixed / Channel 48 / Channel Width: VHT80 (80 MHz)/ Extension: upper upper

PS.: I've just tested LAN/WAN speed with iperf3 with SFE enabled: 900MBit/sec.
Nearly the same speed as LAN/LAN speed. Without SFE I reach 320MBits/sec Quite nice!


I tried few other versions, the only version that showed the 2.4Ghz network is 35530M, all above it there was no 2.4Ghz network

_________________
Netgear R9000 main router
RAX80 as AP
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