From mboxrd@z Thu Jan 1 00:00:00 1970 From: Esteban Subject: masquerading Date: 24 Feb 2003 05:50:08 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1046076608.12098.24.camel@debian> 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" To: netfilter@lists.netfilter.org hello, im masquerading my local network like this by now: iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE everything works fine. but, now i added another internet gw (ppp0) wich is balanced (iproute2) with eth2. how do i set the masquerading to balance both gws? (eth2 and ppp0) ? thanks in advance Steve