On Tue, 22 Jul 2008 14:55:37 +0800
Jason Li <[EMAIL PROTECTED]> wrote:

> Hi Zhijun,
> 
> I have some doubts.
> 
> How could I know which ipv6 address and rooting address to set?

Just as you would in an IPv4 network.  Either your administrator tells
you or you get it from the network.  In IPv6 the balance of these two
is weighted more towards the network telling you, but both methods are
still possible.

If you are unfamiliar with configuring IP then I'd suggest reading our
administration guide or some other tutorial.  It is hard to bootstrap
such information through Q&As on a forum like this.

> And after the configuration, how to setup to make data transmission
> using ipv6 interface, rather than ipv4 interface?

Ultimately use IPv6 addresses.  I suspect you might be getting at the
need to configure name resolution to be able to map names to IPv6
addresses??

> 
> Zhijun Fu 写道:
> > Jason Li wrote:
> >> I'm running some test cases in ipv6 environment, but don't know how 
> >> to setup.
> >> Any pointers would be helpful, thanks.
> >
> > Hi Jason,
> >
> > To configure ipv6 on an interface, you can use:
> >
> > ifconfig e1000g0 inet6 plumb up
> > ifconfig e1000g0 inet6 addif 2000:2::1/64 up
> how could I know 2000:2::1/64 also works for me?

Zhijun was just giving an example.

> >
> > To set up the routing, use something like:
> >
> > route add -inet6 2000:1::1 2000:2::2
> so as 2000:1::1 and 2000:2::2
> >
> >
> > You may want to take a look at the corresponding section in "Solaris 
> > Administration Guide" for details:
> >
> > http://docs.sun.com/app/docs/doc/819-3000/ipv6-config-tasks-1?a=view

I'd strongly suggest you read this and then return here if you have
further questions.

                        mph

> >
> >
> > Cheers,
> > Zhijun
> >
> thanks
> 
> Jason
> _______________________________________________
> networking-discuss mailing list
> [email protected]
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to