Buradasın
Linux MTU Size Configuration Guide
baeldung.com/linux/maximum-transmission-unit-change-sizeYapay zekadan makale özeti
- Understanding MTU
- MTU is maximum packet size without fragmentation in network
- Default Ethernet MTU is 1500 bytes
- Jumbo frames (9000 bytes) can improve performance on VLANs
- Changing MTU via ip Command
- MTU can be changed using ip link set command
- Changes are temporary and lost on host reboot
- Requires root privileges
- Permanent Configuration
- Static IP addresses use ifcfg files for configuration
- Dynamic IP addresses use dhclient.conf for configuration
- Changes must be made permanent through rc.local
- dhclient must run automatically at reboot
- Implementation Details
- Static IP configuration requires editing ifcfg file
- DHCP configuration uses dhclient.conf
- Configuration changes take effect after host reboot