Add VLAN tagging to WAN interface

Configure PPPoE interface to use VLAN-tagged WAN interface
This commit is contained in:
Joey Hafner 2022-08-01 16:12:41 -07:00
parent 7d5ffcb928
commit c838c6377c

View File

@ -95,12 +95,14 @@ interfaces {
}
}
ethernet eth4 {
address dhcp
hw-id 00:15:17:b8:dc:2b
offload {
sg
tso
}
vif 201 {
address dhcp
}
}
loopback lo {
}
@ -120,7 +122,7 @@ interfaces {
mtu 1492
no-default-route
no-peer-dns
source-interface eth4
source-interface eth4.201
}
}
nat {
@ -277,4 +279,4 @@ system {
}
}
time-zone America/Los_Angeles
}
}