From mboxrd@z Thu Jan 1 00:00:00 1970 From: whiplash Subject: Re: simple connection bridging Date: Mon, 14 Apr 2008 09:52:43 +0200 Message-ID: <48030D4B.1040204@bofhland.org> References: <5d97c170804121439m44ef9243r466dc7e106f0d947@mail.gmail.com> <4801622E.1060407@bofhland.org> <5d97c170804130410p400d523bs118b8885b5c1548a@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jan Engelhardt Cc: Peter Boughton , netfilter@vger.kernel.org Jan Engelhardt ha scritto: > No need. If you add the interface address, rules for the subnet > will automatically be added, in other words: > > ip addr add 192.168.1.2/24 dev eth0 > > will cause 192.168.1.0/24 to show up in `ip route` (preferred over `route`) > with a 'proto kernel', which says the kernel created this one automatically. Uhm, yes, this is correct. But I was not talking about adding routing on linux box, but on *XP* boxes.