Netfilter + IP Aliasing + Linux Pre Kernels.

Rusty Russell rusty@linuxcare.com.au
Tue, 18 Apr 2000 09:07:05 +0930


In message <20000416042511.B54FF1E484@chronozon.dyndns.org> you write:
> on an SMP Box (non-overclocked) with one ethernet card (hence the
> reason for Aliasing, and also it was a 'test' of linux ;)

Hi Stef!

Try:
	echo 0 > /proc/sys/net/ipv4/conf/eth0/send_redirects

Otherwise your Linux box will start confusing the boxes it's supposed
to be masquerading.  (Yes, I know I should handle this automatically,
and really, I will.  RSN).

Rusty.
--
Hacking time.