2015-10-16

[SOLVED]sysct without reboot os

11:05 05/02/2015
################
IP forwarding and routing Configuration
Edit sysctl.conf file,

vi /etc/sysctl.conf
Find the following line and set value “1” to enable IP forwarding.
# Controls IP packet forwarding
net.ipv4.ip_forward = 1

Run the following command to apply the sysctl changes.
sysctl -p

No comments:

Post a Comment