Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
  
Keine Antwort vom DHCPv6-Server (SOL)
12.04.2015, 06:42, Dieser Beitrag wurde zuletzt bearbeitet: 12.04.2015, 06:42 von Schimmelreiter.
 
RE: Keine Antwort vom DHCPv6-Server (SOL)
(12.04.2015, 00:05)carstino schrieb:  Irgendwie ist mir das mit dem Durchreichen von IPv6 noch nicht ganz klar. Ich habe bei meinem OpenWrt-Router unter ipv6 Settings für Router Advertisment, NDP und DHCPv6 den Relay Mode eingestellt. Trotzdem reicht er das globale Präfix (2a00:61e0...) nicht durch sondern vergibt nur lokale Adressen.

Vielleicht hilft Dir das weiter:
Auszug aus /etc/config/dhcp:
Code:
config dhcp 'lan'
        option interface 'lan'
        option start '100'
        option limit '150'
        option leasetime '12h'
        option ra 'relay'
        option dhcpv6 'relay'
        option ndp 'relay'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config dhcp 'wan6'
        option dhcpv6 'relay'
        option ra 'relay'
        option ndp 'relay'
        option master '1'
        option interface 'wan'
        option ignore '1'

Auszug aus /etc/config/network:
Code:
config interface 'wan'
        option ifname 'eth0.2'
        option proto 'dhcp'
        option peerdns '0'
        option dns '8.8.8.8 8.8.4.4'

config interface 'wan6'
        option ifname 'eth0.2'
        option proto 'dhcpv6'
        option dns '2001:4860:4860::8888 2001:4860:4860::8844'
        option reqaddress 'try'
        option reqprefix 'auto'
        option peerdns '0'

Zur Beachtung:
Die o.g. Config stammt aus einer Multi-WAN-Konfiguration, die "ifname"s können also von Deinen abweichen.
 Quote

  



Nachrichten in diesem Thema
RE: Keine Antwort vom DHCPv6-Server (SOL) - Schimmelreiter - 12.04.2015, 06:42

Thread options
[-]
Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste