hosts/carbon: Set correct MTU
This commit is contained in:
parent
5b3933937e
commit
7f6bfafbcf
@ -264,7 +264,7 @@
|
||||
ip46tables -A forward-filter -o enp1s0.202 -j DROP
|
||||
'';
|
||||
clerie.firewall.extraForwardMangleCommands = ''
|
||||
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452
|
||||
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
|
||||
'';
|
||||
|
||||
services.pppd = {
|
||||
@ -280,7 +280,7 @@
|
||||
noipdefault
|
||||
lcp-echo-interval 20
|
||||
lcp-echo-failure 3
|
||||
mtu 1492
|
||||
mtu 1456
|
||||
hide-password
|
||||
defaultroute
|
||||
+ipv6
|
||||
|
Loading…
Reference in New Issue
Block a user