All ports for LAN / R7000 / DD-WRT v3.0-r46949 std (06/13/21

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


Joined: 08 May 2018
Posts: 14207
Location: Texas, USA

PostPosted: Wed Nov 24, 2021 16:52    Post subject: Reply with quote
Is dynamic routing enabled? Not sure if a repeater mode will allow the use of the WAN port, as it is not the same as a wired AP or switch configuration in DD-WRT.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Sponsor
drnorton
DD-WRT User


Joined: 08 Dec 2009
Posts: 137

PostPosted: Thu Nov 25, 2021 9:28    Post subject: Reply with quote
Dynamic Routing is disabled.

I use Router. Only in Gateway Mode
I become dynamic routing.

The Repeater is wired. So I can use it on second floor.
|2e4per
DD-WRT Novice


Joined: 12 Jun 2007
Posts: 32
Location: Aachen, Germany

PostPosted: Sat Nov 27, 2021 7:54    Post subject: Reply with quote
Per Yngve Berg wrote:
swconfig dev switch0 vlan 1 set ports="0 1 2 3 4 5t"
swconfig dev switch0 vlan 2 set ports="5t"
swconfig dev switch0 set apply



I think you can safely drop out the second line concerning vlan2 and uncheck it in the switch config gui also.

Furthermore I strongly recommend a powercylce after taking those changes and save apply in the gut.

I saw my R7000P several times struggling after taking such changes without powercycle..

_________________
|2e4per

all running site-to-site OpenVPN

4x WRT54GL v1.1 @ 14929
1x WRT320N chang'd to E2000 bricked -> debricked @ v3.0-r29519 mega
1x Archer C7 v2.0 @ v3.0-r29519 std
1x Archer C7 v4.0 @ v3.0-r35874 std
1x ASUS RT-AC68U H/W ver.E1 @ v3.0-r36070M kongac
2x Netgear R7000P @ v3.0-r36070M kongac
drnorton
DD-WRT User


Joined: 08 Dec 2009
Posts: 137

PostPosted: Sat Nov 27, 2021 15:01    Post subject: Reply with quote
Hi ...

I become some error after the command:

Unknown attribute "ports=0 1 2 3 4 5t"

Is it the right syntax ?
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Sat Nov 27, 2021 15:46    Post subject: Reply with quote
Did you enter the quotes?
|2e4per
DD-WRT Novice


Joined: 12 Jun 2007
Posts: 32
Location: Aachen, Germany

PostPosted: Sat Nov 27, 2021 16:29    Post subject: Reply with quote
drnorton wrote:


Unknown attribute "ports=0 1 2 3 4 5t"




No you set the first " in wrong place. It should be right after the equal sign.

_________________
|2e4per

all running site-to-site OpenVPN

4x WRT54GL v1.1 @ 14929
1x WRT320N chang'd to E2000 bricked -> debricked @ v3.0-r29519 mega
1x Archer C7 v2.0 @ v3.0-r29519 std
1x Archer C7 v4.0 @ v3.0-r35874 std
1x ASUS RT-AC68U H/W ver.E1 @ v3.0-r36070M kongac
2x Netgear R7000P @ v3.0-r36070M kongac
drnorton
DD-WRT User


Joined: 08 Dec 2009
Posts: 137

PostPosted: Sun Nov 28, 2021 12:47    Post subject: Reply with quote
I used this commands:

Code:

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


And the result was:
Unknown attribute "ports=0 1 2 3 4 5t"

Even I set the " at the right place behind the equal sign. Mhhmm...
|2e4per
DD-WRT Novice


Joined: 12 Jun 2007
Posts: 32
Location: Aachen, Germany

PostPosted: Sun Nov 28, 2021 12:56    Post subject: Reply with quote
Did you use them line by line ?

or did you throw it all in ?


I would recommend to ssh into the device and on console at least it should work.

_________________
|2e4per

all running site-to-site OpenVPN

4x WRT54GL v1.1 @ 14929
1x WRT320N chang'd to E2000 bricked -> debricked @ v3.0-r29519 mega
1x Archer C7 v2.0 @ v3.0-r29519 std
1x Archer C7 v4.0 @ v3.0-r35874 std
1x ASUS RT-AC68U H/W ver.E1 @ v3.0-r36070M kongac
2x Netgear R7000P @ v3.0-r36070M kongac
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Sun Nov 28, 2021 13:22    Post subject: Reply with quote
drnorton wrote:
I used this commands:

Code:

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


And the result was:
Unknown attribute "ports=0 1 2 3 4 5t"

Even I set the " at the right place behind the equal sign. Mhhmm...


Right place

ports="0 1 2 3 4 5t"

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Sun Nov 28, 2021 13:24    Post subject: Reply with quote
The equalizer sign shall be a space.

swconfig dev switch0 vlan 1 set ports "0 1 2 3 4 5t"
|2e4per
DD-WRT Novice


Joined: 12 Jun 2007
Posts: 32
Location: Aachen, Germany

PostPosted: Sun Nov 28, 2021 13:30    Post subject: Reply with quote
You're right. There shouldn't be an eqal sign.

My bad, appologizes.

_________________
|2e4per

all running site-to-site OpenVPN

4x WRT54GL v1.1 @ 14929
1x WRT320N chang'd to E2000 bricked -> debricked @ v3.0-r29519 mega
1x Archer C7 v2.0 @ v3.0-r29519 std
1x Archer C7 v4.0 @ v3.0-r35874 std
1x ASUS RT-AC68U H/W ver.E1 @ v3.0-r36070M kongac
2x Netgear R7000P @ v3.0-r36070M kongac
drnorton
DD-WRT User


Joined: 08 Dec 2009
Posts: 137

PostPosted: Mon Nov 29, 2021 16:19    Post subject: Reply with quote
hihihihi...

Don't worry.

Now is running. And I can use the WAN Post as LAN Port.
Thanks a lot
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