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

Re: Problems with site-local



On Fri, 11 Aug 2000, Jurandy Martins Soares Junior wrote:

> Hello Everybody,
> 	I've a small question. I've been problems with setting
> site-local networks.  I ran the followings commands, but I can't ping
> eth0's IP. What is the problem? 

Hmm.. fe80 is the *link* local unicast address space. You want
fec0 is the site local unicast space. You don't want to change things in
the fe80 region, those are pretty much always right AFAIK :>
[see RFC2373]

So, do:

ip addr add fec0:1::1/10 dev eth0
ip route add fec0::/10 dev eth0
ping6 fec0:1::1

Jason



Reply to: