network addressing/routing
Describe fundamental concepts of network addressing and routing for a server.
Task 1:
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
Was this helpful?