Hi,
Jan 1 21:38:24 nass radvd[7614]: version 1.0 started
Jan 1 21:38:24 nass radvd[7615]: failed to set CurHopLimit (64) for eth0
Is this a bug ? Has anyone running radvd on F8 ?
[root@nass log]# cat /etc/radvd.conf
# NOTE: there is no such thing as a working "by-default" configuration
file.
# At least the prefix needs to be specified. Please consult the
radvd.conf(5)
# man page and/or /usr/share/doc/radvd-*/radvd.conf.example for help.
#
#
interface eth0
{
AdvSendAdvert on;
MinRtrAdvInterval 30;
MaxRtrAdvInterval 100;
prefix 2001:xxx:xxx::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
};
};
cu romal