On Wed, Feb 17, 1999 at 10:16:59 +0200, Catalin BOIE wrote:
> On Tue, 16 Feb 1999, Ivo Simicevic wrote:
>
> >
> > Can someone tell me what this errors / warnings are about??
> > I am getting this stuff when my fixed connection to Internet (leased line)
> > goes down and I try to logon from remote using modem.
> > If named is not running then I don't get this errors/warnings and I can
> > normaly log-on using ppp.
> >
> > Feb 10 22:14:41 ip pppd[21614]: pppd 2.3.5 started by ultra, uid 10000
> > Feb 10 22:14:41 ip pppd[21614]: Using interface ppp5
> > Feb 10 22:14:41 ip pppd[21614]: Connect: ppp5 <--> /dev/ttyS1
> > Feb 10 22:14:58 ip pppd[21600]: write: warning: Input/output error(5)
> > Feb 10 22:14:58 ip pppd[21600]: write: warning: Input/output error(5)
> > Feb 10 22:14:58 ip pppd[21600]: ioctl(PPPIOCSASYNCMAP): Input/output error(5)
> > Feb 10 22:14:58 ip pppd[21600]: Exit.
> >
> >
> I got this problems, too.
> The problem is that pppd look in pap-secret and find an *. It trys to
> lookup "*" but the link will go down after x LCP-Configure packets.
> pppd trys to continue with negotiation of the asyncmap, but the physical
> link is down. That is the problem.
> I solved the problem by modifing the source of ppp.
>
> Somebody nows a better way to avoid the lookup of "*"?
> It's ok to delete it in pap-secrets?
Thanks for the information. After reading ppp manuals I found simple
solution for this problem, you should add IP addresses for PAP
authentication in your pap-secrets:
======================/etc/ppp/pap-secrets===========================
# INBOUND connections
* hostname "" 192.168.200.0/24
======================/etc/ppp/pap-secrets===========================
Regards,
--
Alen Zekulic <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]