This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
//IPv6function select_ipv6_wan_page(idx){switch(parseInt(idx)){case 1:location.href = "adv_ipv6_static.htm";break;case 2:location.href = "adv_ipv6_dhcp.htm";break;case 3:location.href = "adv_ipv6_pppoe.htm";break;case 4:location.href = "adv_ipv6_6in4.htm";break;case 5:location.href = "adv_ipv6_6to4.htm";break;case 6:location.href = "adv_ipv6_stateless.htm";break;case 7:location.href = "adv_ipv6_auto_detect.htm";break; case 0:location.href = "adv_ipv6_link_local.htm";break;}