There are 2 fixes for this issue:
1. Temporary
/sbin/sysctl -w net.ipv4.conf.all.forwarding=1
2. Permanent
edit file /etc/sysctl.conf
Add this line: net.ipv4.ip_forward=1
Restart networking service: systemctl restart network
Verify it:
[root@server02]# sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 1