Sophos XG MTU
Version vom 5. Januar 2023, 15:01 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Auf der Konsole= *mount -no remount,rw / =Startup Datei editieren= *vi/scripts/system/clientpref/customization_application_startup.sh #!/bin/sh iptables -t ma…“)
Auf der Konsole
- mount -no remount,rw /
Startup Datei editieren
- vi/scripts/system/clientpref/customization_application_startup.sh
- !/bin/sh
iptables -t mangle -I POSTROUTING -p tcp -o ipsec0 --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1400 exit 0;
- save
Remount
- mount -no remount,ro /