« 換水(1月21日のメンテナンス) | メイン | 換水・CO2補充(1月24日のメンテナンス) »
2007年01月23日
FreeBSDの設定色々 Part1
今FreeBSD Release6.2をさわっているのですが、良く分からんことが多々あります。なんせいじっていたのが10年前ですから。。。
まあ、今後のことも含めて覚書です。
/etc/rc.conf
##############################
ipv6_enable=”YES”
ipv6_network_interface=”rl0 rl1”
ipv6_prefix_rl0=”3ffe:555:2:1000”
ipv6_ifconfig_rl0=”3ffe:555:2:1000::1 prefixlen 64”
ipv6_prefix_rl1=”3ffe:555:2:1001”
ipv6_ifconfig_rl0=”3ffe:555:2:1001::1 prefixlen 64”
ipv6_gateway_enable=”YES”
ipv6_router_enable=”YES”
ipv6_router=”/usr/sbin/route6d”
ipv6_router_flags=”-N rl0,rl1”
ipv6_rtadvd_enable=”YES”
ipv6_rtadvd_interface=”rl0 rl1”
ifconfig_rl0="DHCP"
ifconfig_rl1="DHCP"
##############################
投稿者 TAKA : 2007年01月23日 14:32
トラックバック
このエントリーのトラックバックURL:
http://www.taka-tech.net/mt-tb.cgi/100