From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marco Berizzi" Subject: snat Date: Mon, 2 May 2005 17:32:42 +0200 Message-ID: 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 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. TIA