router: set mtu for uplink
This commit is contained in:
parent
a8bf30238b
commit
1473916e4a
@ -5,6 +5,7 @@
|
||||
id = 101;
|
||||
interface = "ens18";
|
||||
};
|
||||
networking.interfaces."net-uplink-a".mtu = 1600;
|
||||
|
||||
networking.vlans."net-uplink-a.7" = {
|
||||
id = 7;
|
||||
|
@ -5,6 +5,7 @@
|
||||
id = 102;
|
||||
interface = "ens18";
|
||||
};
|
||||
networking.interfaces."net-uplink-a".mtu = 1600;
|
||||
|
||||
networking.vlans."net-uplink-b.7" = {
|
||||
id = 7;
|
||||
|
@ -86,6 +86,8 @@
|
||||
|
||||
clerie.forward-filter.enable = true;
|
||||
|
||||
networking.interfaces."ens18".mtu = 9000;
|
||||
|
||||
services.pppd.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
Loading…
Reference in New Issue
Block a user