DragonFly BSD の IPv6 設定問題
なぜか、/etc/rc.conf に以下の設定をしても反映されない。 ipv6_enable="YES" ipv6_network_interfaces="vtnet0" ipv6_ifconfig_vtnet0="inet6 2001:470:d:461::7:1 prefixlen 64" ipv6_defaultrouter="2001:470:d:461::1" 仕方ないので、/etc/rc.local にコマンドを直書きしてごまかした。 ...