New Build - 01/19/2023 - r51440

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


Joined: 18 Mar 2014
Posts: 12875
Location: Netherlands

PostPosted: Sun Jan 22, 2023 9:33    Post subject: Reply with quote
Alozoros you wrote:
Quote:
so, every time i go to GUI Administration>Management page and hit save and than apply,
remote https becomes enabled,


But on what assumption do you think that remote management is enabled?
Remote management is handled by the nvram parameter remote_management:
remote_mgt_ssh=0
remote_mgt_telnet=0
remote_management=0

That does not become enabled!

Yes the nvram parameter remote_mgt_https is set to 1:
remote_mgt_https=1

If remote management is enabled and HTTPS is enabled that parameter indicates you are wanting to use it.
But if HTTP is disabled then there is only one option and that is HTTPS so you use it automatically so it is set to 1 if you disable HTTP.

So it is by design and it does not enable remote management, but if you enable remote management then you use HTTPS (meaning port 443) because you disabled HTTP.

So as far as I can see it is by design and it is no problem.

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


Joined: 19 Feb 2019
Posts: 2963
Location: Germany

PostPosted: Sun Jan 22, 2023 9:51    Post subject: Reply with quote
but has no consistent behavior as you can see from my previous post
Alozaros
DD-WRT Guru


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

PostPosted: Sun Jan 22, 2023 10:22    Post subject: Reply with quote
egc , as i mentioned above i ve remote ssh only on 2 units and on the rest units
i don’t have and have only https for local gui only …so if by design does that mean
every time i hit save and apply i ve to go cli and change commit the nvram value ?

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


Joined: 18 Mar 2014
Posts: 12875
Location: Netherlands

PostPosted: Sun Jan 22, 2023 10:47    Post subject: Reply with quote
But why would you change that value?

That value does not mean you have remote management enabled.

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


Joined: 19 Feb 2019
Posts: 2963
Location: Germany

PostPosted: Sun Jan 22, 2023 11:40    Post subject: Reply with quote
as already written the behavior is inconsistent and depends on the sequence


HTTP HTTPS X

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=1

HTTP X HTTPS

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=0

HTTP HTTPS X

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=0

the same settings twice with different results...
by the way Alozaros can fix his problem with the sequence

or has something changed and this only applies to my used build?
I am too lazy to flash another build right now
CR_Apollo
DD-WRT User


Joined: 25 Dec 2020
Posts: 90
Location: Toronto - Canada

PostPosted: Sun Jan 22, 2023 22:05    Post subject: Reply with quote
egc wrote:
But why would you change that value?

That value does not mean you have remote management enabled.



That's what I thought, it only refers to protocol type available once remote management is enabled.


I think what may be confusing some people, is that remote management has an overwrite option to turn off HTTP by selecting USE HTTPS. That when remote is enabled, if you use both conditions for internal, you can over write the HTTP option for remote by selecting it. It may have left people to think that the remote protocol type was dependent upon enabling remote first. Which it appears is not really the case, and only meant to "over write" the default values if you want both protocol types internally.
CR_Apollo
DD-WRT User


Joined: 25 Dec 2020
Posts: 90
Location: Toronto - Canada

PostPosted: Sun Jan 22, 2023 22:32    Post subject: Reply with quote
ho1Aetoo wrote:
as already written the behavior is inconsistent and depends on the sequence


HTTP HTTPS X

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=1

HTTP X HTTPS

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=0

HTTP HTTPS X

remote_mgt_ssh=0
remote_mgt_telnet=0
remote_mgt_https=0

the same settings twice with different results...
by the way Alozaros can fix his problem with the sequence

or has something changed and this only applies to my used build?
I am too lazy to flash another build right now



As for the different behaviors on different builds or routers, I think the ones that enable the setting in the web protocol options, so that the router knows what conditions to use when it's set to enabled, is right. Having the overwrite to use HTTPS only on remote when both are selected for web management, that seems to make more sense to ensure the protocol settings are global for protocol types available in web, unless overwritten with Use HTTPS only in the remote settings, that that only applies if remote is enabled.

Depends how DD-WRT wants to manage this moving forward, having global for web protocol type, or completely isolating the two remote and internal all together. Seems like a lot more code to have two separate conditions for the protocol type available in web management, when an if statement for "Use HTTPS" can just overwrite the HTTP for remote only.
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2319
Location: Canada

PostPosted: Mon Jan 23, 2023 5:10    Post subject: Upgrades Reply with quote
Router/Version: D-link DIR-862L A1
File/Kernel: Webflash
Previous/Reset: DD-WRT v3.0-r51288 std (01/12/23), Reset No
Mode/Status: WDS Station
Issues/Errors: None, so far.

Router/Version: Netgear R7800
File/Kernel: Webupgrade
Previous/Reset: DD-WRT v3.0-r51288 std (01/12/23), Reset No, two WDS Stations, one WDS AP
Mode/Status: WDS Station x2, WDS AP / DHCP / NAT x 1
Issues/Errors: None, so far.

Router/Version: TP-Link Archer C7 v2
File/Kernel: tplink archer c7 v2.bin
Previous/Reset: DD-WRT v3.0-r51288 std (01/12/23), Reset No
Mode/Status: WDS Station
Issues/Errors: None, so far.

_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 963

PostPosted: Tue Jan 24, 2023 12:50    Post subject: Reply with quote
Router/Version: Netgear XR500 (Install guide by egc)
File/Kernel: dd-wrt-webupgrade.bin (r51440) / Linux 4.9.337 #1492 SMP Thu Jan 19 04:05:30 +07 2023 armv7l
Previous/Reset: DD-WRT v3.0-r51362 std (01/16/23) / no
Mode/Status: AP, SFE, AP 5GHz Mixed 80MHz + AP 2.4GHz NG-Mixed 20MHz, 802.11r (FT), SSH (public key), DDNS (Dynu.com), 802.11 encapsulation offloading, ondemand CPU governor at night, USB Storage (guide by egc), lighttpd (using Entware’s php8), CIFS Automount, WireGuard server, Cron / working
Issues/Errors: none

_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)
ramblin
DD-WRT User


Joined: 03 Nov 2015
Posts: 316
Location: Florida, USA

PostPosted: Tue Jan 24, 2023 19:51    Post subject: Reply with quote
Linksys ea8500 ..WDS AP and Linksys ea8500 ..WDS Stations ... X (2)

.....5 and a half days uptime and only 26 lines in the syslog. Thats as clean as I seen in a while. Just a GREAT build !

_________________
......All GOOD here... Just Handshakes and Time Stamps !......
KACTET
DD-WRT User


Joined: 01 May 2022
Posts: 250

PostPosted: Wed Jan 25, 2023 9:20    Post subject: Reply with quote
Router/Version: TP-Link TL-WR1043ND v4
File/Kernel: factory-to-ddwrt.bin / Linux 3.18.140-d6 #161462 Thu Jan 19 07:54:59 +06 2023 mips
Previous/Reset: stock firmware / no
Mode/Status: AP wired and wireless / Up and running for 2 hours
Issues/Errors: Nothing significant

Thank you BS and gurus

_________________
Atheros
Netgear XR500 Nighthawk - DD-WRT 54545
Tp-Link TL-WDR4900 v1.3 - DD-WRT 53133
TP-Link WR1043ND v4 - DD-WRT 51838
TP-Link WR1043ND v2 - Gargoyle OS 1.13.0
TP-Link WR841ND v11 - DD-WRT 55779
Broadcom
Asus RT-AC87U R - DD-WRT 55779
Asus RT-N66U - DD-WRT 55779
Linksys WRT54GL v1.1 - DD-WRT 54517M
Linksys WRT54GL v1.1 - FreshTomato 2023.4_MIPS_K26
Linksys WRT54GL v1.1 - Gargoyle OS 1.6.2
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 353
Location: Szczecin, Poland EU

PostPosted: Wed Jan 25, 2023 11:05    Post subject: New Build - 01/19/2023 - r51440 Reply with quote
Router/Version: TP-Link TL-WDR3600 v 1.5
Kernel: Linux 3.10.108-d11 #124132 Thu Jan 19 05:51:24 +06 2023 mips
Reset: No
Mode: Internet gateway, WIFI 5GHz AP, dnsmasq, firewall
Status: Working
Issues: some yellow marked events in logs
Uptime: almost 6 days

Router working rather good. In logs some yellow marked events is exist. I'm attach syslog for fix possible issues.
droidus
DD-WRT User


Joined: 13 Mar 2014
Posts: 85

PostPosted: Fri Feb 03, 2023 11:15    Post subject: Can no longer access web gui after update Reply with quote
I did a webupgrade to my netgear r7800. I can no longer access the web gui (dd-wrt). I did a reboot of the router, but still no luck. Is this a known issue? How can I resolve this?
foz111
DD-WRT Guru


Joined: 01 Oct 2017
Posts: 705
Location: Earth

PostPosted: Fri Feb 03, 2023 11:39    Post subject: Re: Can no longer access web gui after update Reply with quote
droidus wrote:
I did a webupgrade to my netgear r7800. I can no longer access the web gui (dd-wrt). I did a reboot of the router, but still no luck. Is this a known issue? How can I resolve this?

Maybe a browser cache issue, you could try on chrome or edge Ctrl and press F5 or clear browser cache or try browser in private mode.
Other than that can you ping your routers IP?
All lights on as normal?
Have you SSH enabled? If so can you reach it that way?
Just a few things you may try first.

_________________
Netgear R7800 PPPoE Main Router
Network IPV4 - Isolated Vlan's with IoT Devices. Unifi AC-Pro x 3 AP's, Router Wi-Fi Disabled. OVPN Server With Paid Commercial Wireguard Client's. Gateway Mode, DNSMasq, Static Leases & DHCP, Pi-Hole DNS & Running Unbound.

No one can build you the bridge on which you, and only you, must cross the river of life!
droidus
DD-WRT User


Joined: 13 Mar 2014
Posts: 85

PostPosted: Fri Feb 03, 2023 12:05    Post subject: Reply with quote
I tried it in chrome, and it still fails to load: ERR_CONNECTION_REFUSED
I can ping it. I can't ssh into it.
The lights are on.
Goto page Previous  1, 2, 3, 4, 5  Next Display posts from previous:    Page 4 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