Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: deags on September 26, 2009, 02:10:58 AM

Title: radvd not giving out ip's
Post by: deags on September 26, 2009, 02:10:58 AM
interface eth0
{
AdvSendAdvert on;
prefix  2001:470:b8d9::/48
{
AdvOnLink on;
AdvAutonomous on;
};
};


it is running

the box radvd is running on has connectivity and works.

what could be stopping the pc's getting ip's?
Title: Re: radvd not giving out ip's
Post by: Ninho on September 26, 2009, 02:59:29 AM
"what could be stopping the pc's getting ip's?"

Maybe "prefix  2001:470:b8d9::/48". Shouldn't you choose a specific /64 from your /48 and let RADVD advertise that prefix instead ?


Title: Re: radvd not giving out ip's
Post by: deags on September 26, 2009, 03:16:12 AM
that works :)
Title: Re: radvd not giving out ip's
Post by: Ninho on September 26, 2009, 11:05:19 AM
Quote from: deags on September 26, 2009, 03:16:12 AM
that works :)

Glad it does work out !

correcting my above incorrect phrasing : RADVD advertises, doesn't allocate!