Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > IPv6 and link local addresses (FE80::)

Reply
Thread Tools Display Modes

IPv6 and link local addresses (FE80::)

 
 
Rudolf Meier
Guest
Posts: n/a

 
      09-30-2009
Hi

Currently all my interfaces only have link local addresses (FE80::/64) ...
now... this doesn't allow routing and we got our IPv6 addresses. So I'd like
to use them. But I've some questions:

1) does every interface ALWAYS have a link local address? ... is this
recommended or does every interface have to have one??

2) about the "real" IPv6 addresses... I'm planing to distribute them using
DHCPv6 ... but I don't understand how the routing works... in the interface
settings I can specify a "standard gateway" ... but, I didn't get a standard
gateway from my ISP... do I need one or how does this work? ... I understand
how it works in IPv4, so I'm a bit surprised, that I didn't get an address
of a gateway for IPv6...

.... well, let's start with those 2 questions... I've a lot more, but...
that's enough for now :-)

Rudolf


 
Reply With Quote
 
 
 
 
Anteaus
Guest
Posts: n/a

 
      10-05-2009

I presume by this you mean you have obtained Internet IPv6 addresses.

If so, are you assigning these to DMZ servers, or to desktops?

If the latter, I would suggest you think carefully about why you want to do
this. Making desktops Internet-visible is seldom a good idea. Instead,
obtain a NAT router which is IPv6-capable and assign sitelocal IPv6 addresses
to your client computers, either manually or by DHCP. In principle the
considerations here are identical to those of IPv4.

Note that sitelocal is the equivalent of IPv4 linklocal. IPv6 linklocal has
an entirely different function.

Most ADSL combined modem/routers pick-up the ISP's gateway address
automatically. Desktops are pointed to the router's IP as the gateway.

BTW, for my personal opinion, IPv6 = typical example of Design by Committee.
(F'ing mess!) No wonder hardly anyone uses it.

"Rudolf Meier" wrote:

> Hi
>
> Currently all my interfaces only have link local addresses (FE80::/64) ...
> now... this doesn't allow routing and we got our IPv6 addresses. So I'd like
> to use them. But I've some questions:
>
> 1) does every interface ALWAYS have a link local address? ... is this
> recommended or does every interface have to have one??
>
> 2) about the "real" IPv6 addresses... I'm planing to distribute them using
> DHCPv6 ... but I don't understand how the routing works... in the interface
> settings I can specify a "standard gateway" ... but, I didn't get a standard
> gateway from my ISP... do I need one or how does this work? ... I understand
> how it works in IPv4, so I'm a bit surprised, that I didn't get an address
> of a gateway for IPv6...
>
> .... well, let's start with those 2 questions... I've a lot more, but...
> that's enough for now :-)
>
> Rudolf
>
>
>

 
Reply With Quote
 
Rudolf Meier
Guest
Posts: n/a

 
      10-05-2009
Hi


> I presume by this you mean you have obtained Internet IPv6 addresses.


Yes

> If so, are you assigning these to DMZ servers, or to desktops?


I didn't decide this now... for the moment I only want to know, how to
realize both versions.

> If the latter, I would suggest you think carefully about why you want to
> do
> this. Making desktops Internet-visible is seldom a good idea. Instead,
> obtain a NAT router which is IPv6-capable and assign sitelocal IPv6
> addresses
> to your client computers, either manually or by DHCP. In principle the
> considerations here are identical to those of IPv4.


That's what I think too... but there's a lot of people telling you, that
this isn't correct and that NAT should never be used and bla bla bla... in
this case you would really need a firewall on every pc and every pc is in
danger from being attacked... today they don't even see those pcs... on the
other hand side... not using NAT, but something like "NAT without address
translation" ... that could be the solution... but I don't know the options
that I have with RRAS... that's why I'm trying to set this up now and to
figure it out...

> Note that sitelocal is the equivalent of IPv4 linklocal. IPv6 linklocal
> has
> an entirely different function.


Yes, I know... but the question is, if every interface has to have a
linklocal address... let's assume I'd distribute sitelocal addresses (or
internet addresses) in my network (3 different buildings) ... then I don't
see why I would need the linklocal addresses... so, that's why I'm asking
myself, if I could disable them... normaly too many addresses only mess up
everything.

> Most ADSL combined modem/routers pick-up the ISP's gateway address
> automatically. Desktops are pointed to the router's IP as the gateway.


Ok, that's interesting... but it still needs a gateway... that's what I
thouhgt...

> BTW, for my personal opinion, IPv6 = typical example of Design by
> Committee.
> (F'ing mess!) No wonder hardly anyone uses it.


.... that might be correct... but unfortunatelly we have to live with it and
to understand it as good as possible...


Rudolf

 
Reply With Quote
 
Anteaus
Guest
Posts: n/a

 
      10-07-2009

If you are using real IPs then you don't also need sitelocal or linklocal
addresses.

The default gateway is the IP of the next upstream router, whether this is
NAT or conventional. This may be the IP of an internal Cisco, for example, or
may be the IP of a gateway computer at your ISP.

Under normal circumstances the default gateway must be inside the computer's
own subnet range.

"Rudolf Meier" wrote:

> Hi
>
>
> > I presume by this you mean you have obtained Internet IPv6 addresses.

>
> Yes
>
> > If so, are you assigning these to DMZ servers, or to desktops?

>
> I didn't decide this now... for the moment I only want to know, how to
> realize both versions.
>
> > If the latter, I would suggest you think carefully about why you want to
> > do
> > this. Making desktops Internet-visible is seldom a good idea. Instead,
> > obtain a NAT router which is IPv6-capable and assign sitelocal IPv6
> > addresses
> > to your client computers, either manually or by DHCP. In principle the
> > considerations here are identical to those of IPv4.

>
> That's what I think too... but there's a lot of people telling you, that
> this isn't correct and that NAT should never be used and bla bla bla... in
> this case you would really need a firewall on every pc and every pc is in
> danger from being attacked... today they don't even see those pcs... on the
> other hand side... not using NAT, but something like "NAT without address
> translation" ... that could be the solution... but I don't know the options
> that I have with RRAS... that's why I'm trying to set this up now and to
> figure it out...
>
> > Note that sitelocal is the equivalent of IPv4 linklocal. IPv6 linklocal
> > has
> > an entirely different function.

>
> Yes, I know... but the question is, if every interface has to have a
> linklocal address... let's assume I'd distribute sitelocal addresses (or
> internet addresses) in my network (3 different buildings) ... then I don't
> see why I would need the linklocal addresses... so, that's why I'm asking
> myself, if I could disable them... normaly too many addresses only mess up
> everything.
>
> > Most ADSL combined modem/routers pick-up the ISP's gateway address
> > automatically. Desktops are pointed to the router's IP as the gateway.

>
> Ok, that's interesting... but it still needs a gateway... that's what I
> thouhgt...
>
> > BTW, for my personal opinion, IPv6 = typical example of Design by
> > Committee.
> > (F'ing mess!) No wonder hardly anyone uses it.

>
> .... that might be correct... but unfortunatelly we have to live with it and
> to understand it as good as possible...
>
>
> Rudolf
>
>

 
Reply With Quote
 
Rudolf Meier
Guest
Posts: n/a

 
      10-07-2009
Hi

> If you are using real IPs then you don't also need sitelocal or linklocal
> addresses.


ok... can I disable them? ... how? (Windows Server 2008 R2 and Windows 7)
....

Rudolf



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting IPv6 address for local interface devkats Windows Vista Drivers 3 11-26-2007 05:59 PM
How to Disable IPV6 on Local host RayG Windows Vista Networking 0 10-15-2007 04:11 PM
IPv6 addresses wmike Windows Vista Networking 1 09-11-2007 08:50 PM
Widows Meeting Space and IPv6 addresses wmike Windows Vista Networking 1 09-11-2007 07:50 PM
RE: Incorrect IPv6 link local address assigned to adapter Bryan S. Burgin [MSFT] Windows Vista Drivers 7 11-22-2006 08:02 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59