I wrote a small script that makes pap authentication and sets the IP address. It uses radiusclient and works at least with XT-Radius (schould work with any radius server) You should be able to download it from: ftp://ftp.linux.lu/pub/people/thierry/papradius-1.0.0.tgz It's not much and not documented yet. You need radiusclient libraries. You decompress the file in the source directory of pppd and compile/install it: cd ppp-2.3.11/pppd tar xzvf papradius-1.0.0.tgz cd plugins make make install In your /etc/ppp/options you add: plugin /usr/local/lib/papradius.so I'm working on the chapradius module but this one is more tricky as I had to add a hook myself. -- Thierry Coutelier http://www.prophecy.lu http://www.linux.lu - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
