use DD-WRT with CenturyLink fiber broadband

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
aardvigator
DD-WRT Novice


Joined: 27 Feb 2017
Posts: 9

PostPosted: Mon Oct 18, 2021 11:48    Post subject: use DD-WRT with CenturyLink fiber broadband Reply with quote
I switched from xfinity cable to CenturyLink fiber.

CenturyLink fiber works with the ZyXel router they supplied. I want to use my Buffalo wzr-hp-ag300h. The Buffalo router worked fine for xfinity cable.

CenturyLink fiber uses PPPoE. Just putting in my PPPoE user name and password into the Buffalo router is not enough -- after doing that, the router cannot connect.

I attach print screens of the ZyXel router broadband (WAN) setup pages. I cannot figure out how to set up the Buffalo router with DD-WRT.

My Buffalo has DD-WRT v3.0-r37305 std 10/1018

Assistance would be greatly appreciated!
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12913
Location: Netherlands

PostPosted: Mon Oct 18, 2021 13:04    Post subject: Reply with quote
You are posting in the wrong forum.

Please read the forum guidelines with helpful pointers about where and how to post, where to download and many more helpful tips:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087

I will transfer this thread to the appropriate forum for you.

Furthermore you are using an old and obsolete build, forum guidelines will show where to get recent builds.

Main problem could be that you need to set the WAN on vlan 201 but I am no vlan expert

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


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

PostPosted: Mon Oct 18, 2021 15:41    Post subject: Reply with quote
First, please consider upgrading; current release as of this post is 47528.

https://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2021/10-10-2021-r47528/buffalo_wzr-hp-ag300h/

Second, depending on output of swconfig list and what device is the WAN, the following example may help:
Code:
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid 201
swconfig dev switch0 set apply

Just keep in mind that whatever your wan interface is, should be the device used where it says "switch0", if that makes sense. No guarantees that this works with PPPoE.

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


Joined: 27 Feb 2017
Posts: 9

PostPosted: Tue Oct 26, 2021 17:23    Post subject: Reply with quote
OK I upgraded to 47528.

> Main problem could be that you need to set the WAN on vlan 201 but I am no vlan expert

Where do I find that setting?

Code:
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid 201
swconfig dev switch0 set apply


This is Greek to me. Where do I find out how to implement that?

Thanks,
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue Oct 26, 2021 17:49    Post subject: Reply with quote
How about we start here. Via telnet/ssh to the router, show us the output of 'swconfig list'. It is always assumed that you know to use telnet/ssh for command line, and apparently, you are not aware of this.
_________________
"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
bushant
DD-WRT Guru


Joined: 18 Nov 2015
Posts: 2036

PostPosted: Tue Oct 26, 2021 19:22    Post subject: Reply with quote
Based on the output from my wzr-hp-ag300h
and my lack of knowlege here I would say @k-p69's terminal commands are probably correct.
Just my 2 cents Very Happy


_________________
Forum Guide Lines (with helpful pointers about how to research your router, where and what firmware to download, where and how to post and many other helpful tips!)
How to get help the right way

Before asking for help - Read the forum guidelines AND Upgrade DD-WRT!
Adblock by eibgrad (1.1M blocked) + Blocklist Collection

Per Yngve Berg
DD-WRT Guru


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

PostPosted: Sat Oct 30, 2021 9:05    Post subject: Reply with quote
No, it looks like the WAN is on VLAN 1.
kernel-panic69
DD-WRT Guru


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

PostPosted: Sat Oct 30, 2021 12:59    Post subject: Reply with quote
Good catch, PYB. Of course, I don't understand why all the ports are using pvid of 1? Shocked

From defaults config, the correct commands would be:
Code:
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "0 5t"
swconfig dev switch0 vlan 1 set vid 201
swconfig dev switch0 set apply

Even though vlan0 is technically an "illegal" vlan.

_________________
"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
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Sat Oct 30, 2021 13:44    Post subject: Reply with quote
It looks like the wan is not on the switch at all.
kernel-panic69
DD-WRT Guru


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

PostPosted: Sat Oct 30, 2021 13:58    Post subject: Reply with quote
It's time for me to see the eye doctor; I missed that, too. Then there is a device not listed and perhaps using the vlan tagging in webUI would need to be employed or something. I tried.
_________________
"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
aardvigator
DD-WRT Novice


Joined: 27 Feb 2017
Posts: 9

PostPosted: Wed Nov 10, 2021 15:46    Post subject: Reply with quote
OK, making progress but not successful yet.

Quote:
root@DD-WRT:~# swconfig list
Found: switch0 - ag71xx-mdio.0


Quote:
root@DD-WRT:~# swconfig dev switch0 vlan 2 set ports "0 5t"
failed


Quote:
root@DD-WRT:~# swconfig dev switch0 vlan 1 set ports "0 5t"
failed


Further assistance would be appreciated.

Thanks,
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Wed Nov 10, 2021 16:30    Post subject: Reply with quote
The WAN is not on the switch. It shows only 4 ports.

Can you do a "ifconfig"?
aardvigator
DD-WRT Novice


Joined: 27 Feb 2017
Posts: 9

PostPosted: Tue Nov 16, 2021 3:52    Post subject: Reply with quote
I attach a screenshot, the output of ifconfig
Display posts from previous:    Page 1 of 1
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