All of lore.kernel.org
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: Vlad Maraev <maraevvb@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: IPv4 header extension for IPv6 translation support
Date: Tue, 28 Aug 2012 12:32:30 -0700	[thread overview]
Message-ID: <87bohu6cdt.fsf@xmission.com> (raw)
In-Reply-To: <CAK617oRJypmo3025f8PZSv=Rehb3NjqyNp=bQjnRFWwaGjGXzw@mail.gmail.com> (Vlad Maraev's message of "Tue, 28 Aug 2012 11:59:12 +0400")

Vlad Maraev <maraevvb@gmail.com> writes:

> Hi,
> I would be happy to get some feedback on my idea that is described below.
> I need to tell that I'm a newbie in Linux kernel development but it
> would be interesting for me to estimate complexity and to implement
> this in practice.

You are going over territory that has been rather thoroughly explored
already.

You might want to make a study of the rfcs from the ietf that document
why the existing solutions were chosen.

But for a few hints.
- It is possible to implement prefix translation and avoid the need for
  huge NAT state tables.  State tables are only needed when you don't
  have enough addresses or want the benefits of connection tracking.

- Any extention to ipv4 to give it larger addresses is roughly of the
  same difficulty as implementing ipv6.  In fact it is more difficult
  because ipv6 is present in most end devices today, it is the network
  links that are the bottle-neck in rolling out ipv6.

For the best interoperatiblity the best transition strategy remains
dual-stack.  With native ipv6 connectivity and some flavor of ipv4
connectivity (native, dual-stack-lite, or 646xlate).

Eric

  reply	other threads:[~2012-08-28 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28  7:59 IPv4 header extension for IPv6 translation support Vlad Maraev
2012-08-28 19:32 ` Eric W. Biederman [this message]
2012-08-29 13:15   ` Vlad Maraev

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=87bohu6cdt.fsf@xmission.com \
    --to=ebiederm@xmission.com \
    --cc=maraevvb@gmail.com \
    --cc=netdev@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 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.