Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: woosingwoo on February 14, 2011, 01:24:23 PM

Title: radvd error
Post by: woosingwoo on February 14, 2011, 01:24:23 PM
Hi,

try to start the radvd service with the following error:
"radvd: no linklocal address configured for ppp0"

Any ideas on how to fix the issues?

Thanks,
Woo
Title: Re: radvd error
Post by: cholzhauer on February 14, 2011, 01:44:59 PM
Why are you trying to run RADVD on PPP0?
Title: Re: radvd error
Post by: woosingwoo on February 14, 2011, 03:12:18 PM
try to test a CPE (home router) with ipv6 pppoe.
Title: Re: radvd error
Post by: antillie on February 14, 2011, 03:18:57 PM
Radvd is used to advertise yourself as an IPv6 router on the local LAN. As such you should only need to run radvd on your LAN facing interface and not your WAN interface.
Title: Re: radvd error
Post by: woosingwoo on February 14, 2011, 04:45:38 PM
ppp0 is part of my LAN interface.
Title: Re: radvd error
Post by: jimb on February 14, 2011, 04:48:07 PM
Yes, if you're using PPPoE it's going through the LAN interface, but you don't want RADVD to announce your LAN /64 through the ppp interface, but through the ethernet interface (eth0), where you should assign an address out of your LAN /64.
Title: Re: radvd error
Post by: woosingwoo on February 15, 2011, 10:10:19 AM
Thanks all, after putting the localhost address in the server option it is working fine now.

Thanks,
Woo