New Kong's DD-WRT test build v3.0-r37015M (23/09/2018)

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


Joined: 31 Jan 2015
Posts: 6290
Location: Texas

PostPosted: Mon Oct 01, 2018 15:04    Post subject: Re: R8000 Reply with quote
bushant wrote:
james1795 wrote:
I thought that WPA3 was suppose to be included in this build looking at the svn timeline that brainslayer included.

Apparently on some devices. @mrjcd reports it is included on ea8500 I believe but not included on my r7500 with near same hardware.

Edit: Not sure if @mrjcd was on <Kong> or BS.


No, WPA3 is not on the EA8500 running Kong_37015M

It is there on main dd-wrt r37012 for EA8500
Also for the WNDR3700v4 ... slight wifi security names change
see ---> https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1142340#1142340
Sponsor
Max Power
DD-WRT Novice


Joined: 27 Feb 2018
Posts: 25

PostPosted: Tue Oct 02, 2018 1:23    Post subject: Reply with quote
Couldn't get DNS to resolve. First indication was because it couldn't get a time, which has happened to be before with DNSSEC enabled - confirmed that it was not enable. Hunted around in the DNSMASQ log and saw that every query was being returned (DNS was not resolving). Scrolled up and saw that it said "no upstream servers configured".

At that point I double checked the main Setup page and confirmed that I did indeed have DNS servers listed. I tried disabling strict order in case it was an error with one server - no resolution.

I then specified each server in the additional config options on the Services page and all is now working.

I did not do a reset after flashing this build (R8000) and I'm not really wanting to do that at this point. So no clue if it is an NVrAM artifact or not.
Max Power
DD-WRT Novice


Joined: 27 Feb 2018
Posts: 25

PostPosted: Tue Oct 02, 2018 14:41    Post subject: Reply with quote
Quit working overnight, couldn’t get any DNS to resolve. Reset via web GUI, prompted to reset password but then I can’t access anything else in the Web GUI. Did another reset (hardware button since I could t get into GUI) and it still isn’t working. So now I’m at a loss. Will have to work it some more when I get home. Since I can’t get into the GUI nor SSH in, this will be interesting.

Max Power wrote:
Couldn't get DNS to resolve. First indication was because it couldn't get a time, which has happened to be before with DNSSEC enabled - confirmed that it was not enable. Hunted around in the DNSMASQ log and saw that every query was being returned (DNS was not resolving). Scrolled up and saw that it said "no upstream servers configured".

At that point I double checked the main Setup page and confirmed that I did indeed have DNS servers listed. I tried disabling strict order in case it was an error with one server - no resolution.

I then specified each server in the additional config options on the Services page and all is now working.

I did not do a reset after flashing this build (R8000) and I'm not really wanting to do that at this point. So no clue if it is an NVrAM artifact or not.
Max Power
DD-WRT Novice


Joined: 27 Feb 2018
Posts: 25

PostPosted: Wed Oct 03, 2018 0:46    Post subject: Reply with quote
Got it working. Something is preventing DNS queries when I add the code below to the DNSMASQ additional config field. These options worked previously. With the options added the router cannot resolve time.nist.gov which prevents all other internet access. In the logs for DNSMASQ it says that no upstream servers are configured with the options listed below. No clue why anything I have in the additional config would cause that error.

Code:
no-resolv
conf-file=/jffs/dnsmasq/mpdomains
addn-hosts=/jffs/dnsmasq/mphosts
bind-interfaces
domain-needed
bogus-priv
filterwin2k
cache-size=2000
neg-ttl=3600
listen-address=127.0.0.1
log-queries
log-facility=/jffs/dnsmasq/dnsmasq.log
log-async


Max Power wrote:
Quit working overnight, couldn’t get any DNS to resolve. Reset via web GUI, prompted to reset password but then I can’t access anything else in the Web GUI. Did another reset (hardware button since I could t get into GUI) and it still isn’t working. So now I’m at a loss. Will have to work it some more when I get home. Since I can’t get into the GUI nor SSH in, this will be interesting.

Max Power wrote:
Couldn't get DNS to resolve. First indication was because it couldn't get a time, which has happened to be before with DNSSEC enabled - confirmed that it was not enable. Hunted around in the DNSMASQ log and saw that every query was being returned (DNS was not resolving). Scrolled up and saw that it said "no upstream servers configured".

At that point I double checked the main Setup page and confirmed that I did indeed have DNS servers listed. I tried disabling strict order in case it was an error with one server - no resolution.

I then specified each server in the additional config options on the Services page and all is now working.

I did not do a reset after flashing this build (R8000) and I'm not really wanting to do that at this point. So no clue if it is an NVrAM artifact or not.
r6300v2usr
DD-WRT Novice


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

PostPosted: Wed Oct 03, 2018 18:28    Post subject: Reply with quote
Max Power wrote:

Code:
no-resolv


From the dnsmasq man-page (http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html):
Quote:
-R, --no-resolv
Don't read /etc/resolv.conf. Get upstream servers only from the command line or the dnsmasq configuration file.

I wonder how it worked in the previous configuration?

I use "no-resolv" as well and specify the DNS servers by the "server=" statement in the additional dnsmasq config section.
As far as I know: In the file /etc/resolv.conf you find the IP adresses of the DNS servers defined by the GUI on the setup page and/or the DNS server IP received from WAN interface via dhcp. But I'm not sure about the correct behavior, therefor I use the "no-resolv" parameter and specify my dns server explicitly.
Nonikoff
DD-WRT Novice


Joined: 18 Mar 2016
Posts: 30

PostPosted: Wed Oct 03, 2018 20:47    Post subject: Reply with quote
Max Power wrote:
Got it working. Something is preventing DNS queries

Time sync
this should work

DNSMasq
DNSMasq Enable
Encrypt DNS Enable
Local DNS Enable
Query DNS in Strict Order Enable
Code:

server=/[b]YOUR NEAREST TIME SERVER URL[/b]/8.8.8.8
cache-size=10000
expand-hosts
[/i]
spaceghost
DD-WRT User


Joined: 08 Jun 2010
Posts: 109
Location: New Zealand

PostPosted: Thu Oct 04, 2018 19:20    Post subject: Reply with quote
Router: Asus RT-AC3200
Firmware: DD-WRT v3.0-r37015M kongac (09/23/1Cool
Kernel: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: DD-WRT v3.0-r36840M kongac (09/03/18 )

Mode/Status: Gateway / AP / IPsec
Upgrade Method: "ddup --flash-latest". No 'erase nvram'
Reset: Power Cycle after ddup
Uptime: 45 minutes
Errors: None so far
CPU Temp 63.6 °C

This looks like it is running about 4 or 5 degrees hotter than r36840 where I was getting around CPU 59.5 °C

This also seems hotter than what other devices on here are running at? Should I be concerned?

What is the expected temp on an RT-AC3200?

EDIT: 36 hours of uptime and CPU 66.9 °C - This seems to be running hotter than before.
rickst29
DD-WRT Novice


Joined: 14 Feb 2008
Posts: 8

PostPosted: Wed Oct 10, 2018 14:23    Post subject: I confirm "running hotter" on R7000 as well. Reply with quote
spaceghost wrote:
Router: Asus RT-AC3200
Firmware: DD-WRT v3.0-r37015M kongac (09/23/1Cool
Kernel: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: DD-WRT v3.0-r36840M kongac (09/03/18 )
CPU Temp 63.6 °C

This looks like it is running about 4 or 5 degrees hotter than r36840 where I was getting around CPU 59.5 °C

This also seems hotter than what other devices on here are running at? Should I be concerned?

What is the expected temp on an RT-AC3200?

EDIT: 36 hours of uptime and CPU 66.9 °C - This seems to be running hotter than before.

Yep. My "office" Netgear R7000, running as an AP with dual 2.4/5.0 wireless and a couple of wired clients, runs at CPU temp 64 - 65 C on this version.

My "older" machines (identical) have
Firmware Version
DD-WRT v3.0-r31205M kongac (02/03/17)
at only 55 °C, and a couple of "Client Bridge" systems running at even colder temps (51 °C) using
DD-WRT v3.0-r34900M kongac (02/11/1Cool.
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6440
Location: UK, London, just across the river..

PostPosted: Thu Oct 11, 2018 5:35    Post subject: Reply with quote
on my R7000 addn-hosts=/tmp/ its not created
my adblocker doesn't work as intended
there is something with DNSmasq
it was fin on the older builds
or its a fake line in syslog...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
roeboat
DD-WRT Novice


Joined: 05 May 2018
Posts: 21

PostPosted: Sun Nov 11, 2018 19:18    Post subject: Reply with quote
Routers: Netgear R6700 v3 and Netgear R6400 v1
Firmware: DD-WRT v3.0-r37015M kongac (09/23/18
Kernel: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: DD-WRT v3.0-r36840M kongac (09/03/18 )

Mode/Status: Gateway / AP
Upgrade Method: "ddup --flash-latest". Had to finally 'erase nvram' to get it to work on both routers.
Reset: Power Cycle after ddup
Uptime: 2 days
Errors: Yes
CPU Temp 63.6 °C (R6700v3) & CPU 60.2 °C (R6400v1)

Sorry if I'm late to the party, but I finally got them working.

Tried to update the R6400v1 first since I use it as a repeater bridge to the R6700v3. Bridging would not work with encryption until both routers were updated. Maybe its a clue that it looks like the menu names for encryption types changed from the previous release.

As others have seen, VAPs die after awhile. I use one for guest access. Interestingly, if I have a device that automatically reconnects, such as my cell phone, then the VAP will stay active. Once I turn off auto-reconnect, then the VAP dies within about 15 minutes.

Routers:
Netgear R6400 v1
Netgear R6700 v3
Linksys E3000
Cisco WRT54 G1
bdub76
DD-WRT Novice


Joined: 13 Nov 2018
Posts: 14

PostPosted: Tue Nov 13, 2018 23:19    Post subject: Reply with quote
Router: Netgear R7000P
Firmware: DD-WRT v3.0-r37015M kongac (09/23/18)
kernel version: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: previous stable from 5/18

Mode/Status: AP
Upgrade Method: automatic updates
Reset: nope
Uptime: 3 hours
Errors: some

What's odd about this update is that my router model is now showing as:

Netgear R6400 v1

Even though I'm running a R7000P. Any ideas?

AC antenna wl1 isn't working. 0% errors on received. My iphone usually always connects to this antenna.

My setup is as follows:

APU2 gateway -> switch -> R7000P

I NAT and packet filter on my APU2. I basically use the R7000P as antennas to provide wireless to my home. My Internet is only 60/5.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12889
Location: Netherlands

PostPosted: Wed Nov 14, 2018 10:13    Post subject: Reply with quote
bdub76 wrote:
Router: Netgear R7000P
Firmware: DD-WRT v3.0-r37015M kongac (09/23/1Cool
kernel version: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: previous stable from 5/18

Mode/Status: AP
Upgrade Method: automatic updates
Reset: nope
Uptime: 3 hours
Errors: some

What's odd about this update is that my router model is now showing as:

Netgear R6400 v1

Even though I'm running a R7000P. Any ideas?

AC antenna wl1 isn't working. 0% errors on received. My iphone usually always connects to this antenna.

My setup is as follows:

APU2 gateway -> switch -> R7000P

I NAT and packet filter on my APU2. I basically use the R7000P as antennas to provide wireless to my home. My Internet is only 60/5.


See: https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1147045#1147045
I think the R7000P is misdetected

_________________
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
yoyoma2
DD-WRT User


Joined: 24 Sep 2016
Posts: 372

PostPosted: Sat Dec 01, 2018 17:48    Post subject: Reply with quote
This test build is now the current stable build available here http://desipro.de/ddwrt/K3-AC-Arm/

Run "ddup --flash-unattended" to upgrade to the latest stable version (this one at the time of writing).
cursemex
DD-WRT Novice


Joined: 15 Dec 2014
Posts: 48

PostPosted: Sun Dec 02, 2018 10:21    Post subject: Reply with quote
Routers: Netgear R7000
Firmware: DD-WRT v3.0-r37015M kongac (09/23/1Cool
Kernel: Linux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l
Previous Firmware: Forgot

Mode/Status: Gateway / AP
Upgrade Method: "ddup --flash-latest". with'erase nvram' before and after upgrade
Reset: no
Uptime: 23 days, 1 min
Errors: No

From what I've seen. This has been a solid build so far. I'm about to upgrade to the new ver.
Shainer
DD-WRT Novice


Joined: 02 Dec 2018
Posts: 1

PostPosted: Sun Dec 02, 2018 16:43    Post subject: Static DNS Broke? Reply with quote
Router NameDD-WRT
Router ModelNetgear R7000
Firmware Version DD-WRT v3.0-r37015M (09/23/1Cool
Kernel VersionLinux 4.4.157 #603 SMP Sun Sep 23 01:10:11 CEST 2018 armv7l

Loaded this version last night. Factory reset. Loadeddd-wrt.v24-K3_AC_ARM_STD.bin with defaults checked. Manually added all of my configurations (did not restore from a previous versions backup).

Worked fine, until this morning when I decided to add static DNS entries. As soon as I add any DNS entry all WAN traffic stops. I can not ping 8.8.8.8 from any host on the network. Only syslog messages that seemed relevant were NTP failures to an IP I had previously configured. I looked at incoming and outgoing logs to see if any traffic was being dropped/passed. No reports on either one, which confirms no traffic was passing the WAN. I tried removing the DNS entry, and still no traffic over the WAN. I had to initiate another factory reset, and reconfigure my PPPoE to restore connectivity. Anybody else see this issue? I'm still poking at it to see if I can figure it out. Any direction is appreciated.
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