From: Michael Tremer Date: Tue, 16 Sep 2025 14:04:16 +0000 (+0000) Subject: ovpnmain.cgi: Set the MTU to as sensible default X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore197;p=ipfire-2.x.git ovpnmain.cgi: Set the MTU to as sensible default This should allow us to send packets without using too much fragmentation in most cases when the actual interface still havs some decent packet sizes. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index fef135aa2..b63e5752c 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -128,7 +128,7 @@ my $col=""; # Advanced Settings "DPROTOCOL" => "udp", "DDEST_PORT" => 1194, - "DMTU" => 1500, + "DMTU" => 1420, "MAX_CLIENTS" => 100, "MSSFIX" => "off", "TLSAUTH" => "on",