
Ubuntu日本語フォーラム

ログインしていません。
初めまして。ubuntu9.10でDHCPv6のサーバおよびクライアントの設定方法が分からないのですが分かる方はいますか?
サーバ/クライアントともにwide-dhcpv6-serverとwide-dhcpv6-clientをインストールしました。
アドレスの情報ですがサーバの方には静的なアドレスを割り当てており、クライアントにはリンクアドレスが付いています。
サーバ側でrandvdを起動させておくとクライアントにはステートレスアドレスが付くにようになっています。
次に設定ファイルですがサーバ側のdhcp6s.confには
-------------------------
interface eth1 {
address-pool group_name 3600;
};
pool group_name {
range fd00:xxx:yyy:zzz::aaa to fd00:xxx:yyy:zzz::bbb ;
};
-------------------------
と記述しており、以下のコマンドを実行すると
$ sudo dhcp6s -f -D -c /etc/wide-dhcpv6/dhcp6s.conf eth1
-------------------------
Jun/15/2010 17:25:55: configure_pool: called
Jun/15/2010 17:25:55: create_pool: name=group_name, range=fd00:xxx:yyy:zzz::aaa to fd00:xxx:yyy:zzz::bbb
Jun/15/2010 17:25:55: configure_interface: pool 'group_name' is specified to the interface 'eth1'
Jun/15/2010 17:25:55: clear_poolconf: called
Jun/15/2010 17:25:55: lease_init: called
Jun/15/2010 17:25:55: get_duid: extracted an existing DUID from /var/lib/dhcpv6/dhcp6s_duid: DHCP 固有識別子
-------------------------
が表示されました。
クライアント側のdhcp6c.confには
-------------------------
intreface eth0 {
send rapid-commit;
request prefix-delegation;
request temp-address;
iaid 11111;
renew-time 11000;
rebind-time 21000;
};
-------------------------
と記述しており、以下のコマンドを実行すると
$ sudo dhcp6c -f -D -c /etc/wide-dhcpv6/dhcp6c.conf eth0
-------------------------
Jun/15/2010 17:47:37: get_duid: extracted an existing DUID from /var/lib/dhcpv6/dhcp6c_duid: DHCP 固有識別子
Jun/15/2010 17:47:37: dhcp6_ctl_init: bind(control sock): Address already in use
Jun/15/2010 17:47:37: client6_init: failed to initialize control channel
-------------------------
という結果が出ました。どこか設定がたりないのでしょうか?
オフライン
http://www.rjsystems.nl/en/2100-dhcpv6-stateful-autocfg.php
を参考にしたら出来ましたのでこの質問は終了とさせていただきます
オフライン