[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02666) ISATAP radvd problem
- To: "Usagi-Users" <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02666) ISATAP radvd problem
- From: "Yang Hsiung" <yhsiung@xxxxxxxxx>
- Date: Thu, 4 Dec 2003 13:32:44 -0800
- Importance: Normal
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi,
I setup the ISATAP router and client nodes based on the steps
described in http://v6web.litech.org/isatap/
Unfortunately, after I started the radvd I did not see any Router
Advertisement messages were sent out from router node.
Here is the /etc/radvd.conf partial contents:
interface is0
{
AdvSendAdvert on;
UnicastOnly on;
AdvHomeAgentFlag off;
prefix 3ffe:ffff:1234:5678::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
};
};
Therefore, my client node can never auto-config a ISATAP
global address.
Note: if I manually configure both nodes with static global
addresses for is0 interface, then I can ping each other.
Any idea?
Yang