From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marco Berizzi" Subject: Re: snat Date: Tue, 3 May 2005 15:58:52 +0200 Message-ID: References: <20050502155328.GA11431@bender.817west.com> Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: netfilter@lists.netfilter.org Jason Opperisano wrote: > On Mon, May 02, 2005 at 05:32:42PM +0200, Marco Berizzi wrote: > > Hello everybody. > > I would like to better understand the SNAT target. > > Man states: > > > > "You can add several --to-source option. If you specify > > more than one source address, either via an address range > > or multiple --to-source options, a simple round-robin (one > > after another in cycle) takes place between these addresses. > > > > I would like to know if this round-robin cycle is per packet > > or per socket. > > per connection. > > -j Thanks everybody.