Menu

#1 Problems with address assignment

open
nobody
5
2005-11-10
2005-11-10
No

Hi,
I am trying to set up a DHCPv6 server on linux FC3 and
dhcp version is dhcpv6 -0.10
the problem is that no matter how I configure the client
(dhcp6c.conf) it requires information only from server,
which it gets successfully.

below is the content of configuration for client and server

dhcp6s.conf:
------------------------------

prefer-life-time 1000 ;
valid -life-time 2000;
renew-time 400;
rebind-time 800;
allow unicast;
send unicast;
prefer-life-time 10000;
valid-life-time 20000;
renew-time 5000;
rebind-time 8000;
allow unicast;
send unicast;
allow rapid-commit;
send server-preference 5;
interface eth1 {
link GLOBAL {
renew-time 1000;
rebind-time 2400;
prefer-life-time 2000;
valid-life-time 3000;
range 3ffe:ffef:104::10 to 3ffe:ffef:104::110/64;
prefix 3ffe:ffef:104::/64;
pool {
prefer-life-time 3600;
valid-life-time 7200;
range fec0:ffff::10 to fec0:ffff::110/64;
prefix fec0:fffe::/64;
};
};
};

dhcp6c.conf
--------------------------------
interface eth0 {
send rapid-commit;
request prefix-delegation;
request domain-name-servers;
request temp-address;
iaid 11111;
address {
3ffe:ffef:104::37/64;
prefer-life-time 6000;
valid-life-time 8000;
};
renew-time 11000;
rebind-time 21000;
};

The output of the dhcp6s after message confirms duid
exchange, but there seems to be no address
assignment from the server.
Any help? Thanks a lot!!

Pablo

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.