diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index b9921dfb4e..01a3459257 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -2129,7 +2129,7 @@ ppp_profile="name_of_service_provider" PPPoA is a popular choice among European DSL providers. - Using PPPoA with the Alcatel Speedtouch USB + Using PPPoA with the Alcatel SpeedTouch USB PPPoA support for this device is supplied as a port in FreeBSD because the firmware is distributed under Using mpd You can use mpd to connect to a variety - of services, in particular pptp services. You can find + of services, in particular PPTP services. You can find mpd in the ports collection, - net/mpd. + net/mpd. Many ADSL modems + require that a PPTP tunnel is created between the modem and + computer, one such modem is the Alcatel SpeedTouch Home. First you must install the port, and then you can configure mpd to suit your requirements and provider @@ -2177,7 +2179,7 @@ adsl: id="co-mpd-ex-pass"> set bundle disable multilink - set link no pap actcomp protocomp + set link no pap acfcomp protocomp set link disable chap set link accept chap set link keep-alive 30 10 @@ -2210,8 +2212,22 @@ adsl: set link type pptp set pptp mode active set pptp enable originate incoming outcall - set pptp self 10.0.0.140 - set pptp peer 10.0.0.138 + set pptp self 10.0.0.1 + set pptp peer 10.0.0.138 + + + + The IP address of your &os; computer which you will be + using mpd from. + + + The IP address of your ADSL modem. For the Alcatel + SpeedTouch Home this address defaults to 10.0.0.138 + + It is possible to initialise the connection easily by issuing the following command as root. @@ -2222,7 +2238,7 @@ adsl: command. &prompt.user; ifconfig ng0 -: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500 +ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500 inet 216.136.204.117 --> 204.152.186.171 netmask 0xffffffff Using mpd is the recommended way to