Re: newb alert: how to make v4 and v6 "A" records resolve to same website

2010-07-14 Thread Karl Auer
On Wed, 2010-07-14 at 22:04 -0400, Joseph S D Yao wrote:
> > but how we transform the A record in 
> There is no such translation.  Rather, there used to be, but it has been
> deprecated (that is, it's not supposed to be used any more).

The IPv4-compatible IPv6 address is indeed deprecated, but there is a
non-deprecated method; the IPv4-mapped IPv6 address (section 2.5.5.2 in
RFC 4291):

   :::a.b.c.d

where a.b.c.d are the four octets, represented in decimal, of an IPv4
address.

However, this just allows an ordinary IPv4 address to be "packaged" in
an IPv6 address. An application that understands this format will just
extract the IPv4 address and use it *as an IPv4 address*.

It's not a "transformation" in the sense that the OP seems to want.

Regards, K.

-- 
~~~
Karl Auer (ka...@biplane.com.au)   +61-2-64957160 (h)
http://www.biplane.com.au/~kauer/  +61-428-957160 (mob)

GPG fingerprint: B386 7819 B227 2961 8301 C5A9 2EBC 754B CD97 0156
Old fingerprint: 07F3 1DF9 9D45 8BCD 7DD5 00CE 4A44 6A03 F43A 7DEF


signature.asc
Description: This is a digitally signed message part
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: newb alert: how to make v4 and v6 "A" records resolve to same website

2010-07-14 Thread Joseph S D Yao
On Thu, Jul 15, 2010 at 03:05:32AM +0200, fakessh wrote:
...
> yes this is theoretical. This is the standard reply to dig with the
> correct  
> 
> but how we transform the A record in 
> 
> this is a mathematical formula, how simple and without RTFM
> 
> I compile my kernel is only ipv4 is no problems for the time but I would
> one day confront the same problem and I do not know how to


There is no such translation.  Rather, there used to be, but it has been
deprecated (that is, it's not supposed to be used any more).

IPv6 and IPv4 are essentially two separate networks running on the same
wires.  To reach your Web site via IPv6, your Web site must HAVE IPv6
installed, must have an IPv6 IP address, and must have a way of getting
IPv6 from your site out to a fully connected IPv6 router at your ISP.
Any IPv4-only router in the way will completely block the IPv6 flow.

Also, IPv6 must be understood all the way up to the applications level.
This should not be a problem with Apache's 'httpd' Web server, as long
as you put in either a "*" IP address or both the Web server's IPv4 and
IPv6 IP addresses.  I don't know about other Web servers; I know some
are not IPv6-aware.

Oh - you can't make up an IPv6 address; you have to use one that is
compatible with the IPv6 transport you get.


--
/*\
**
** Joe Yao  j...@tux.org - Joseph S. D. Yao
**
\*/
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: newb alert: how to make v4 and v6 "A" records resolve to same website

2010-07-14 Thread fakessh
On Wed, 14 Jul 2010 17:12:21 -0400, Alan Clegg  wrote:
> On 7/14/2010 4:47 PM, Bill Buhlman wrote:
> 
>> I am just now playing with IPv6 and wondering about how to make an IPv6
>>  record resolve to the same website as the IPv4 A record. Probably
a
>> simple thing but how?
> 
> Assign the  to the IPv6 address of the given host... ie:
> 
> baremetal.wetworks.org. 90 IN A192.153.154.127
> baremetal.wetworks.org. 90 IN  2001:470:1f00:4024:250:56ff:feb6:3e25
> 
> to test:  "dig baremetal.wetworks.org A"
>   "dig baremetal.wetworks.org "
> 
> Obviously, you need IPv6 transport in place to make this useful.
> 
> AlanC



yes this is theoretical. This is the standard reply to dig with the
correct  

but how we transform the A record in 

this is a mathematical formula, how simple and without RTFM

I compile my kernel is only ipv4 is no problems for the time but I would
one day confront the same problem and I do not know how to


aka /fakessh/

thanks for all
god bless all
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: newb alert: how to make v4 and v6 "A" records resolve to same website

2010-07-14 Thread Alan Clegg
On 7/14/2010 4:47 PM, Bill Buhlman wrote:

> I am just now playing with IPv6 and wondering about how to make an IPv6
>  record resolve to the same website as the IPv4 A record. Probably a
> simple thing but how?

Assign the  to the IPv6 address of the given host... ie:

baremetal.wetworks.org. 90 IN A192.153.154.127
baremetal.wetworks.org. 90 IN  2001:470:1f00:4024:250:56ff:feb6:3e25

to test:  "dig baremetal.wetworks.org A"
  "dig baremetal.wetworks.org "

Obviously, you need IPv6 transport in place to make this useful.

AlanC



signature.asc
Description: OpenPGP digital signature
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users