From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Anastasov Date: Wed, 05 Jun 2002 20:43:44 +0000 Subject: Re: [LARTC] Problems with routes Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello, On 5 Jun 2002, Alexander Brill wrote: > Whenever I try to 'readd' a route I receive an error and I can't figure > out why... > > # Add some routes > ip route add $EXT via $INT > ip route add prio 320 from $INT nat $EXT ip rule add prio 320 from $INT nat $EXT > # Delete them > ip route del from $INT nat $EXT ip route del prio 320 from $INT nat $EXT > ip route del $EXT via $INT > # Add again > ip route add $EXT via $INT > ip route add prio 320 from $INT nat $EXT ip rule add prio 320 from $INT nat $EXT > The last command exits with exit-code '2' and the message: > RTNETLINK answers: Invalid argument May be not only the last one :) > What am I doing wrong? Use ip rules for SNAT and ip routes for DNAT Regards -- Julian Anastasov _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/