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

Re: example configuration



itachi@cnt.uo.edu.cu a écrit :
[...]
> 
>> ruter-deb:/etc/network# ifconfig eth0
>> eth0      Link encap:Ethernet  HWaddr 00:0C:29:44:E7:18
>>           inet addr:10.30.142.12  Bcast:10.30.142.12  Mask:255.255.255.0
>>           inet6 addr: fe80::20c:29ff:fe44:e718/64 Scope:Link  -----> i
>> supose to add that addrs to radvd.conf right?
> 
No. This address is a link-local one (fe80:0:0:0::/64), so you can't use
it to connect to other networks.
You must get a *global* prefix, like ULA (fc00::/7), 6to4 (2002::/8), or
"classic" 2001::/8 ...
You can get an ULA from http://www.kame.net/~suz/gen-ula.html

> 
> interface eth1
> {
>         AdvSendAdvert on;
>         MaxRtrAdvInterval 4;
>         MinRtrAdvInterval 3;
>         prefix FC00:96c0:b742:3fa2::1/64
>         {
>                 AdvOnLink on;
>                 AdvAutonomous on;
>                 AdvRouterAddr off;
>         };
> 
>> if is like that i did that
>> .. restarted rawdvd
> 
>> and from the other computer i did next step
>> debhelper:~# ip -6 addr
>> 1: lo: <LOOPBACK,UP>
>>     inet6 ::1/128 scope host
>> 4: eth0: <BROADCAST,MULTICAST,UP> qlen 1000
>>     inet6 fe80::20c:29ff:fec2:f77d/64 scope link (global link??? where)
> 
Here you can see you don't have any global address

>> debhelper:~# ping6 -I eth0 -c2 fe80::20c:29ff:fe44:e718
>> PING fe80::20c:29ff:fe44:e718(fe80::20c:29ff:fe44:e718) from
>> fe80::20c:29ff:fec2
>> :f77d eth0: 56 data bytes
>>>From ::1 icmp_seq=1 Destination unreachable: Address unreachable
>>>From ::1 icmp_seq=2 Destination unreachable: Address unreachable
> 
>> now what ??
> 
>> what step i missed?
The prefix ;)

-- 
Bastien Durel.



Reply to: