How to set MTU in a linux server to 1500?
Login to the server as root
ifconfig -a (to understand the network interface name)
ifconfig ens3 mtu 1500
ifconfig -a (to confirm whether the value changes or not)
Login to the server as root
ifconfig -a (to understand the network interface name)
ifconfig ens3 mtu 1500
ifconfig -a (to confirm whether the value changes or not)
No comments:
Post a Comment