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 bc636d61a2..71ed507a53 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 @@ -989,25 +989,13 @@ set nbns 203.14.100.5 linkend="userppp-dynamicIP">PPP and Dynamic IP addresses sections, the following alterations must be made: - 7 set login -… -12 set authname MyUserName -13 set authkey MyPassword + 13 set authname MyUserName +14 set authkey MyPassword +15 set login - Line 7: - - - Your ISP will not normally require that you log into - the server if you are using PAP or CHAP. You must - therefore disable your set login - string. - - - - - Line 12: + Line 13: This line specifies your PAP/CHAP user name. You @@ -1017,7 +1005,7 @@ set nbns 203.14.100.5 - Line 13: + Line 14: password This line specifies your PAP/CHAP password. You @@ -1025,16 +1013,27 @@ set nbns 203.14.100.5 MyPassword. You may want to add an additional line, such as: - 15 accept PAP + 16 accept PAP or - 15 accept CHAP + 16 accept CHAP to make it obvious that this is the intention, but PAP and CHAP are both accepted by default. + + + Line 15: + + + Your ISP will not normally require that you log into + the server if you are using PAP or CHAP. You must + therefore disable your set login + string. + +