From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Hambourg Subject: Re: udp connection moved from ASSURED to UNREPLIED Date: Wed, 30 Apr 2008 01:45:03 +0200 Message-ID: <4817B2FF.3090504@plouf.fr.eu.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: Aymeric Moizard Cc: netfilter@vger.kernel.org Hello, Aymeric Moizard a =E9crit : >=20 > Problem solved: I swithed from MASQUERADE to SNAT and the issue > was solved. I don't know yet the difference between them but I'll > look in the documentation. Connections which were modified by MASQUERADE are flushed from the=20 conntrack table when the related interface goes down or its IP address=20 changes. Connections which were modified by SNAT are not affected by=20 these events.