New Build - 12/08/2020 - r44944

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5650

PostPosted: Tue Dec 08, 2020 14:05    Post subject: New Build - 12/08/2020 - r44944 Reply with quote
[WARNING]: This thread is only for feedback on this beta release for developers and the community's benefit.
DO NOT flash this beta release unless you understand the risks involved and specific device recovery methods.
Avoid discussions! Create threads for questions, general problems or use search; this thread is not for support.
Please list router model & revision, operating & wireless mode(s) and exact filename/firmware image flashed.


Downloads: (DD-WRT website) HTTPS & FTP (try another if a link doesn't work)

CLI Flash: 'cd /tmp' then 'wget {file URL}' (or 'curl -k {file URL} -o {file}') with http (not https) or ftp. Then 'write {file} linux'.

Repository: Trac SVN changelog since last build r44863 (GitHub mirror)

Notes:
r41664 or later for SFE NAT (k3.2+), KRACK (k24+), PBR+SFE, CAKE & FQ_CODEL_FAST (reset!), GTK Rekey timer fixes.
• Reset button was broken at 40571, then fixed in build r40750.
Experimental build option for Broadcom 8MB+ K2.x devices (limited currently): broadcom_K3X_mipsel32r1
• CVE-2019-14899 VPN fix (applicability depends on VPN setup) and GUI toggle. 6920, 6928, 6931, 6932 (WIP 7040)
In-kernel Samba has been implemented this year and default min/max versions have changed 6954, 6957, with WSD support.
• Broadcom MIPS devices are now on kernel 4.4. N66U/AC66U half memory is fully resolved.
• Local DNS option removed from Services->DNSMasq in changesets 43080 and 43081; ref: #7092
• DHCP and DNS help (English) updated in 43083; ref: #7091
• WAN lease time approaching zero bug on WRT54* devices fixed in 43191; ref: #6456
• Images for WNR3500Lv2 (BRCM NAND flash crash bug) fixed in 43219 (43217); ref: #7098
• WireGuard 1.0.20200908 & Tools: PBR, Kill Switch, Inbound Firewall, Naming of Peers, Status, Key, Guides. Thanks BS & egc!
• OpenVPN Version 2.5.0

Issues, observations, and/or workarounds reported:
DNScrypt 1.95 can still be used in the GUI but v2 (not compatible) requires Golang and thus Entware. 6246
WDS does not work on Broadcom ARM devices (only MIPS<->MIPS) & bridge modes on k4.4 devices may sometimes work in some configurations in certain builds but are not supported by the bcmdhd driver. Use client or repeater instead.
VAPs not working at boot fixed for unbridged VAPs with r40564:40566. Workaround startup command:
sleep 10;stopservice nas;stopservice wlconf;startservice wlconf;startservice nas (there are a few alternatives, search).
If start-up scripts do not work from USB add a delay (e.g. wait script or 'sleep 25').
For Broadcom ARM devices missing 5GHz channels, via telnet/ssh: 'nvram set brcm_unlock=1' 'nvram commit' 'nvram reboot'

Important:
• If reporting issues provide applicable info: 'dmesg', 'cat /tmp/var/log/messages', syslog, serial output, strace, tcpdump etc.
• For firewall NAT or WAN issues provide 'iptables -vnL', 'iptables -t nat -vnL', 'iptables -t mangle -vnL' and the /tmp/.ipt file.
• Search existing SVN tickets before opening a new one. Before reporting, reset and manually setup (no nvram backup).
• Be sure to include operating and wireless modes (Gateway, AP, CB, etc.) along with relevant configuration information.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]
Sponsor
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1851
Location: Hung Hom, Hong Kong

PostPosted: Tue Dec 08, 2020 15:47    Post subject: Reply with quote
Router/Version: Asus RT-N18U (rev. A1)
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1507 Tue Dec 8 13:57:28 +07 2020 armv7l
Previous: DD-WRT v3.0-r44700 std (10/30/20)
Mode: WAN @ DHCP, Wireless @ AP
Status: Working (Not 24/7; Not using IPv6, VAP, VPN; Using NAS & USB; Unbound enabled)
Reset: NO reset during firmware upgrade but cold boot

Summary

Samba was broken this build. USB drives mounted correctly, and MiniDLNA was working fine.

There were still error messages about ksmbd and wsdd2.

Will skip this build in future!

BTW, use the `service` command to stop/start samba3. And you possibly could `rmmod ksmbd` afterwards.

The following commands might fix the smb.db error in the log?

/usr/sbin/ksmbd.addshare
/usr/sbin/ksmbd.adduser
/usr/sbin/ksmbd.mountd

(
references:
https://forum.openwrt.org/t/ksmbd-samba3-4-alternative-ex-cifsd-smbd-package-support-thread/51695/44
https://github.com/namjaejeon/ksmbd-tools
https://github.com/namjaejeon/Documents/blob/master/CIFSD_User_Guide_v1.0.pdf
)


System Log

Samba error(s): grep -E 'wsdd|smbd' /var/log/messages
Code:

Jan  1 08:00:26 RT-N18U user.info wsdd2[1063]: starting.
Jan  1 08:00:26 RT-N18U user.err wsdd2[1063]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:00:26 RT-N18U user.info : smbd : samba started
Jan  1 08:00:26 RT-N18U local5.err ksmbd: [ksmbd-worker/1067]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Jan  1 08:00:26 RT-N18U local5.err ksmbd: [ksmbd-worker/1067]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Jan  1 08:00:26 RT-N18U local5.err ksmbd: [ksmbd-worker/1067]: ERROR: Recv() error Input data out of range [-8]
Jan  1 08:00:26 RT-N18U local5.err ksmbd: [ksmbd-manager/1066]: ERROR: WARNING: child process exited abnormally: 1067
Jan  1 08:00:26 RT-N18U local5.err ksmbd: [ksmbd-manager/1066]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Jan  1 08:00:28 RT-N18U user.err wsdd2[1063]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:00:28 RT-N18U user.err wsdd2[1063]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:00:41 RT-N18U user.info : wsdd2 : windows service discovery daemon successfully stopped
Jan  1 08:00:41 RT-N18U user.err wsdd2[1063]: Terminated received.
Jan  1 08:00:41 RT-N18U user.info wsdd2[1063]: terminating.
Jan  1 08:00:41 RT-N18U kern.info kernel: ksmbd: kill command received
Jan  1 08:00:44 RT-N18U user.info wsdd2[1549]: starting.
Jan  1 08:00:44 RT-N18U user.info : smbd : samba started
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1556]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1556]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1556]: ERROR: Recv() error Input data out of range [-8]
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-manager/1554]: ERROR: WARNING: child process exited abnormally: 1556
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-manager/1554]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Jan  1 08:00:44 RT-N18U user.info : smbd : samba started
Jan  1 08:00:44 RT-N18U user.info wsdd2[1585]: starting.
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1591]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1591]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-worker/1591]: ERROR: Recv() error Input data out of range [-8]
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-manager/1590]: ERROR: WARNING: child process exited abnormally: 1591
Jan  1 08:00:44 RT-N18U local5.err ksmbd: [ksmbd-manager/1590]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Jan  1 08:04:57 RT-N18U user.err wsdd2[1585]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:04:57 RT-N18U user.err wsdd2[1549]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:04:59 RT-N18U user.err wsdd2[1585]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:04:59 RT-N18U user.err wsdd2[1549]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:04:59 RT-N18U user.err wsdd2[1549]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:04:59 RT-N18U user.err wsdd2[1585]: error: wsdd-mcast-v4: wsd_send_soap_msg: send
Jan  1 08:05:00 RT-N18U user.info : wsdd2 : windows service discovery daemon successfully stopped
Jan  1 08:05:01 RT-N18U user.err wsdd2[1585]: Terminated received.
Jan  1 08:05:01 RT-N18U user.info wsdd2[1585]: terminating.
Jan  1 08:05:01 RT-N18U user.err wsdd2[1549]: Terminated received.
Jan  1 08:05:01 RT-N18U user.info wsdd2[1549]: terminating.
Jan  1 08:05:01 RT-N18U kern.info kernel: ksmbd: kill command received
Jan  1 08:05:03 RT-N18U user.info wsdd2[2564]: starting.
Jan  1 08:05:03 RT-N18U user.info : smbd : samba started
Jan  1 08:05:03 RT-N18U local5.err ksmbd: [ksmbd-worker/2571]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Jan  1 08:05:03 RT-N18U local5.err ksmbd: [ksmbd-worker/2571]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Jan  1 08:05:03 RT-N18U local5.err ksmbd: [ksmbd-worker/2571]: ERROR: Recv() error Input data out of range [-8]
Jan  1 08:05:03 RT-N18U local5.err ksmbd: [ksmbd-manager/2569]: ERROR: WARNING: child process exited abnormally: 2571
Jan  1 08:05:03 RT-N18U local5.err ksmbd: [ksmbd-manager/2569]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Dec  9 19:50:13 RT-N18U user.info : wsdd2 : windows service discovery daemon successfully stopped
Dec  9 19:50:13 RT-N18U user.err wsdd2[2564]: Terminated received.
Dec  9 19:50:13 RT-N18U user.info wsdd2[2564]: terminating.
Dec  9 19:50:14 RT-N18U kern.info kernel: ksmbd: kill command received
Dec  9 19:50:15 RT-N18U user.info wsdd2[3376]: starting.
Dec  9 19:50:15 RT-N18U user.info : smbd : samba started
Dec  9 19:50:15 RT-N18U local5.err ksmbd: [ksmbd-worker/3380]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Dec  9 19:50:15 RT-N18U local5.err ksmbd: [ksmbd-worker/3380]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Dec  9 19:50:15 RT-N18U local5.err ksmbd: [ksmbd-worker/3380]: ERROR: Recv() error Input data out of range [-8]
Dec  9 19:50:15 RT-N18U local5.err ksmbd: [ksmbd-manager/3379]: ERROR: WARNING: child process exited abnormally: 3380
Dec  9 19:50:15 RT-N18U local5.err ksmbd: [ksmbd-manager/3379]: ERROR: Fatal IPC error. Terminating. Check dmesg.



_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw


Last edited by mwchang on Wed Dec 09, 2020 12:49; edited 12 times in total
rnix
DD-WRT User


Joined: 23 Feb 2016
Posts: 185

PostPosted: Tue Dec 08, 2020 16:07    Post subject: Reply with quote
Router/Version: Asus RT-N18U
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1507 Tue Dec 8 13:57:28 +07 2020 armv7l2020 armv7l
Mode: Gateway
Previous: r44772
Reset: No (cli flash)
Status: samba broken

Status shows all time "Enabled - Stopped"

This keeps repeating in syslog, dmesg attached.

Dec 8 17:49:37 dd-wrt user.info wsdd2[2048]: starting.
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-worker/2054]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: WARNING: child process exited abnormally: 2054
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Dec 8 17:49:38 dd-wrt user.info : smbd : samba started
Dec 8 17:49:38 dd-wrt user.info wsdd2[2083]: starting.
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-worker/2089]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: WARNING: child process exited abnormally: 2089
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: Fatal IPC error. Terminating. Check dmesg.



dmesg.txt
 Description:

Download
 Filename:  dmesg.txt
 Filesize:  9.64 KB
 Downloaded:  95 Time(s)

mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1851
Location: Hung Hom, Hong Kong

PostPosted: Tue Dec 08, 2020 16:12    Post subject: Reply with quote
rnix wrote:
This keeps repeating in syslog, dmesg attached.

Dec 8 17:49:37 dd-wrt user.info wsdd2[2048]: starting.
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-worker/2054]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: WARNING: child process exited abnormally: 2054
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Dec 8 17:49:38 dd-wrt user.info : smbd : samba started
Dec 8 17:49:38 dd-wrt user.info wsdd2[2083]: starting.
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-worker/2089]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: WARNING: child process exited abnormally: 2089
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: Fatal IPC error. Terminating. Check dmesg.

Possibly losing USB? Do a COLD BOOT... maybe later! Wink
Nothing is sure after just a soft boot duing firmware upgrade.

Um... how do you stopservice Samba and WSDD2? "samba3" didn't work. `ls /tmp/services` didn't help...

ksmbd is now a kernel module, only a reboot could reload it, I believe.

Update:

Found same errors in my router's log!

Some old tickets reported similar errors, but not "-8" (-5, -7)!
https://svn.dd-wrt.com/search?q=ksmbd+ipc+error&noquickjump=1&changeset=on&ticket=on&wiki=on

There were tickets about "child process exited abnormally" but not "3554"! It seemed that "3554" was just a pid.
https://svn.dd-wrt.com/search?q=child+process+exited+abnormally&noquickjump=1&changeset=on&ticket=on&wiki=on

USB mounted correctly! MiniDLNA working!
Code:
/dev/sda1 on /tmp/mnt/sda1 type ext4 (rw,noatime,nodiratime,nobarrier,data=ordered,init_itable=0)


grep -E 'wsdd|smbd' /var/log/messages
Code:
Dec  9 00:43:30 RT-N18U local5.err ksmbd: [ksmbd-worker/3554]: ERROR: Can't open `/tmp/smb.db': No such file or directory
Dec  9 00:43:30 RT-N18U local5.err ksmbd: [ksmbd-worker/3554]: ERROR: User database file does not exist. Only guest sessions (if permitted) will work.
Dec  9 00:43:30 RT-N18U local5.err ksmbd: [ksmbd-worker/3554]: ERROR: Recv() error Input data out of range [-8]
Dec  9 00:43:30 RT-N18U local5.err ksmbd: [ksmbd-manager/3552]: ERROR: WARNING: child process exited abnormally: 3554
Dec  9 00:43:30 RT-N18U local5.err ksmbd: [ksmbd-manager/3552]: ERROR: Fatal IPC error. Terminating. Check dmesg.



_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw


Last edited by mwchang on Wed Dec 09, 2020 12:12; edited 8 times in total
itwontbewe
DD-WRT User


Joined: 29 Sep 2020
Posts: 259
Location: United States

PostPosted: Tue Dec 08, 2020 17:03    Post subject: Reply with quote
Router/Version: Netgear R7000P
File/Kernel: netgear-r7000p-webflash.bin / Linux 4.4.247 #1509 SMP Tue Dec 8 14:36:07 +07 2020 armv7l
Previous/Reset: r44863 / no
Mode/Status: Gateway AP 2.4 GHz & 5 GHz Unbound JFFS2 / working
Issues/Errors: no low 5 GHz channels. seems to be good otherwise
flyzipper
DD-WRT Guru


Joined: 21 Feb 2016
Posts: 504

PostPosted: Tue Dec 08, 2020 18:02    Post subject: Reply with quote
Router/Version: Netgear R7000
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1503 SMP Tue Dec 8 10:29:03 +07 2020 armv7l
Previous: r44863
Mode/Status: Gateway / working
Issues/Errors: Working well so far.

Uptime: 1hr 3mins
Upgrade: via web UI, no issues
Reset: no
Temperatures: CPU 68.0 °C / WL0 46.5 °C / WL1 52.4 °C
grc
DD-WRT User


Joined: 11 Jul 2018
Posts: 122

PostPosted: Tue Dec 08, 2020 20:15    Post subject: Reply with quote
Router/Version: NETGEAR r6300v2
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1503 SMP Tue Dec 8 10:29:03 +07 2020 armv7l
Mode: Gateway
Reset: No
Status: samba broken



rnix wrote:
Dec 8 17:49:37 dd-wrt user.info wsdd2[2048]: starting.
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-worker/2054]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: WARNING: child process exited abnormally: 2054
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Dec 8 17:49:38 dd-wrt user.info : smbd : samba started
Dec 8 17:49:38 dd-wrt user.info wsdd2[2083]: starting.
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-worker/2089]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: WARNING: child process exited abnormally: 2089
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: Fatal IPC error. Terminating. Check dmesg.


same here
wabe
DD-WRT Guru


Joined: 17 Jun 2006
Posts: 889

PostPosted: Tue Dec 08, 2020 20:31    Post subject: Reply with quote
Router/Version: Asus RT-AC68U rev C1
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1503 SMP Tue Dec 8 10:29:03 +07 2020 armv7l
Previous: r44863
Mode/Status: Gateway AP/ working
Issues/Errors: Working well but SMB completely broken

_________________
Netgear R7000 on Build 55109
Asus AC-AC68U rev. C1 (AP) on Build 55109
Asus AC-68U rev. A1 on Build 54604
Asus AC-68U rev. A1 on Build 53339
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 323

PostPosted: Tue Dec 08, 2020 20:48    Post subject: Reply with quote
rnix wrote:
Router/Version: Asus RT-N18U
Firmware: DD-WRT v3.0-r44944 std (12/08/20)
Kernel: Linux 4.4.247 #1507 Tue Dec 8 13:57:28 +07 2020 armv7l2020 armv7l
Mode: Gateway
Previous: r44772
Reset: No (cli flash)
Status: samba broken

Status shows all time "Enabled - Stopped"

This keeps repeating in syslog, dmesg attached.

Dec 8 17:49:37 dd-wrt user.info wsdd2[2048]: starting.
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-worker/2054]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: WARNING: child process exited abnormally: 2054
Dec 8 17:49:37 dd-wrt local5.err ksmbd: [ksmbd-manager/2053]: ERROR: Fatal IPC error. Terminating. Check dmesg.
Dec 8 17:49:38 dd-wrt user.info : smbd : samba started
Dec 8 17:49:38 dd-wrt user.info wsdd2[2083]: starting.
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-worker/2089]: ERROR: Recv() error Input data out of range [-8]
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: WARNING: child process exited abnormally: 2089
Dec 8 17:49:38 dd-wrt local5.err ksmbd: [ksmbd-manager/2088]: ERROR: Fatal IPC error. Terminating. Check dmesg.



Can confirm SAMBA broken in even in x64 builds. Avoid the r44944 for now.
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 323

PostPosted: Tue Dec 08, 2020 20:52    Post subject: Samba broken r44944 Reply with quote
Router/Version: Netgear AC1450
File/Kernel: Whatever comes with r44944
Previous/Reset: No
Mode/Status: AP mode
Issues/Errors: Samba broken

Router/Version: Linksys 320N
File/Kernel: K3x build
Previous/Reset: No
Mode/Status: AP
Issues/Errors: None since no USB for Samba use.

Router/Version: X64 Dell Studio 540 e/Q9550 8GB ram
File/Kernel: Whatever comes with r44944 build
Previous/Reset: Yes
Mode/Status: Router/Gateway
Issues/Errors: Samba Broken
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12812
Location: Netherlands

PostPosted: Sat Dec 12, 2020 8:19    Post subject: Reply with quote
I am looking for test users who want to test build 44980.

This build has an upgraded and reworked WireGuard.

It has among other things:
• Interface with Advanced option to hide advanced options and make it cleaner.
• Set DNS server with routing via tunnel
• Use CIDR notation for address/netmask so it could also work IPv6 (not tested and no routing rules)
• Upgraded PBR so to also allow things like "iif" and "from to" and if we get Kernel 4.17 or later port routing
• Firewall settings the same as for OpenVPN i.e. no extra rules for normal client behaviour (the client can initiate outbound traffic by default) and accepting new inbound traffic for server'
• Added possibilities for route-up, route down scripts and Firewall mark settings
• Added detection if there is no WAN (like in a Wireless Access Point) to set default route via the LAN
• Instead of setting a fixed wait time (35 seconds) variable wait time waiting for time server to come up
• If a route up script is present wait for usb /jffs to be accessible with is-mounted.sh utility (usr/bin/is-mounted.sh)

If the test is successful some or all of these upgrades can be incorporated in the next public Beta build, but I need your help to test.

The build is an official build by BS and I have it running on Broadcom R6400 Linksys EA8500 and NetGear R7800, which runs fine (The Qualcomm Atheros have improved WiFi throughput,and samba is working)

Your WireGuard settings are retained except for the IP address and Net mask of the WG tunnel.
Old builds have e.g. 10.4.0.5 with netmask 255.255.255.0 New builds will use CIDR notation e.g. 10.4.0.5/24 (this as a preparation for IPv6, and normally your provider will also use this notation)
You have to refresh your browser cache with CTRL+F5 and enable the tunnel, but as said settings should be retained except for the IP address/netmask.

Builds can be found at:
https://www.dropbox.com/sh/q2sf1kzqba57gz9/AABFmrUQ3xhbL20DWBB9pNJda?dl=0

If you are missing a build let me know I will put it there although BS did not give me all builds.

Warning, although I have it running and it runs fine, it is an alpha build.

_________________
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
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1851
Location: Hung Hom, Hong Kong

PostPosted: Sat Dec 12, 2020 8:27    Post subject: Reply with quote
egc wrote:
I am looking for test users who want to test build 44980.
This build has an upgraded and reworked WireGuard.
It has among other things:
... more ...

If you are missing a build let me know I will put it there although BS did not give me all builds.

Warning, although I have it running and it runs fine, it is an alpha build.

Open a new thread for this kind of invitation, not just in Broadcom forum, but in Advanced Networking, General Questions, Contributor Upload, Generic Questions & Announcement. DD-WRT Users are fairly interested in VPN.


_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12812
Location: Netherlands

PostPosted: Sat Dec 12, 2020 9:09    Post subject: Reply with quote
Thanks will do that.

But I thought to start small with users already upgrading regurlarly Smile

_________________
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
Display posts from previous:    Page 1 of 1
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