All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wright <mike.wright@mailinator.com>
To: Jesse Molina <jesse@opendreams.net>
Cc: Tore Anderson <tore.anderson@redpill-linpro.com>,
	netfilter@vger.kernel.org
Subject: Re: How do we arp for NAT?  Secondary IPs, proxy arp? something else?
Date: Sun, 24 May 2009 16:27:11 -0700	[thread overview]
Message-ID: <4A19D7CF.4010002@mailinator.com> (raw)
In-Reply-To: <4A19B5F1.4080000@opendreams.net>

Jesse Molina wrote:
> 
> That's a pretty good suggestion, but it's more of a workaround than 
> something that actually addresses the issue at hand.  I'm looking for a 
> solution on the GNU/Linux host, not in the world around it.
> 
> To restate my question:  What alternative ways are there to make the 
> GNU/Linux system reply to ARP requests for an IP, without that IP being 
> an actual interface on the host, or that interface must not be used by 
> local services *in any way*, for the reasons of using it via SNAT/DNAT?

Hi Jesse,

Looking through the ebtables man pages this is found:

    arpreply
        The arpreply target can be used in the PREROUTING chain of the 
nat table.  If this target sees an ARP request it will automatically 
reply with an ARP reply. The used MAC address for the reply can be 
specified.

This is also available as a qualifier:
     --ip-destination   The destination IP address.

You'll need to catch the specified macs when the traffic comes in. 
Those targets are also available in ebtables.

Seems like all the pieces you want are available.

Hope that is useful in some way.

:m)

  parent reply	other threads:[~2009-05-24 23:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-24 10:37 How do we arp for NAT? Secondary IPs, proxy arp? something else? Jesse Molina
2009-05-24 11:19 ` Tore Anderson
2009-05-24 21:02   ` Jesse Molina
2009-05-24 21:55     ` Tore Anderson
2009-05-24 23:27     ` Mike Wright [this message]
2009-05-25  9:14     ` Pascal Hambourg
2009-05-29  8:09       ` Jesse Molina
2009-06-12  7:12       ` Jesse Molina
     [not found] ` <20090524164956.6f3fa24e@catlap>
2009-05-24 21:15   ` Jesse Molina
2009-05-25  4:51 ` Robert Nichols
2009-05-25  7:21 ` Покотиленко Костик

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=4A19D7CF.4010002@mailinator.com \
    --to=mike.wright@mailinator.com \
    --cc=jesse@opendreams.net \
    --cc=netfilter@vger.kernel.org \
    --cc=tore.anderson@redpill-linpro.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.