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))
)
)
Like this:
Like Loading...