[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no auth possible: 'getlogname (AUTO_PPP, read:'
From: |
Ekkard Gerlach |
Subject: |
Re: no auth possible: 'getlogname (AUTO_PPP, read:' |
Date: |
Thu, 23 Oct 2003 02:21:21 +0200 |
User-agent: |
Mutt/1.4i |
* Ekkard Gerlach schrieb:
> I tried like you described. I works! But only if I
> suppose IP-Adresses in peers-file on client side:
>
> /etc/ppp/peers/demon-gnokii:
> [...]
> name ama
> noauth
> mtu 296
> debug
> 192.168.10.22:192.168.10.51
>
> with on server side:
>
> /etc/ppp/chap-secrets
> "ama" "rex2" "handy" *
>
> Commenting out 192.168. .... in /etc/ppp/peers/demon-gnokii
> and replacing * in /etc/ppp/chap-secrets with:
> "ama" "rex2" "handy" 192.168.10.22:192.168.10.51
I found the solution on my own this night: in chap-/pap-
secrets aren't any longer IP-pairs allowed (why?)!!
The IP's are a blanc separated list of allowed IP's:
"ama" "rex2" "handy" 192.168.10.22 teddy-laptop 192.168.10.23
The choice of IP's determined to a calling client
have to be inserted in login.config, e.g.:
/AutoPPP/ - a_ppp /usr/sbin/pppd auth 192.168.0.51:192.168.0.22
This works. I ask me why pairs of IP's aren't any longer allowed
in chap-secrets. (Or never been allowed before? A fault of mine?)
Ekkard