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

Re: example configuration



take a look

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> itachi@cnt.uo.edu.cu a écrit :
>> yes but how ?
>> im completely new using ipv6
>> for start
>>
>> i dont know how to set up a socks
>>
>> i dont know what is RFC
>> sorry for being that ignorant :(
>>
>> a hand would be good 4 me
>>
> Hello,
>
> I'll try to be simple ;)
> to set up an IPv6 network, you shall get a prefix. It's a range of
> adresses that will be used for the 64 first bits of addresses in your
> network. For example, let's say you've got the ULA FC00:96c0:b742:3fa2::
>
> Then set up radvd on the computer which will act as router, and
> configure it with this prefix :



> bastien@arrakeen:~$ cat /etc/radvd.conf

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?


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

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?






>
> a few seconds after you started radvd, all other hosts ipv6-enabled on
> the same link (lvl2), shall have an address assigned :
> bastien@sietchtabr:~$ ip -6 addr
> 1: lo: <LOOPBACK,UP> mtu 16436
>     inet6 ::1/128 scope host
>        valid_lft forever preferred_lft forever
> 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qlen 1000
>     inet6 fc00:96c0:b742:3fa2:240:63ff:fec9:34a0/64 scope global
>        valid_lft forever preferred_lft forever
>
> then you should ping6 any other host using these addresses :
> bastien@sietchtabr:~$ ping6 fc00:96c0:b742:3fa2:240:63ff:fec9:34a0
> PING fc00:96c0:b742:3fa2:240:63ff:fec9:34a0
> (fc00:96c0:b742:3fa2:240:63ff:fec9:34a0): 56 data bytes
> 64 bytes from fc00:96c0:b742:3fa2:240:63ff:fec9:34a0: icmp_seq=0 ttl=64
> time=1.930 ms
>
> after that, don't forget to register these addresses in you DNS system
> ;) ipv6 are long addresses, and they should not change if you don't
> change the prefix.
>
> with this ULA address, you should not connect outside your LAN, like
> with your 10.x.x.x addresses.
>
> RFC is Request For Comment, a technical document to describe protocols
> and other network-related things. RFC 1918 is the RFC that specify local
> nets (10.*.*.*, 172.16.*.*, 192.168.x.*) you shoud get it at :
> http://www.faqs.org/rfcs/rfc1918.html
>
> Regards,
>
> - --
> Bastien.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFERkilm8nMTpF8Ah8RAqrCAJ0Sc9I2jrI5WJdrnihFon3C6TYCNwCeLiNp
> pY3oIm06BGCP607slXOrVrg=
> =Wt//
> -----END PGP SIGNATURE-----
>


-------------------------------------------------
                           Luis A. Rondon Paz
    L I N U X       .~.    Admin intranet CNT
   The  Choice      /V\    icq #132736035
    of a GNU       /( )\   itachi@cnt.uo.edu.cu
   Generation      ^^-^^    Santiago de cuba
                   UONET







           ###########
         ###############
       ####           ####
-   ,$$P'               ###
- ',$$P       ,-***      ###
- `d$$'     ,##    *     ###
-  $$P      ##     *     ###
-  $$:      ##   -      ###
-  $$;      ###       ###
-  Y$$.    `   #######
-  `$$b      "-.__
-   `Y$$b
-    `Y$$.
-      `$$b.
-        `Y$$b.
-          `"Y$b._
-------------------------------------------------




Reply to: