- Configurando clientes
- Windows XP
- Não suporta DHCPv6 , somente configuração manual ou stateless
- https://sites.google.com/site/jrey42/Home/ipv6/winxphttps://sites.google.com/…./winxp
- https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_ip_v6_conf_manual.mspx?mfr=truehttps://www.microsoft.com/….
- https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_ip_v6_pro_rt_add.mspx?mfr=truehttps://www.microsoft.com/….
- Não suporta DHCPv6 , somente configuração manual ou stateless
- Windows
- netsh interface ipv6 show interfaces
- Pegar o numero da interface
- netsh interface ipv6 set int INTERFACE advertise=enable managed=enable
- substituir pelo numero da interface
- http://andatche.com/blog/2012/02/disabling-rfc4941-ipv6-privacy-extensions-in-windows/http://andatche.com/….
- http://www.zdnet.com/article/fixing-windows-7-ipv6-headaches/http://www.zdnet.com/….
- netsh interface ipv6 set global randomizeidentifiers=disabled
- https://knowledge.zomers.eu/misc/Pages/How-to-reset-the-IPv6-DUID-in-Windows.aspxhttps://knowledge.zomers.eu/….
- reg delete HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters /v Dhcpv6DUID
- reboot
- http://www.dickson.me.uk/2012/03/20/ipv6-disabling-isatap-and-6to4-in-windows-7/http://www.dickson.me.uk/….
- netsh int ipv6 isatap set state disabled
- netsh int ipv6 6to4 set state disabled
- netsh interface teredo set state disable
- netsh interface ipv6 show interfaces
- Linux
- IPV6_AUTOCONF=no
- DHCPV6C=yes
- Precisa liberar no firewall para receber UDP porta dhcpv6-client
- Android
- Não suporta
- https://code.google.com/p/android/issues/detail?id=32621https://code.google.com/…./detail?id=32621
- https://issuetracker.google.com/issues/36949085
- http://www.networkworld.com/article/2939436/lan-wan/it-pros-blast-google-over-android-s-refusal-to-play-nice-with-ipv6.htmlhttp://www.networkworld.com/….
- https://www.techrepublic.com/article/androids-lack-of-dhcpv6-support-frustrates-enterprise-network-admins/https://www.techrepublic.com/….
- https://www.nullzero.co.uk/android-does-not-support-dhcpv6-and-google-wont-fix-that/https://www.nullzero.co.uk/….
- Windows XP
- DHCPV6-PD
- Net está entregando ::/64
- Configurando no Mikrotik
- /ipv6 dhcp-server add address-pool=pool-net authoritative=after-2sec-delay interface=bridge-local lease-time=3d name=server1-v6
- /ipv6 dhcp-client add add-default-route=yes interface=ether1-gateway pool-name=pool-net pool-prefix-length=64
- /ipv6 address add address=::/64 advertise=yes eui-64=no interface=bridge-local from-pool=pool-net
- http://forum.mikrotik.com/viewtopic.php?f=2&t=95272http://forum.mikrotik.com/….
- http://forum.mikrotik.com/viewtopic.php?f=2&t=96891http://forum.mikrotik.com/….
Downloads
Nome | Tamanho | Data |
---|---|---|
ipv6_config.bat.txt | 2407 | 2015-10-07 |