Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Anatoly Muliarski" <x86ever@gmail.com>
To: Mail List - Netfilter <netfilter@vger.kernel.org>
Subject: Re: More ethernet port same ip address
Date: Mon, 21 Jul 2008 10:00:29 +0300	[thread overview]
Message-ID: <38db14850807210000v3f33643fne46f28f03ea00cdc@mail.gmail.com> (raw)
In-Reply-To: <4883CD35.3060704@riverviewtech.net>

I'll try to put in my 5 cents ...
A working example from openet.ru
---
(x.x.x.99 ... x.x.x.110) --- (eth1, x.x.x.98 | eth0, x.x.x.98) --- (x.x.x.97)

1. Delete default routes
   ip route del x.x.x.96/28 dev eth0
   ip route del x.x.x.96/28 dev eth1

2. Set up routes for subnets
   ip route add x.x.x.97 dev eth0
   ip route add x.x.x.96/28 dev eth1

3. Turn on Proxy ARP
   echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
   echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp
---


-- 
Best regards
Anatoly Muliarski

  reply	other threads:[~2008-07-21  7:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-19  7:34 More ethernet port same ip address Michele Petrazzo - Unipex srl
2008-07-19  8:18 ` Bernhard Bock
2008-07-19 13:46   ` Michele Petrazzo - Unipex srl
2008-07-19 14:01 ` Leonardo Rodrigues Magalhães
2008-07-19 14:13   ` Jan Engelhardt
2008-07-19 15:14     ` Michele Petrazzo - Unipex srl
2008-07-19 15:42       ` Jan Engelhardt
2008-07-19 16:05         ` Michele Petrazzo - Unipex srl
2008-07-19 16:13           ` Jan Engelhardt
2008-07-19 16:17         ` Leonardo Rodrigues Magalhães
2008-07-19 16:34           ` Jan Engelhardt
2008-07-19 16:45             ` Leonardo Rodrigues Magalhães
2008-07-19 15:11   ` Michele Petrazzo - Unipex srl
2008-07-20 23:41 ` Grant Taylor
2008-07-21  7:00   ` Anatoly Muliarski [this message]
2008-07-21 14:08     ` Grant Taylor
2008-07-21 18:11 ` Michele Petrazzo - Unipex srl
2008-07-21 19:46   ` Grant Taylor
2008-07-22 13:03   ` Anatoly Muliarski
2008-07-22 15:06     ` Grant Taylor
2008-07-22 15:20       ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38db14850807210000v3f33643fne46f28f03ea00cdc@mail.gmail.com \
    --to=x86ever@gmail.com \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox