From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lawrence G. Hunsicker" Subject: Re: Forwarding and masquerading got broken Date: Wed, 03 Dec 2003 23:43:38 -0600 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3FCEC98A.8000703@mchsi.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Michael Gale said: Hello, Look the section" --snip-- # --------( Sysctl Tuning - Recommended Parameters )-------- # Turn off IP forwarding by default # (this will be enabled if you require masquerading) if [ -e /proc/sys/net/ipv4/ip_forward ]; then echo 0 > /proc/sys/net/ipv4/ip_forward fi --snip-- The "echo 0" in the "/proc/sys/net/ipv4/ip_forward" is disabling ip_forwarding -- which is need to forward packets. Change the "echo 0" to "echo 1" Mike: Thanks for the suggestion. Note, though, that further down in the file there is a parallel section cating 1 to the same address to turn on kernel forwarding. I have checked the actual setting after boot up by lessing the address, and it is indeed already set to one. I'll check changing this line, but I suspect that this is not where my problem is. Any other suggestions? -- Lawrence G. Hunsicker lhunsicker@mchsi.com