Sbloccare Alice Gate 2 Plus Voip Wifi Phone
Hindi bangla serial star jalsha. Alice - AH4021 v2 (Alice French Firmware) alice: alice: Alice - Gate 2 Plus (Telecom Italia Firmware) Alice - Gate Voip 2 Plus Wi-Fi (Alice Italian Firmware) Alice - Gate W2+ (Telecom Italia Firmware) Alice - IAD WLAN 3231 (Alice German Firmware) Alice - IAD WLAN 4421 (Alice German Firmware) Alice - WLAN 1121 (Alice German Firmware) admin.
Following the suggestions from http://www.p2warticles.com/2012/04/menu-avanzato-telnet-alice-wifi-voip-2-plus/ I unlocked my Pirelli Broadband Solutions / Telecom Italia Alice Gate VoIP router agpf_4.5.2 with the following steps
1) downloading the backdoor tool (for linux and windows)
2) generating the payload using the mach address of my router
matteo@debian:~/backdoor_agpf_4.5.2$ ./backdoor 18:12:2S:E1:A1:B1
Realtek audio driver windows 10 64 bit dell. 3) sending the payload to my router with the linux command (p=XXX where XXX is the payload previously generated)
mz -v eth0 -d 0 -t ip “proto=255,p=3a:b8:69:57:b6:6c:2a:a1”
After these few steps I was able to login via telnet to my router with the account admin/riattizzati and going on…
Follow this guide to install 4.4.2:
http://www.ilpuntotecnicoeadsl.com/forum/index.php/topic,10572.0.html
+ this guide:
http://inglele.blogspot.com/2009/02/dd-wrt-on-alice-gate-voip-2-plus-wi-fi.html
Enable VOIP
Enable VOIP line
Discus> conf set /voip/line/0/enabled 1
Discus> conf set /voip/line/1/enabled 1
Discus> conf reconf 1
Add PPPOE Connection
usage: pppoe add dev [vpi vci encap {LLCVCMux}]
type:
connection pppoe add aliceadsl aliceadsl WANETHoA
Then save new discuss.conf and lookfor “ppp2” select from ( … to … ) and overwrite with this one to enable auto connection to web:
(ppp2
(enabled(1))
(logical_network(1))
(type(pppoe))
(has_ip(1))
(is_sync(0))
(is_dns_neg(1))
(mtu_mode(1))
(default_route(0))
(route_level(1))
(rip
(enabled(0))
)
(mcast
(igmp_proxy_default(1))
(version(3))
)
(is_trusted(0))
(dyn
(override_netmask(0.0.0.0))
(use_override_netmask(0))
)
(static
(ip(0.0.0.0))
(netmask(0.0.0.0))
(gateway(0.0.0.0))
)
(ppp
(auth
(pap(1))
(chap(1))
(ms_chap_v1(1))
(ms_chap_v2(1))
)
(reconnect_time(30))
(compression
(bsdcomp(1))
(deflate(1))
)
)
(max_idle(600))
(is_clamp_mtu(1))
(is_on_demand(0))
(depend_on_name(ethoa0))
(ppp_lcp_echo(120))
(ppp_lcp_echo_retry(4))
(id(12))
(description(Alice ADSL))
(connection_type(IP_Routed))
(nat_enable(1))
(nat_service(Generic))
(username(aliceadsl))
(password(&b7;`X&b3;&99;&0b;S&de;&c1;))
(dns_override(1))
(name_server
(0(151.99.125.1))
(1(151.99.0.100))
)
(connection_trigger(X_TELECOMITALIA_IT_Conditional))
(nat_pers_time(300))
(alias)
(dhcps(lease))
(cwmp_id())
(service_name())
(metric(1))
(is_unnumbered(0))
(ppp_open_session
(ppp_session_id(9482))
(ppp_server_addr(00:19:55:4c:7d:4a))
)
)