Updated on 2024-05-17 GMT+08:00

Configuring the /etc/sysctl.conf file

Procedure

  1. Run the following command to modify the kernel parameters:
    vi /etc/sysctl.conf
     net.ipv4.ip_forward = 1
  2. Run the following command to make the parameter settings to take effect:

    sysctl -p

Run these commands on both primary and standby LVS nodes.