PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : openSuSE 11.3 DHCP 4.1.1 ipv6



ctFreez
30.07.10, 19:56
Moin,

ich habe ein Problem unter openSuSE 11.3 den DHCP Server für ipv6 zum laufen zu bekommen. Ich bekomme einfach keine IPv6 Adresse, IPv4 geht wunderbar.
Auf radvd kann ich leider nicht umstellen, da ich bei den Clients sonst die DNS IPv6 Adresse von hand eingeben müsste.



#
# dhcp6.conf
#
#authoritative;
default-lease-time 600;
max-lease-time 7200;
#preferred-lifetime 604800;
#allow leasequery;
#option dhcp-renewal-time 3600;
#option dhcp-rebinding-time 7200;
#option dhcp6.info-refresh-time 21600;

#ddns-update-style interim;


key DHCP {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret xxxxxxxxxxxxxxxxxxxxxx==;
}

subnet6 2001::/64 {
# allow unknown-clients;
range6 2001:: temporary;
prefix6 2001:0:: 2001:1:: /64;

option dhcp6.name-servers 2001::1;
option dhcp6.domain-search "example.com.";

ddns-updates on;
ddns-domainname "example.com.";

zone example.com. {
primary ns1.example.com.;
key DHCP;
}
}




Als Client kommt ein Win7 Prof zum einsatz.
Hat vieleicht jemand eine Idee? Oder das schon mal zum laufen bekommen?

gruß Felix

403
12.08.10, 23:59
Was sagen denn Logs, Debug Modus des dhcpd? Wie rufst Du den Client auf? Geht überhaupt schon was? (tcpdump) Oder ist es ein Problem bei dhcpv6?

Geht sonst IPv6 mit dem Client?

Gruss
403

Stormbringer
14.08.10, 17:12
Läuft denn dhcpd6 (rcdhcpd6 status)?