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

Re: why?



> On 7/6/06, Luis <itachi@cnt.uo.edu.cu> wrote:
>> why all the manuals i find on the internet guide me to use a tunnel on
>> internet ?
>> is there any good doc to guide me to set up an ipv6 local net without
>> internet access?
>
> If you turn on ipv6, you have a local network address that works.  It
> will start with fe80:: and end with something that looks close to your
> mac address. You can communicate with any other ipv6 host on the
> network with those addresses, but they are not routable.  Sounds like
> thats what you want, though.

exactly
this is my server1 & gateway to other lan network

simpson:/etc/init.d# ip -6 addr
1: lo: <LOOPBACK,UP>
    inet6 ::1/128 scope host
4: eth0: <BROADCAST,MULTICAST,UP> qlen 1000
    inet6 fe80::201:80ff:fe09:6a3f/64 scope link
You have new mail in /var/mail/root


server2 and radvd server
interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        prefix 2002:a1e:8f00::/64 {  /*i writed there because with
ipv6calc  i converted the ip of my lan (10.30.143.1/24)to ipv6*/
        AdvOnLink on;
  AdvAutonomous on;
  AdvRouterAddr on;
        };
};


ip -6 addr
1: lo: <LOOPBACK,UP>
    inet6 ::1/128 scope host
4: eth0: <BROADCAST,MULTICAST,UP> qlen 1000
    inet6 fe80::211:11ff:fe55:f713/64 scope link
media:/etc#

----------------------
debian workstation
-----------------------

root@Virtual:~# ip -6 addr
1: lo: <LOOPBACK,UP>
    inet6 ::1/128 scope host
4: eth0: <BROADCAST,MULTICAST,UP> qlen 1000
    inet6 2002:a1e:8f00:0:211:11ff:fe7a:a21b/64 scope global dynamic
       valid_lft 2591999sec preferred_lft 604799sec
    inet6 fe80::211:11ff:fe7a:a21b/64 scope link
----------------------------------------
> sopunds like is all rigth
but now why the servers are not getting the ipv6 address that i typed on
radvd configuration ?


luis
>
> --
> http://www.slushpupie.com/
>
>
> --
> To UNSUBSCRIBE, email to debian-ipv6-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>


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




Reply to: