mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-14 20:01:04 +01:00
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
ip li set mtu 1400 dev eth0
|
||
|
ip li set mtu 1400 dev wlo1
|
||
|
sysctl -p
|