Re: IPV6 Networking, best practices?
- From: Pascal Hambourg <boite-a-spam@xxxxxxxxxxxxxxx>
- Date: Thu, 27 Mar 2008 20:08:50 +0100
Hello,
Neil Cherry a écrit :
- How do I get IPV6 addresses for my home? I doubt I'll get any as it
looks like I have to wait until the ISPs catch up. I have a Go6
tunnel but it gives me a /128 (I may need to do a lot more reading
as some imply that I might be able to get to my other device from
the V6 network).
For local IPv6 connectivity only, you can use "Unique Local IPv6 Unicast Addresses" as described in RFC 4193. For global IPv6 connectivity, you can use 6to4 addresses with automatic tunnelling, or another point-to-point tunnel broker which gives at least a full /64, such as SixXS.
- What IP address should my IPV6 apps bind to?
The one you decide according to your needs. I cannot be more precise without further details.
I've got djbdns working with IPV6 but one of its apps binds
it self to an address like: ::ffff:127.0.0.1:53 (IPV4 Mapped
addressing) but this is not one of the IPV6 addresses that I have on
my interface.
IPv4-mapped IPv6 addresses are used for IPv4 communications on an IPv6 socket, i.e. the socket is IPv6 but the actual packets are IPv4. ::ffff:127.0.0.1 represents the IPv4 loopback address 127.0.0.1. If an application binds only to such an address, it will allow only IPv4 communications.
.
- Follow-Ups:
- Re: IPV6 Networking, best practices?
- From: Neil Cherry
- Re: IPV6 Networking, best practices?
- References:
- IPV6 Networking, best practices?
- From: Neil Cherry
- IPV6 Networking, best practices?
- Prev by Date: Re: Wireless tools
- Next by Date: Re: Apache not serving from CIFS-mounted share, works if it's mounted as SMBFS
- Previous by thread: IPV6 Networking, best practices?
- Next by thread: Re: IPV6 Networking, best practices?
- Index(es):
Relevant Pages
|