Add VLAN tagging to WAN interface
Configure PPPoE interface to use VLAN-tagged WAN interface
This commit is contained in:
parent
7d5ffcb928
commit
c838c6377c
@ -95,12 +95,14 @@ interfaces {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ethernet eth4 {
|
ethernet eth4 {
|
||||||
address dhcp
|
|
||||||
hw-id 00:15:17:b8:dc:2b
|
hw-id 00:15:17:b8:dc:2b
|
||||||
offload {
|
offload {
|
||||||
sg
|
sg
|
||||||
tso
|
tso
|
||||||
}
|
}
|
||||||
|
vif 201 {
|
||||||
|
address dhcp
|
||||||
|
}
|
||||||
}
|
}
|
||||||
loopback lo {
|
loopback lo {
|
||||||
}
|
}
|
||||||
@ -120,7 +122,7 @@ interfaces {
|
|||||||
mtu 1492
|
mtu 1492
|
||||||
no-default-route
|
no-default-route
|
||||||
no-peer-dns
|
no-peer-dns
|
||||||
source-interface eth4
|
source-interface eth4.201
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nat {
|
nat {
|
||||||
@ -277,4 +279,4 @@ system {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
time-zone America/Los_Angeles
|
time-zone America/Los_Angeles
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user