Network Optimization

CentOS

LINUX – nmcli command examples (cheatsheet), compare nm-settings with if-cfg file

Table of Contents Understanding nmcli Compare nm-settings with ifcfg-* directives (IPv4) Compare nm-settings with ifcfg-* directives (IPv6) Brief list of nmcli commands syntax nmcli command examples (cheatsheet) 1. Check if…
CentOS

LINUX – Network Throughput Tuning

General Approach To check what setting your system is using, use 'sysctl name' (e.g.: 'sysctl net.ipv4.tcp_rmem'). To change a setting use 'sysctl -w'. To make the setting permanent add the setting to the file 'sysctl.conf'. [crayon-68a79d34e8863980466053/] More…