New Build - 04/12/2022 - r48646

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


Joined: 18 Mar 2014
Posts: 12889
Location: Netherlands

PostPosted: Fri Apr 15, 2022 7:17    Post subject: Reply with quote
@Gromitd90 another example of someone who got it working with only the GUI:
https://www.reddit.com/r/DDWRT/comments/u3nv1d/vlan_communication_questions/

The problem you have might be the use of the WAN port as trunk port, the WAN port should be connected to the switch if you disable the WAN port but that is not reflected in the GUI.
It is possible that there is no direct connection to the switch but it is still using the CPU?

_________________
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
Gromitd90
DD-WRT Novice


Joined: 20 Jan 2016
Posts: 40

PostPosted: Fri Apr 15, 2022 13:23    Post subject: Reply with quote
@egc. That's an interesting approach that guy used. But I needed all 4 ports on my R7000 as local ports assigned to VLAN1 so I can't try this method.

I'm happy that I now have it working using the script I posted yesterday. So I now have 3 WAPs running DD-WRT each supporting 3 VLANs and 3 VAPs all bridged correctly.

Now on to my next project. Thanks for all your help.

Mike
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6868
Location: Romerike, Norway

PostPosted: Sun Apr 17, 2022 8:16    Post subject: Reply with quote
Gromitd90 wrote:

I didn't change anything on the Switch Config Tab and that still shows VLAN1 with ports 1 - 4 and VLAN2 with port 0 !!


That is because the GUI reads the nvram variables port.*vlans, portvlanlist and portvlan_count.

Why are you resetting the switch? It must be a command you have picket up from the Marvell forum.
Gromitd90
DD-WRT Novice


Joined: 20 Jan 2016
Posts: 40

PostPosted: Sun Apr 17, 2022 16:58    Post subject: Reply with quote
@Per Yngve Berg
I was just surprised that the GUI Switch Configuration doesn't reflect the changes made to the configuration in a startup script. The information on the Network Tab does reflect script changes.

I got the reset switch info from the Ralink SOC forum. Are you saying it is redundant for Broadcom? Can I replace :

swconfig dev switch0 set reset 1
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "0 1 2 3 4 5t"
swconfig dev switch0 vlan 3 set ports "0t 5t"
swconfig dev switch0 vlan 5 set ports "0t 5t"
swconfig dev switch0 vlan 100 set ports "0t 5t"
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
swconfig dev switch0 set apply

with

swconfig dev switch0 vlan 1 set ports "0 1 2 3 4 5t"
swconfig dev switch0 vlan 3 set ports "0t 5t"
swconfig dev switch0 vlan 5 set ports "0t 5t"
swconfig dev switch0 vlan 100 set ports "0t 5t"
swconfig dev switch0 set apply

and achieve the same results?

Mike
twindragon6
DD-WRT User


Joined: 29 Jun 2008
Posts: 332

PostPosted: Tue Apr 19, 2022 5:26    Post subject: Netgear Nighthawk R7000 Reply with quote
Now available!
https://www.downloads.netgear.com/files/GPL/r7000_toolchain.zip
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12889
Location: Netherlands

PostPosted: Tue Apr 19, 2022 6:40    Post subject: Re: Netgear Nighthawk R7000 Reply with quote
twindragon6 wrote:
Now available!
https://www.downloads.netgear.com/files/GPL/r7000_toolchain.zip


Looks like really old stuff, GCC 4.5 for Linux 2.6.
DDWRT uses GCC 10 and 11

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


Joined: 26 Jun 2008
Posts: 88

PostPosted: Tue Apr 19, 2022 17:45    Post subject: Reply with quote
Router/Version: Netgear R7000p
File/Kernel: factory-to-dd-wrt.chk
Previous/Reset: Netgear stock. Erased nvram before/after
Mode/Status: Gateway/2.4GHz & 5GHz AP/DHCP server/DNS Server/Port forwarding/ipv4 only
Issues/Errors: Yes. See below.

1. DFS channel (52 + 54) is missing, lowest 5G channel is 100. I already tried the nvram setting in the OP. Didn't work.

2. Multi-user Beamforming (i.e., MU-MIMO) is missing from the wl1 GUI. The R7000p does support MU-MIMO and it should be present.



wl1_2.png
 Description:
 Filesize:  102.45 KB
 Viewed:  1827 Time(s)

wl1_2.png



wl1_1.png
 Description:
 Filesize:  88.19 KB
 Viewed:  1827 Time(s)

wl1_1.png


MysticGold04
DD-WRT User


Joined: 20 Apr 2018
Posts: 174
Location: Somewhere remote

PostPosted: Wed Apr 20, 2022 15:04    Post subject: Reply with quote
Router/Version: ASUS RT-AC3100
File/Kernel: asus_rt-ac3100-firmware.trx
Previous/Reset: Asus Stock / YES
Mode/Status: Gateway, testing OK
Issues/Errors: None at the time

Flashed this briefly to test functionality on RT-AC3100. Everything appeared okay. Waiting on additional test router to flash permanently to test and run.

_________________
ASUS RT-AC3100 AP Merlin 386.12_4
ASUS RT-AC68U Media Bridge/Merlin 386.12_4 (x2)
ASUS RT-AC68U AP r54604
ASUS RT-AC68U Gateway/AP r54604
Edgerouter-4, v2.0.9-hotfix7
SkylinedTT
DD-WRT Novice


Joined: 22 Apr 2022
Posts: 1
Location: Trinidad & Tobago

PostPosted: Mon Apr 25, 2022 0:26    Post subject: Reply with quote
This is the first time I am using DD-WRT on a new powerful router (RT-AC68U).
I was running Asuswrt-Merlin for years and had no problems. I then had to use it as a repeater and found that it was limited in the settings. This totally solved that problem and I am getting the best performance ever.

Thank you developers!

Router/Version: Asus RT-AC68U A1
File/Kernel: https://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2022/04-12-2022-r48646/asus-rt-ac68u/asus_rt-ac68u-firmware.trx
Previous/Reset: Asuswrt-Merlin RT-AC68U_386.5_2.zip / Forced to Reset
Mode/Status: RB: Primary ARRIS TG2492LG-FLO DOCSIS Residential Gateway connected via Wi-Fi - N/AC
Issues/Errors: Cannot flash from inside Asuswrt-Merlin web GUI. Had to reset to go into restoration mode and upload the file in the mini web server interface.

Best performance settings (to be continued)
Shortcut Forwarding Engine: SFE
Flow Acceleration: CTF

Issues:
1. The install issue above.
2. DDNS client to NO-IP.com, status is always connecting to server, can this work in the RB mode?


The only two things I would like to see so far
1. How to get a list of all my connected clients and their hostnames and IPs.
2. How to turn on/off the router light (the switch doesn't work anymore, just remains on) and/or front blue LEDs or maybe a schedule based on sunrise/sunset.

Is there anything current solutions?

Thanks again...waiting for the next build!
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
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