Using R7800 on City Fibre Vodafone 900

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2, 3  Next
Author Message
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Fri Mar 03, 2023 22:31    Post subject: Using R7800 on City Fibre Vodafone 900 Reply with quote
Hi all,

Im considering moving from Virgin Media to Vodafone 900 over City Fibres network..

My question is, will my Nighthawk R7800 work connected to the ONT rather than the router Vodafone supplies? This means configuring it to use PPPOE and VLAN 911.. Does it support this? (I can see how to change the Connection Type, but have no idea how to configure VLAN 911..)
Sponsor
dpp3530
DD-WRT Guru


Joined: 12 Dec 2007
Posts: 777
Location: Pittsburgh, PA USA

PostPosted: Sat Mar 04, 2023 1:01    Post subject: Reply with quote
I haven't tried myself since Verizon doesn't require it, but I would think the Networking tab, under VLAN tagging. Add a tag, probably on eth0, and tag number 911, priority 1. Someone correct me if I'm wrong.
_________________
__________________________
Netgear R7800
DD-WRT v3.0 STD
Linksys WRT1900AC
DD-WRT v3.0 STD
Alozaros
DD-WRT Guru


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

PostPosted: Sat Mar 04, 2023 9:06    Post subject: Reply with quote
yep many threads on the same subject..
search the forum for vlan id

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


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

PostPosted: Sat Mar 04, 2023 9:28    Post subject: Reply with quote
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid 911
swconfig dev switch0 set apply

Put it into your Startup Script.

You have not stated what build you are running. Tested with build R51855.
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Sat Mar 04, 2023 10:36    Post subject: Reply with quote
Per Yngve Berg wrote:
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid 911
swconfig dev switch0 set apply

Put it into your Startup Script.

You have not stated what build you are running. Tested with build R51855.


Im on r50146 .
Alozaros
DD-WRT Guru


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

PostPosted: Sat Mar 04, 2023 10:43    Post subject: Reply with quote
51935 is out now Laughing
_________________
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
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Sat Mar 04, 2023 10:59    Post subject: Reply with quote
Alozaros wrote:
51935 is out now Laughing


Fair point, I was lacking a bit behind. Smile I have upgraded to r51887 now.
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Mon Mar 20, 2023 16:09    Post subject: Reply with quote
Per Yngve Berg wrote:
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid 911
swconfig dev switch0 set apply

Put it into your Startup Script.

You have not stated what build you are running. Tested with build R51855.


Hei Per,

I have finally been connected to Fibre, but I get this when I try to run the above commands:

Quote:
Unknown attribute "vid"


Also, the Login status for my PPPoE connection is showing as "Disconnected", and nothing happens when I press the Connect button.. Im not sure if this is related to the missing tagging?
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Mon Mar 20, 2023 17:24    Post subject: Reply with quote
VLAN have to be enabled on the switch

Insert this as first command:

swconfig dev switch0 set enable_vlan 1
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Mon Mar 20, 2023 17:32    Post subject: Reply with quote
Still the same:

swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 2 set ports "0 5t"
swconfig dev switch0 vlan 2 set vid "101"
swconfig dev switch0 set apply

running this produces:
swconfig list
swconfig dev [port |vlan ] (help|set |get |load |show)
Unknown attribute "vid"

------------------------

I changed the third line to:

swconfig dev switch0 vlan 2 set 101 (removed "vid"), and it runs without any errors)

However the router does not connect.. Status on the WAN page is still "disconnected"
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Mon Mar 20, 2023 17:59    Post subject: Reply with quote
Just in case it matters... I know I initially opened this in the Atheros forum, but I am currently testing it on the Broadcom router, are the commands different?
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2967
Location: Germany

PostPosted: Mon Mar 20, 2023 18:20    Post subject: Reply with quote
Well this is not the Broadcom forum.

And on Broadcom routers you can set this conveniently and easily in the GUI.

in the tab "switch config" you rename VLAN2 to VLAN101 and set VLAN101 to tagged
in the tab "networking" you change the "WAN Port Assignment" also to VLAN101.

Then just check that VALN101 is "unbridged".
(assuming you are using an up to date build)

and even on the r7800 it works via GUI setting (but it is a bit more complicated and you have to set a bit more on the r7800)
(assuming you are using an up to date build)


and don't try it with older builds, see >
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=332023&start=15
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Mon Mar 20, 2023 19:01    Post subject: Reply with quote
ho1Aetoo wrote:
Well this is not the Broadcom forum.

And on Broadcom routers you can set this conveniently and easily in the GUI.

in the tab "switch config" you rename VLAN2 to VLAN101 and set VLAN101 to tagged
in the tab "networking" you change the "WAN Port Assignment" also to VLAN101.

Then just check that VALN101 is "unbridged".
(assuming you are using an up to date build)

and even on the r7800 it works via GUI setting (but it is a bit more complicated and you have to set a bit more on the r7800)
(assuming you are using an up to date build)


and don't try it with older builds, see >
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=332023&start=15


Thanks.. I did the above and I now have a connection. Smile

Im just testing on the R7000 (Broadcom) to know what im doing, so I can make the change on the main router (R7800, Atheros).

Anyway, Im up and running now, so need to plan the next step.. Thanks for everybodys input.
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2967
Location: Germany

PostPosted: Mon Mar 20, 2023 19:15    Post subject: Reply with quote
keep in mind that you need a version >r51937 on the r7800.

In earlier versions the "switch config" tab was broken (after using it you had no working LAN ports at all).

And in earlier versions you can't disable the "switch config" tab after you clicked once on apply.

and you need a WLAN connection to configure it (better safe than sorry)
scope2
DD-WRT User


Joined: 12 Jul 2017
Posts: 181

PostPosted: Mon Mar 20, 2023 20:23    Post subject: Reply with quote
ho1Aetoo wrote:
keep in mind that you need a version >r51937 on the r7800.

In earlier versions the "switch config" tab was broken (after using it you had no working LAN ports at all).

And in earlier versions you can't disable the "switch config" tab after you clicked once on apply.

and you need a WLAN connection to configure it (better safe than sorry)


I wish I read your post before venturing down the past up setting up the R7800.. Like you said, no longer any LAN ports..

When you say you need WLAN connection to configure it, what do you mean? To get the new binary, or to actually be able to upgrade the DD-WRT to something newer? (I have a secondary internet connection, so can download bin and perhaps upload over WIFI? Is that an option)..
Goto page 1, 2, 3  Next Display posts from previous:    Page 1 of 3
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