router: use QinQ for uplink b
This commit is contained in:
parent
2d092ea970
commit
570f393692
@ -6,10 +6,15 @@
|
||||
interface = "ens18";
|
||||
};
|
||||
|
||||
networking.vlans."net-uplink-b.7" = {
|
||||
id = 7;
|
||||
interface = "net-uplink-b";
|
||||
};
|
||||
|
||||
services.pppd = {
|
||||
peers.uplink-b = {
|
||||
config = ''
|
||||
plugin rp-pppoe.so net-uplink-b
|
||||
plugin rp-pppoe.so net-uplink-b.7
|
||||
user "002269158219551138009162#0001@t-online.de"
|
||||
ifname ppp-uplink-b
|
||||
persist
|
||||
|
Loading…
Reference in New Issue
Block a user