From de40e808f744eba920bb2cd12c17ee2a5a651b1d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 27 Feb 2012 20:57:18 +0100 Subject: [PATCH] Enabling IPv4 forwarding --- sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysctl.conf b/sysctl.conf index 8ae7ce9..697934f 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -10,7 +10,7 @@ # # Disables packet forwarding -net.ipv4.ip_forward = 0 +net.ipv4.ip_forward = 1 # Disables IP dynaddr #net.ipv4.ip_dynaddr = 0 # Disable ECN -- 2.39.5