[radvd-devel-l] default route problems

Peter Löfkvist radvd-devel-l@litech.org
Fri, 11 Oct 2002 09:44:52 +0200 (CEST)


Hi guys
I'm trying to set a MIPv6 home agent. The home agent is NOT to be the
gateway of the network by just a node like all else. My problem is when I start
radvd, the default route(which is pointing to the correct GW) on the home
agent disappears. I've set conf/all/forwarding =1.
My /etc/radvd.conf is:

interface eth0
{
	AdvSendAdvert on;
	MinRtrAdvInterval 3;
	MaxRtrAdvInterval 10;
# MIPv6
	AdvHomeAgentFlag on;
	AdvHomeAgentInfo on;
	AdvDefaultLifetime 3600;
	HomeAgentLifetime 3600;
	HomeAgentPreference 100;

	prefix 3ffe:4008:2:3:2c0:a8ff:fef5:fa9a/64
	{
		AdvOnLink on;
		AdvAutonomous off;
		AdvRouterAddr on;
	};
};

I tried to set the AdvDefaultLifetime to "0" but then radvd would not
start.

Is my conf file wrong or it something else? Help much appreciated.

/Peter