[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02037) Re: network initialization issue when
- To: "'usagi-users@xxxxxxxxxxxxxx'" <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02037) Re: network initialization issue when
- From: "Fan, Ardelle" <ardelle.fan@xxxxxxxxx>
- Date: Tue, 24 Dec 2002 13:22:17 +0800
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi Jonathan
Thanks for your reply. I have resolved the issue.
I have cross-compiled the ifconfig, but I cannot bring up the eth0 with only
"ifconfig eth0 inet6 up"
I have to do such steps:
% ifconfig lo inet6 up
% ifconfig eth0 inet6 up
Then the eth0 is really brought up and I can use ping6 to ping the inet6
address of eth0
% ping6 -I eth0 inet6-address-of-eth0
Why must up the lo first? Is there any design or config reason?
Regards/Ardelle
-----Original Message-----
From: Jonathan Khoo [mailto:jonath-k@xxxxxxxxxxxxxxxxxx]
Sent: 2002?12?24? 12:29
To: usagi-users@xxxxxxxxxxxxxx
Subject: (usagi-users 02036) Re: network initialization issue when
Hi Ardelle,
The NIC should get its IPv6 address through stateless addressing. You
need to have a IPv6 router.
The ifconfig in familiar is not IPv6 enabled, I have to compile the
usagi libraries and the ifconfig under the usagi directory.
merry xmas
best regards,
jonathan
Fan, Ardelle wrote:
>Hi all
>
>I met some problems when I initialize the ipv6 on eth card.
>I configure the ipv6 support as Y. Cross compile the kernel and boot it on
>the XScale platform.
>But since the current platform I use has not script in /etc/init.d for
>initializing ethernet. So I have to use "ifconfig" to initialize eth0 with
a
>static ipv4 address.
>My question is: Do you how to initialize eth0 with ipv6? Or maybe I need to
>cross compile the ifconfig in usagi/src/net-tool for a ipv6 capable
>ifconfig?
>
>Thank you very much for your help!!
>
>Regards/Ardelle
>
>
>
>
>
>