[SOLVED] DHCP6 radvd error
-
adding my interface to the conf fixed it for now… but a reboot will wipe it out...
example:
# Automatically Generated, do not edit # Generated for DHCPv6 Server lan interface em2 { AdvSendAdvert on; MinRtrAdvInterval 3; MaxRtrAdvInterval 10; AdvLinkMTU 1280; prefix 2001:470:1d:6aa:0:0:0:0/64 { }; RDNSS 2001:470:20::2 2620:0:ccc::2 { }; DNSSL realm { }; };
Doesn't last or do anything for me…
Tried changing dc0 to lagg0 in rtdvd.conf as well. No joy.
# # common definitions. # default:\ :raflags#0:rltime#3600:\ :vltime#360000:pltime#360000:mtu#1500: ether:\ :mtu#1280:tc=default: # Generated for DHCPv6 Server lan lagg0:\ :addr="2001:470:1d:6aa:0:0:0:0":\ :prefixlen#64:\ :raflags="mo":\ :tc=ether:\ :rdnss="2001:470:1d:6aa::1":\ :dnssl="realm":
on edit: reinstalled pfSense 2.1 from latest .iso, restored, gitsynced. No change (still no ipv6 gateway or radvd, adding LAN interface to radvd.conf does not help)…except now Unbound will not start.
php: : The command '/usr/local/sbin/unbound-control start' returned exit code '1', the output was ''
-
I can confirm the same problem here. Fixing the configuration file and manually starting radvd (the command will be listed in system.log with the failure message) gets it up, until reboot anyway.
I also notice that in 'unmanaged' mode, a valid rtadvd configuration is generated, but the daemon doesn't start. It seems to want to load the /etc/rtadvd.conf file rather than the generated one (/cf/conf/rtadvd.conf IIRC). Didn't look into that too far as I need DHCP myself.
-
same issue here
-
same here
-
6/07 2.1 32bit Full snapshot (bare metal) is also badly broken. Update tarball and full.iso.
Gateways down
DHCP Server (v4 & v6) = non functional
Unbound = Can not startThe above with either previous working config backup applied, or fresh install.
-
Saw the bug HERE
Updated to http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/i386/pfSense_HEAD/updates/pfSense-Full-Update-2.1-DEVELOPMENT-i386-20120608-0546.tgz
radvd fails with same errors
Unbound DNS will not start and I can't reinstall as package is no longer available in GUI Packages or at
http://files.pfsense.com/packages/8/All/Devs: Thanks for putting this on your radar screen, as currently pfSense can't do IPv6 at all.
Let me know if I can provide any info that may be of help. -
please try again
-
please try again
Success! Naow haz DHCPv6!
LAN hosts can ping ipv6.google.com, and I noticed the new GUI page for DHCPv6 RA.Thank you! (I thought I may have "jumped the gun" with the 05:55 AM build. ::) )
I lost Unbound somewhere along the way though, and can't get it back as Unbound is not listed in Installed or Available packages in GUI, and a manual install from pfsense repo shows a dependency as too recent.^^Personal Problem - Related to a previous CLI install/uninstall that wiped Unbound's /pkg/ .xmls
Again, thanks!
TL;DR: Snap issue solved by newer snap. ;)
-
-
thanks, all seems ok