More fun & games with ppp setup

John Rochester john at jrochester.org
Tue Jan 1 15:23:56 GMT 2002


CB wrote:

>default:
>    set device /dev/cuaa0
>    set speed 115200
>    set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0
>OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT"
>interactive:
>    set phone 08454550280
>    set authname [usual ISP login uid]
>    set authkey [usual ISP login pw]
>
These are used when your ISP uses PAP or CHAP authentication - yours is 
using UNIX login authentication.   There is
an example of what to do in /usr/share/examples/ppp/ppp.conf.sample, 
under the "pmdemand" section.  Try

interactive:
   set phone 08454550280
   set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: yourlogin word: 
yourpassword"
   set timeout 120
   set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
   add default HISADDR
   enable dns

where you would replace the "yourlogin" and "yourpassword" with the 
appropriate things.

-- 
John Rochester              Senior Java Developer, Merus Software Ltd.
Tel: +44 7870 174690        http://merus.co.uk






More information about the Ukfreebsd mailing list