On Thu, 26 Feb 2009 22:41:58 +0100, DNA wrote:
>why? <fgrirp*sgc@VAINY!Qznq.fpvragvfg.pbz> wrote:
>> On Thu, 26 Feb 2009 17:43:21 +0000, Desk Rabbit wrote:
>>
>>> DNA wrote:
>>>> Desk Rabbit <> wrote:
>>>>
>>>>
>>>> [snip]
>>>>
>>>> The chappy in the vid' seems to know his stuff, and states that
>>>> 'autonomous' IPv6 addresses prefixed with fe80 cannot connect
>>>> directly to the net, so one assumes they are similarly used to
>>>> 192.168.1.xxx's (local).
>>>
>>> Not the same. Check out http://en.wikipedia.org/wiki/IPv6 under
>>> "special addresses" where it states that it is analogous to
>>> 169.254.0.0./16
>>>
>>> 169.254.0.0/16 - This is the "link local" block. It is allocated for
>>> communication between hosts on a single link. Hosts obtain these
>>> addresses by auto-configuration, such as when a DHCP server may
>>> not be found.
>>
>> True.
>>
>>>
>>> 192.168.0.0/16 - This block is set aside for use in private networks.
>>> Its intended use is documented in [RFC1918]. Addresses within
>>> this block should not appear on the public Internet.
>>
>> As well as a couple of others.
>>
>> Back to your 1st issue, if your ISP is really doing IPv6 then you
>> should be able to disable IPv4 and connect to any of the many IPv6
>> resources.
>
>I was in error - I will though see what happens if I do disable IPv4 - I do
>not know as I post if my ISP does or does not provide IPv6.
All you have to do is ask them
>> It would be unlikely your ISP would issue you with an IPV6 addr, while
>> your IPv4 is showing the usual router allocated 198.168.
>>
>> You also have DHCP Enabled - No. So none of those settings appear to
>> be any ISP supplied gateway or DNS, of course since they are xxx.xxx
>> it's hard to tell.
>
>How would ISP supplied DNS differ from current DNS conventions if IPv6 were
Nothing you need to worry about

unless you are writing network aware
services for routers / firewalls etc. You are of course
What conventions? UDP/TCP, IPv4 v IPv6 address and DHCPv6?
The essential services are all the same.
>present and operative? Would ISP supplied DNS present itself using the same
When you use terms like 'present' , it's more like you want to know how
to wrap up the IPV6 info into a IPv4 UDP packet, which then uses the
existing methods until it hits the tunnel endpoint and is decoded.
>convention as IPv6 IP addresses? FIO: The current ISP supplied DNS provides
>the same standard DNS convention as the IP supplied which /is/ actually
As long as it's more likely dual stack systems then independent stacks,
your confusion appears to be in the dual addressing you see. Vista and
most likely other versions of Win are using dual v4/v6 stacks. This
means making a compromise with the Teredo tunnelling and pushing IPv6
addressing via IPv4 formats.
>IPv4.
If you want to get into the 'conventions' there are lots of RFC's to
read.
<snip>
Me