View | Details | Raw Unified | Return to bug 50879
Collapse All | Expand All

(-)chapter.sgml (-7 / +23 lines)
Lines 2129-2135 Link Here
2129
      PPPoA is a popular choice among European DSL providers.</para>
2129
      PPPoA is a popular choice among European DSL providers.</para>
2130
2130
2131
    <sect2>
2131
    <sect2>
2132
      <title>Using PPPoA with the Alcatel Speedtouch USB</title>
2132
      <title>Using PPPoA with the Alcatel SpeedTouch USB</title>
2133
2133
2134
      <para>PPPoA support for this device is supplied as a port in FreeBSD
2134
      <para>PPPoA support for this device is supplied as a port in FreeBSD
2135
	because the firmware is distributed under <ulink
2135
	because the firmware is distributed under <ulink
Lines 2147-2155 Link Here
2147
      <title>Using mpd</title>
2147
      <title>Using mpd</title>
2148
2148
2149
      <para>You can use <application>mpd</application> to connect to a variety
2149
      <para>You can use <application>mpd</application> to connect to a variety
2150
        of services, in particular pptp services. You can find
2150
        of services, in particular PPTP services. You can find
2151
        <application>mpd</application> in the ports collection,
2151
        <application>mpd</application> in the ports collection,
2152
        <filename role="package">net/mpd</filename>.</para>
2152
        <filename role="package">net/mpd</filename>. Many ADSL modems
2153
        require that a PPTP tunnel is created between the modem and
2154
        computer, one such modem is the Alcatel SpeedTouch Home.</para>
2153
2155
2154
      <para>First you must install the port, and then you can configure
2156
      <para>First you must install the port, and then you can configure
2155
        <application>mpd</application> to suit your requirements and provider
2157
        <application>mpd</application> to suit your requirements and provider
Lines 2177-2183 Link Here
2177
    id="co-mpd-ex-pass">
2179
    id="co-mpd-ex-pass">
2178
    set bundle disable multilink
2180
    set bundle disable multilink
2179
    
2181
    
2180
    set link no pap actcomp protocomp
2182
    set link no pap acfcomp protocomp
2181
    set link disable chap
2183
    set link disable chap
2182
    set link accept chap
2184
    set link accept chap
2183
    set link keep-alive 30 10
2185
    set link keep-alive 30 10
Lines 2210-2218 Link Here
2210
    set link type pptp
2212
    set link type pptp
2211
    set pptp mode active
2213
    set pptp mode active
2212
    set pptp enable originate incoming outcall
2214
    set pptp enable originate incoming outcall
2213
    set pptp self 10.0.0.140
2215
    set pptp self <replaceable>10.0.0.1</replaceable> <co
2214
    set pptp peer 10.0.0.138</programlisting>
2216
    id="co-mpd-ex-self">
2217
    set pptp peer <replaceable>10.0.0.138</replaceable> <co
2218
    id="co-mpd-ex-peer"></programlisting>
2215
2219
2220
    <calloutlist>
2221
      <callout arearefs="co-mpd-ex-self">
2222
        <para>The IP address of your &os; computer which you will be
2223
          using <application>mpd</application> from.
2224
      </callout>
2225
      <callout arearefs="co-mpd-ex-peer">
2226
        <para>The IP address of your ADSL modem. For the Alcatel
2227
          SpeedTouch Home this address defaults to <hostid
2228
          role="ipaddr">10.0.0.138</hostid></para>
2229
      </callout>
2230
    </calloutlist>
2231
2216
    <para>It is possible to initialise the connection easily by issuing the
2232
    <para>It is possible to initialise the connection easily by issuing the
2217
      following command as <username>root</username>.</para>
2233
      following command as <username>root</username>.</para>
2218
2234
Lines 2222-2228 Link Here
2222
      command.</para>
2238
      command.</para>
2223
2239
2224
    <screen>&prompt.user; <userinput>ifconfig <replaceable>ng0</replaceable></userinput>
2240
    <screen>&prompt.user; <userinput>ifconfig <replaceable>ng0</replaceable></userinput>
2225
: flags=88d1&lt;UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST&gt; mtu 1500
2241
ng0: flags=88d1&lt;UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST&gt; mtu 1500
2226
     inet 216.136.204.117 --> 204.152.186.171 netmask 0xffffffff</screen>
2242
     inet 216.136.204.117 --> 204.152.186.171 netmask 0xffffffff</screen>
2227
    
2243
    
2228
    <para>Using <application>mpd</application> is the recommended way to
2244
    <para>Using <application>mpd</application> is the recommended way to

Return to bug 50879