Actions
Bug #2477
closed
JU
router advertisement daemon (radvd) no longer starts
Bug #2477:
router advertisement daemon (radvd) no longer starts
Start date:
06/08/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
as of today's update, radvd no longer starts. No obvious error message I can see so far, but the config file looks bad (missing interface names, only one interface even though I got multiple). The dhcpv6 server appears to be running.
from system.log:
Jun 8 14:09:54 pfsense php: /services_dhcpv6.php: The command '/usr/local/sbin/radvd -C /var/etc/radvd.conf -m syslog' returned exit code '1', the output was ''
/var/etc/radvd.conf
- Automatically Generated, do not edit
- Generated for DHCPv6 Server opt1
interface {
AdvSendAdvert on;
MinRtrAdvInterval 5;
MaxRtrAdvInterval 20;
AdvLinkMTU 1280;
AdvDefaultPreference medium;
prefix 2001:470:d846:0:0:0:0:0/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
route ::/0 {
RemoveRoute on;
};
DNSSL localdomain { };
};
2.1-BETA0 (amd64)
built on Thu Jun 7 16:35:54 EDT 2012
FreeBSD 8.3-RELEASE-p2
Actions