New KONG ddwrt build - 05/25/2019

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2, 3, 4, 5  Next
Author Message
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Sat May 25, 2019 19:00    Post subject: New KONG ddwrt build - 05/25/2019 Reply with quote
New KONG ddwrt build - 05/25/2019

http://desipro.de/ddwrt/K3-AC-IPQ806X/Test/

Please report errors on this topic.

Release Notes:
http://svn.dd-wrt.com/timeline (with a grain of salt, kong doesnt always add all commits)

Router Model:

Status:
Reset:
Errors:
Sponsor
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Sat May 25, 2019 19:45    Post subject: Reply with quote
Status: better than bs builds
Reset: no
Errors: see tickets below

https://svn.dd-wrt.com/ticket/5225 *
https://svn.dd-wrt.com/ticket/5603 *
https://svn.dd-wrt.com/ticket/5699
https://svn.dd-wrt.com/ticket/5845
https://svn.dd-wrt.com/ticket/5848
https://svn.dd-wrt.com/ticket/5933
https://svn.dd-wrt.com/ticket/5938
https://svn.dd-wrt.com/ticket/6059
https://svn.dd-wrt.com/ticket/6286
https://svn.dd-wrt.com/ticket/6481 *
https://svn.dd-wrt.com/ticket/6495
https://svn.dd-wrt.com/ticket/6511
https://svn.dd-wrt.com/ticket/6516
https://svn.dd-wrt.com/ticket/6666 *

included tickets are only those affecting r7800 and kong build only.

does this include the bbr commits?

ipsec server still missing dns/local dns config option

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55488 std
[QUALCOMM] DIR-862L --------------------------------> r55460 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..



Last edited by tatsuya46 on Wed Jun 05, 2019 6:50; edited 2 times in total
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Sat May 25, 2019 20:36    Post subject: Reply with quote
EA8500 ...main router
DD-WRT v3.0-r39855M kongat (05/25/19)
Linux 4.9.177 #413 SMP Sat May 25 15:14:58 CEST 2019 armv7l
No reset --install over r39830M
all is working well for me --- seems about same as previous Wink
roadrun777
DD-WRT User


Joined: 24 Jan 2007
Posts: 81

PostPosted: Sun May 26, 2019 7:09    Post subject: Reply with quote
netgear 7500v2
DD-WRT v3.0-r39855M kongat (05/25/19)

Something has changed in dnsmasq or firewall as dns no longer works with this build.
I get "dnsmasq log overflow" with this build, this is strange because I set the log to be quiet in the conf file.

I will check the commit logs if I can find them and see whats changed. I had to switch back to r39830 for now to get everything working again.
habeIchVergessen
DD-WRT User


Joined: 04 May 2010
Posts: 427

PostPosted: Sun May 26, 2019 17:41    Post subject: Reply with quote
hardware: ea8500

ip6tables_nat.ko is in place and works
Code:
ip6tables -nvL -t nat


installing a DNAT rule fails with error "wrong arg: --to-destination"
Code:
ip6tables -t nat -I PREROUTING 1 -i br0 -p tcp --dport 53 --jump DNAT --to-destination [fe80::1]:53


the connection problems of esp8266 based devices relies on SNR. with build r39830M (21-05-2019) it gets a signal strength of -75. in r39855 it doesn't get a connection without relocating.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Sun May 26, 2019 19:33    Post subject: Reply with quote
roadrun777 wrote:
netgear 7500v2
DD-WRT v3.0-r39855M kongat (05/25/19)

Something has changed in dnsmasq or firewall as dns no longer works with this build.
I get "dnsmasq log overflow" with this build, this is strange because I set the log to be quiet in the conf file.

I will check the commit logs if I can find them and see whats changed. I had to switch back to r39830 for now to get everything working again.

dnsmasq works just fine same as it always has here
No problems at all with EA8500
up 23:53
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Sun May 26, 2019 20:01    Post subject: Reply with quote
roadrun777 wrote:
netgear 7500v2
DD-WRT v3.0-r39855M kongat (05/25/19)

Something has changed in dnsmasq or firewall as dns no longer works with this build.
I get "dnsmasq log overflow" with this build, this is strange because I set the log to be quiet in the conf file.

I will check the commit logs if I can find them and see whats changed. I had to switch back to r39830 for now to get everything working again.


try nvram erase reset config
roadrun777
DD-WRT User


Joined: 24 Jan 2007
Posts: 81

PostPosted: Mon May 27, 2019 7:21    Post subject: Reply with quote
Quote:
try nvram erase reset config

It took a bit of playing with it and I have no idea which one did it but I changed a few things.
I noticed that my hostname had changed to the first entry as 0.0.0.0 instead of localhost.

So I added an entry for my router for 0.0.0.0 and :: and used the my local domain.
Clarification -
My 0.0.0.0 host kill file for spam domains was now assigning my router domain to the first domain listed in the kill file instead of nvram setting and the web interface, so I just adjusted the first entries to be my router and it seemed to have solved it.

I also added
no-resolv
to dnsmasq.conf

I then changed all three entries on the
"Network Address Server Settings (DHCP)" page to the router IP.
Then rebooted and DNS seems to be fine now.
I have no idea which one did it, lol.
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue May 28, 2019 4:55    Post subject: Reply with quote
found that turning on Filter TOS/DSCP in Security helps improve qos throughput especially upload fq_codel. TOS/DSCP is used by modern cake qos which is not in ddwrt so filtering it reduces overhead
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Tue May 28, 2019 5:10    Post subject: Reply with quote
fq_codel upload finally much closer to my entered limit, Filter TOS/DSCP isnt checked never was. im guessing the problem was https://svn.dd-wrt.com/changeset/39849

edit: nevermind.. its actually having my subnet in qos netmask (10.150.10.0/24) and set to express, even if no other subnets are entered, that will fix this and give me more proper upload.. accidentally discovered this when i was testing something unrelated. tried filter tos, and it completely broke download qos (disabled it) till i turned it off, which took 2x apply settings for some reason, and had no effect on upload.

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55488 std
[QUALCOMM] DIR-862L --------------------------------> r55460 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue May 28, 2019 10:13    Post subject: Reply with quote
tatsuya46 wrote:
tried filter tos, and it completely broke download qos (disabled it) till i turned it off, which took 2x apply settings for some reason, and had no effect on upload.

weird... worked fine for me
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue May 28, 2019 14:28    Post subject: Reply with quote
anyone has ipv6 working with this build?
labo
DD-WRT Guru


Joined: 30 Jan 2015
Posts: 676
Location: Texas, USA

PostPosted: Tue May 28, 2019 15:02    Post subject: Reply with quote
Yes, its working fine on my R7800 with this build.
_________________
ASUS GT-BE98 PRO Main: Fiber 5gbps up/down
ASUS AXE16000: AI Mesh node
2 X ASUS RT-AX89X: AI Mesh nodes
QNAP QSW-1208-8C 12-Port 10GbE Switch
XS712T ProSafe 12-Port 10GbE Switch
3 X R9000 DD-WRT Mesh
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue May 28, 2019 15:44    Post subject: Reply with quote
labo wrote:
Yes, its working fine on my R7800 with this build.


can you share your setup? can't get it working here which is weird since it was before
msoengineer
DD-WRT Guru


Joined: 21 Jan 2017
Posts: 1782
Location: Illinois Moderator

PostPosted: Tue May 28, 2019 15:51    Post subject: Reply with quote
jerrytouille wrote:
labo wrote:
Yes, its working fine on my R7800 with this build.


can you share your setup? can't get it working here which is weird since it was before


I have bad news...you need to erase NVRAM...
I had a similar issue with it not wanting to work when I switched from an older build to a newer build. Doing a factory reset seems to have killed the gremlins...

Enable IPv6
IPv6 Type: DHCPv6 with prefix delegation
Prefix Length: 64

Set your Static DNS's if you want custom one's; I use Quad 9:
Static DNS 1: 2620:fe::fe
Static DNS 2: 2620:fe::9

Set MTU: 1472 (this helps reduce bufferbloat)

And then only enable radvd, all others are disabled.

Hit apply, and in a few moments you should get an IPv6.

_________________
FORUM RULES

TIPS/TRICKS: Best QCA Wifi Settings | Latency tricks | QoS Port priority | NEVER USE MU-MIMO |
Why to NOT use MU-MIMO | Max Wifi Pwr by Country | Linux Wifi Pwr | AC MCS & AX MCS | QCA 5Ghz chnls to use | WIFI Freq WIKI | TFTP R7800 | Don't buy AX | IPERF3 How-To

[R9000]52396 nightly (Main Router)
[EA8500]43192 & 45493 (2xOffsite)
[R7800] resting
[WDR3600]BS 44715 (Offsite)
[A7v5]BS 43038 (Offsite+spare napping)
Goto page 1, 2, 3, 4, 5  Next Display posts from previous:    Page 1 of 5
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC 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 cannot attach files in this forum
You cannot download files in this forum