1
0
Fork 0

router: set mtu for uplink

This commit is contained in:
Garionion 2022-07-28 20:28:50 +02:00
parent a8bf30238b
commit 1473916e4a
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
id = 101;
interface = "ens18";
};
networking.interfaces."net-uplink-a".mtu = 1600;
networking.vlans."net-uplink-a.7" = {
id = 7;

View File

@ -5,6 +5,7 @@
id = 102;
interface = "ens18";
};
networking.interfaces."net-uplink-a".mtu = 1600;
networking.vlans."net-uplink-b.7" = {
id = 7;

View File

@ -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