From: ianbrn on
Hello,
Can anybody give a short list of Disadvantages/Advantages of IPv6 in
Linux?
(comparing to IPV4).

I am more interested in disadvantages (because I think I know more
about the
advantages).
The only disadvantages I could think of are only these 3:

1) Currently there is no support to LVS in the linux kernel.

2) You need to port applications to IPV6 .

3) You need tunnels when you are working against IPV4 machines.


I would appreciate if anybody can add to this list of
disadvantages.

Regards,
Ian





From: D. Stussy on
<ianbrn(a)gmail.com> wrote in message
news:642572fc-df8f-4441-aa26-e2b31e6e27ce(a)m44g2000hsc.googlegroups.com...
> Hello,
> Can anybody give a short list of Disadvantages/Advantages of IPv6 in
> Linux?
> (comparing to IPV4).
>
> I am more interested in disadvantages (because I think I know more
> about the
> advantages).
> The only disadvantages I could think of are only these 3:
>
> 1) Currently there is no support to LVS in the linux kernel.

What is LVS?

> 2) You need to port applications to IPV6 .

Many applications are already converted, but are often pre-compiled without
such support. If you compile what you use from source, that's not a
problem.

> 3) You need tunnels when you are working against IPV4 machines.

That will eventually change. Tunnels aren't so difficult. I've used them
for 3+ years.

> I would appreciate if anybody can add to this list of
> disadvantages.

Advantage: No port scanning as the address space is really too big for such
to be practical. My firewall throws away about 30MB of packets per week of
port scans and other intrusion attempts to services I don't run.

However, also this week, there was a single attempt to spam over IPv6 (it
was "successful" for the spammer, but he spammed a spamtrap). Maybe it's
time to start an IPv6 based DNSBL?



From: Jurgen Haan on
ianbrn(a)gmail.com wrote:
> Hello,
> Can anybody give a short list of Disadvantages/Advantages of IPv6 in
> Linux?
> (comparing to IPV4).
>
> I am more interested in disadvantages (because I think I know more
> about the
> advantages).
> The only disadvantages I could think of are only these 3:
>
> 1) Currently there is no support to LVS in the linux kernel.

>
> 2) You need to port applications to IPV6 .
>
> 3) You need tunnels when you are working against IPV4 machines.

Can't IPV4 be encapsulated in IPV6?
I thought you only needed tunnels to pass through routers, but not so
much to directly talk to IPV4 machines.
>
>
> I would appreciate if anybody can add to this list of
> disadvantages.

You should concentrate more on the advantages, like better performance,
less tweaks, no more need for NAT (jeej), more available IP's.

But one of the major disadvantages on IPV6 in general is that a lot of
sysadmins and people alike do not understand how it works... It
incorporates a learning curve.

>
> Regards,
> Ian
>

-R-
From: ianbrn on
> like better performance

Can you elaborate a bit ? (except of eliminating the need for NAT).
There is something which I do not understand:
For routers in the internet - is the kernel routing table more
efficient than in IPV4?
As far as I understand, the routing is the same as in IPV4 (namely, we
find the route using
a prefix in IPV6 whrereas we have the subnet in IPv4).

I will appreciate if someone can elaborate on this.
Regards,
Ian

On Apr 2, 11:53 am, Jurgen Haan <jur...(a)fake.tld> wrote:
> ian...(a)gmail.com wrote:
> > Hello,
> > Can anybody give a short list of Disadvantages/Advantages of IPv6 in
> > Linux?
> > (comparing to IPV4).
>
> > I am more interested in disadvantages (because I think I know more
> > about the
> > advantages).
> > The only disadvantages I could think of are only these 3:
>
> > 1) Currently there is no support to LVS in the linux kernel.
>
> > 2) You need to port applications to IPV6 .
>
> > 3) You need tunnels when you are working against IPV4 machines.
>
> Can't IPV4 be encapsulated in IPV6?
> I thought you only needed tunnels to pass through routers, but not so
> much to directly talk to IPV4 machines.
>
>
>
> > I would appreciate if anybody can add to this list of
> > disadvantages.
>
> You should concentrate more on the advantages, like better performance,
> less tweaks, no more need for NAT (jeej), more available IP's.
>
> But one of the major disadvantages on IPV6 in general is that a lot of
> sysadmins and people alike do not understand how it works... It
> incorporates a learning curve.
>
>
>
> > Regards,
> > Ian
>
> -R-

From: Jurgen Haan on
ianbrn(a)gmail.com wrote:
>> like better performance
>
> Can you elaborate a bit ? (except of eliminating the need for NAT).
> There is something which I do not understand:
> For routers in the internet - is the kernel routing table more
> efficient than in IPV4?
> As far as I understand, the routing is the same as in IPV4 (namely, we
> find the route using
> a prefix in IPV6 whrereas we have the subnet in IPv4).
>
> I will appreciate if someone can elaborate on this.
> Regards,
> Ian
>

IPV6 supports larger datagrams which will result in a (slightly) higher
troughput on highspeed networks (due to less overhead).