Results 1 to 5 of 5

Thread: IPv6 and link local addresses (FE80::)

  1. #1
    Rudolf Meier Guest

    IPv6 and link local addresses (FE80::)

    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



  2. #2
    Anteaus Guest

    RE: IPv6 and link local addresses (FE80::)


    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
    >
    >
    >


  3. #3
    Rudolf Meier Guest

    Re: IPv6 and link local addresses (FE80::)

    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


  4. #4
    Anteaus Guest

    Re: IPv6 and link local addresses (FE80::)


    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
    >
    >


  5. #5
    Rudolf Meier Guest

    Re: IPv6 and link local addresses (FE80::)

    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




Similar Threads

  1. Connecting TP-Link modem to TP-Link router
    By Rufta in forum Technology & Internet
    Replies: 3
    Last Post: 02-02-2011, 01:50 PM
  2. Difference between symbolic link and a physical link
    By Shell456 in forum Operating Systems
    Replies: 4
    Last Post: 25-02-2010, 10:30 PM
  3. Changing link color when moving mouse over link in HTML
    By Cade in forum Software Development
    Replies: 5
    Last Post: 22-01-2010, 07:46 PM
  4. Finding local ip addresses in linux
    By konqueror101 in forum Operating Systems
    Replies: 3
    Last Post: 07-08-2009, 06:20 PM
  5. D-Link DIR-655, Intel WiFi Link 4965a/g/n, Vista and 802.11n
    By CaspaR in forum Windows Vista Network
    Replies: 1
    Last Post: 14-07-2007, 04:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,618,993.79071 seconds with 16 queries