• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

radvd not giving out ip's

Started by deags, September 26, 2009, 02:10:58 AM

Previous topic - Next topic

deags

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?

Ninho

#1
"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 ?



deags


Ninho

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!