Análise completa de conectividade IPv6 em tempo real
Analisando sua conexão de rede
| Teste | Status | Latência | Resultado |
|---|---|---|---|
| 🌍 Conectividade IPv4 | Aguardando | - | - |
| 🌐 Conectividade IPv6 | Aguardando | - | - |
| 🔍 DNS AAAA Resolution | Aguardando | - | - |
| ⚡ Dual Stack (Happy Eyeballs) | Aguardando | - | - |
| 🛣️ BGP/ASN IPv6 | Aguardando | - | - |
Setup IPv6 DHCPv6-PD no Mikrotik RouterOS:
/ipv6 address add interface=ether1 address=::1 from-pool=isp-pool advertise=yes /ipv6 dhcp-client add interface=ether1 pool-name=isp-pool add-default-route=yes request=prefix /ipv6 nd set [find] advertise-dns=yes /ipv6 firewall filter add chain=input action=accept protocol=icmpv6 comment="Allow ICMPv6"
OLT Huawei GPON com IPv6:
interface gpon 0/0 service-port 1 vlan 100 gpon 0/0/1 ont 1 gemport 1 multi-service user-vlan 100 ont ipconfig 0 0 1 dhcp ipv6-address dhcp6
UserParameter=ipv6.test,curl -s https://ipv6.icanhazip.com 2>/dev/null | grep -q ':' && echo 1 || echo 0 UserParameter=ipv6.address,curl -s https://ipv6.icanhazip.com 2>/dev/null