Re: net-acct and a ppp dial-in server

1997-05-19 Thread Craig Sanders
On Mon, 19 May 1997, John Foster wrote: > I tried this script from mgetty instaed of just the call > to pppd: > > #!/bin/bash > /usr/sbin/pppd auth -chap +pap login defaultroute proxyarp > whereisuser=`w | grep $1 | tr -s ' ' | cut -d ' ' -f 2 ` > addressuser=`grep $whereisuser /etc/hosts | expa

Re: net-acct and a ppp dial-in server

1997-05-19 Thread Adam Shand
>I've been trying to get nacctd to work with a dial-in server. > >To get traffic figures per user I need to create lookup files in >/var/run, each one is named with the remote IP and contains the >username of whoever is using that address. Unless the code has been patched I wouldn't bother with th