Describe fundamental concepts of network addressing and routing for a server.
Open the ip_forward, and take effect permanently.
Solution:
sysctl -w net.ipv4.ip_forward=1 vim /etc/sysctl.conf net.ipv4.ip_forward=1 sysctl -p
Last updated 4 months ago
Was this helpful?