Ich muss hier noch einmal erweitern!
dann muß deine Konfig so aussehenCode:
cd /Setup/IPv6/Network/Addressesdel *# Interface-Name IPv6-Address-Prefixlength Address-Type Network-Group Comment# ===============================================================----------------------------------------------------------------------------------------------------------------add "INTRANET" "::1:0:0:0:1/64" {Address-Type} Delegated-DHCPv6 {Network-Group} "NG_INTRANET" {Comment} ""add "INTRANET" "::2:0:0:0:1/64" {Address-Type} Delegated-DHCPv6 {Network-Group} "NG_DMZ" {Comment} ""add "INTRANET" "::6d:0:0:0:1/64" {Address-Type} Delegated-DHCPv6 {Network-Group} "NG_NAS" {Comment} ""add "INTRANET" "::6f:0:0:0:1/64" {Address-Type} Delegated-DHCPv6 {Network-Group} "NG_WLAN" {Comment} ""add "INTRANET" "::70:0:0:0:1/64" {Address-Type} Delegated-DHCPv6 {Network-Group} "NG_VIDEO" {Comment} ""
Gut, das Interface habe ich jetzt mit verschiedenen Adressbereichen definiert.
Wie funktioniert dann das Router-Advertisement und DHCPv6?
Beim Router-Advertisement wird das Interface in den Router-Advertisement->Schnittstellenoptionen festgelegt. So weit so gut!
In der Router-Advertisement->Präfix-Liste definiere ich dann welche Präfixe übertragen werden.
Z.B.:
Code:
cd /Setup/IPv6/Router-Advertisement/Prefix-Options del *# Interface-Name Prefix Subnet-ID Adv.-OnLink Adv.-Autonomous PD-Source Adv.-Pref.-Lifetime Adv.-Valid-Lifetime DecrementLifetimes # ===============================================================----------------------------------------------------------------------------------------------------------------------------------------add "INTRANET" "fd00::/64" {Subnet-ID} "1" {Adv.-OnLink} Yes {Adv.-Autonomous} No {PD-Source} "" {Adv.-Pref.-Lifetime} 21600 {Adv.-Valid-Lifetime} 21600 {DecrementLifetimes} NoBei DHCPv6 habe ich wieder die Interface-Liste:
Code:
cd /Setup/IPv6/DHCPv6/Server/Interface-List del *# Interface-Name-or-Relay Operating Primary-DNS Secondary-DNS DNS-Search-List Address-Pool-Name PD-Pool-Name Rapid-Commit Preference Renew-Time Rebind-Time Unicast-Address Reconfigure# =========================================-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------add "INTRANET" {Operating} Yes {Primary-DNS} "::" {Secondary-DNS} "" {DNS-Search-List} Internal {Address-Pool-Name} "IPV6_POOL_INTRANET" {PD-Pool-Name} "" {Rapid-Commit} No {Preference} 0 {Renew-Time} 0 {Rebind-Time} 0 {Unicast-Address} "" {Reconfigure} OffCode:
cd /Setup/IPv6/DHCPv6/Server/Address-Pools del *# Address-Pool-Name Start-Address-Pool PD-Source End-Address-Pool Pref.-Lifetime Valid-Lifetime# ============================================================================================-----------------------------------------------------------------------add "IPV6_POOL_INTRANET" "fd00:0:0:1::c8" "" {End-Address-Pool} "fd00:0:0:1::dc" {Pref.-Lifetime} 21600 {Valid-Lifetime} 21600Solange ich eineindeutige IPV6-Interfaces habe ist das alles (relativ) einfach, nach den Hinweisen die ich bekommen habe. Aber spätestens bei Router-Advertising und DHCPv6 hakt es noch aus bei Interfaces mit unterschiedlichen Adressbereichen.
Vielleicht könntest du mir da auch noch helfen!
Danke
Statistik: Verfasst von averlon — Heute, 12:49






