[radvd-devel-l] radvd syntax error
Pekka Savola
pekkas at netcore.fi
Thu Mar 27 00:26:21 EDT 2008
On Thu, 27 Mar 2008, fibie roosadhy wrote:
> dear all,
>
> something rare happen.
> i used two routers,home agent and foreign router. my home agent is fine,but foreign router is not. it still inform me :
> radvd: syntax error in /etc/radvd.conf, line 1:
> radvd: error parsing or activating the config file: /etc/radvd.conf
Run radvd manually, with debugging enabled, with something like:
radvd -d 5 -m stderr
.. and see what debug log it prints out; it'll likely give some clues
why parsing failed. One possibility is that eth1 interface does not
exist, is not RUNNING, or does not have link-local address.
> this is my radvd.conf on foreign agent
> interface eth1
> {
> AdvSendAdvert on;
> AdvIntervalOpt on;
> MinRtrAdvInterval 3;
> MaxRtrAdvInterval 10;
> AdvHomeAgentFlag off;
> prefix 2002:192:f3::/64
> {
> AdvOnLink on;
> AdvAutonomous on;
> AdvRouterAddr on;
> };
> };
>
>
>
> do you think something happen with my gcc ?
>
> thanks
>
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
More information about the radvd-devel-l
mailing list