云南移动魔百盒ipoe账号密码分享
本帖最后由 zhy_ 于 2023-2-2 13:42 编辑连接方式:ipoe
用户名:魔百盒mac地址,形式如00:00:00:00:00:00
密码(去掉空格):yncmcc138@it v
其他设备能否使用尚不明确。连接方法如下。
ipv4
EthernetManager.setEthernetEnabled(false);
EthernetManager.enableIpv6(false);
EthernetManager.enableInterfaceINET6(false);
EthernetManager.setDhcpOption60(true, user, pass);
EthernetManager.setDhcpOption125(false, (String) null);
EthernetManager.setEthernetMode("dhcp", (DhcpInfo) null);
EthernetManager.setEthernetMode6("none");
EthernetManager.setEthernetEnabled(true);
ipv6
EthernetManager.setEthernetEnabled(false);
EthernetManager.enableIpv6(false);
EthernetManager.enableInterfaceINET6(true);
EthernetManager.setDhcpOption60(true, user, pass);
EthernetManager.setDhcpOption125(false, (String) null);
EthernetManager.setEthernetMode6("dhcp");
EthernetManager.setEthernetMode("none", (DhcpInfo) null);
EthernetManager.enableIpv6(true);
ipv4&ipv6
EthernetManager.setEthernetEnabled(false);
EthernetManager.enableIpv6(false);
EthernetManager.enableInterfaceINET6(true);
EthernetManager.setDhcpOption60(true, user, pass);
EthernetManager.setDhcpOption125(false, (String) null);
EthernetManager.setEthernetMode("dhcp", (DhcpInfo) null);
EthernetManager.setEthernetMode6("dhcp");
EthernetManager.setEthernetEnabled(true);
EthernetManager.enableIpv6(true);
本帖最后由 zhy_ 于 2023-2-16 22:36 编辑
广东移动的账号密码:用户名:魔百盒mac地址加上"@iptv",形式如00:00:00:00:00:00@iptv
密码:GdMCC68@OTV
最关键的就是EthernetManager.setDhcpOption60(true, 账号, 密码);不知道其他设备能不能用 密码正确,亲测有效。全云南都是这个密码。 先把机器刷成砖,再把砖刷成机器。我都佩服我在znds学到的刷机技术! 用这个方法我把广东的魔百盒连上了云南的IPTV! 有教程吗,如何使用 Hi,你好!想问一下,如何使用,有教程吗,谢谢!!! 厉害
页:
[1]