[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: microhowto



Hi,

Not sure how others do it, but on the section of adding a static, you could add the following:

The host address section of your ipv6 address is made up of an EUI-64 id. 
When you when you have the ipv6 module installed, your ethernet card
should have a link-local address which is a slightly modified version
of your mac address:

2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:00:b4:93:2a:b3 brd ff:ff:ff:ff:ff:ff
    inet 202.0.32.99/28 brd 202.0.32.111 scope global eth0
    inet6 fe80::200:b4ff:fe93:2ab3/10 scope link tentative

The link-local address above is fe80::200:b4ff:fe93:2ab3. 
To derive a global address from this, take the last 
four sets of numbers and add them to your network address,

e.g., for the network 3ffe:b80:6cc:1::/64, the following would assign
the correct address for your interface:

ip addr add 3ffe:b80:6cc:1:200:b4ff:fe93:2ab3/64 eth0

Cheers,

Chris

On Sat, Aug 17, 2002 at 10:40:47PM +0200, Pierfrancesco Caci wrote:
> 
> Hi all, I've quickly assembled an ipv6 micro howto, it's at
> http://debian.fabbione.net/how.html (yes, it's already on your
> mirrors too). I'd gladly add more sections, so contributors are
> welcome. 
> 
> Ciao
> 
> Pf
> 
> -- 
> 
> -------------------------------------------------------------------------------
>  Pierfrancesco Caci | ik5pvx | mailto:p.caci@tin.it  -  http://gusp.dyndns.org
>   Firenze - Italia  | Office for the Complication of Otherwise Simple Affairs 
>      Linux penny 2.4.19-pre8 #1 Sat May 11 10:04:21 CEST 2002 i686 unknown unknown GNU/Linux
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-ipv6-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: