Richard Hebert wrote:
>
> On Wed, 26 Sep 2001 16:03:36 +0200
> "Thomas V. Fischer" <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >
> > Since upgrading to RH7.1, I can no longer connect to my
> > service provider. It is not a problem with the modem since
> > I can connect with a windows2k os also installed on the machine.
> >
> > I turned debugging on pppd and during the CHAP authentication,
> > it complains that it can not do the authentication as the
> > challenge is rejected.
> >
> > I have quadrapule checked by account information.
> >
> > Anyone have any ideas?
>
> Dear Thomas.
> I confess this problem has plagued me too.
> Certain ISP's are really Linux friendly.
> Access ATC is one of them.I just had the same problem.
> A win box would connect to it but not ppp in Linux.
> It went a bit like this ( pardon me it's been 2 months so
> i may have forgotten the exact wording )
> Id open the dialup configuration and set everything right.Id
> go to debug then the fun began
> " looks like a login prompt ...sending username
> " looks like a password prompt
> " sending password
> " dont know what to do ! starting ppp and hoping for the best
> " login failed ...... then it disconnected and tried again.
> Hopefully you're not in this case and one of distinguished
> colleagues will have comforting news and will enlighten us
> with the good word on how to solve this
> is possible.
Try the basic thing
$ su
password:
# cp /usr/share/doc/ppp-2.4.1/scripts/ppp-on-dialer /etc/ppp
# cp /usr/share/doc/ppp-2.4.1/scripts/ppp-on /etc/ppp
# cat chap-secrets
segg * myISPpassword
where segg is result of
# hostname -f
# cd /etc/ppp
# vim ppp-on
TELEPHONE=7777830
ACCOUNT=segg
PASSWORD=myISPpassword
$ echo $PATH
Those it have /usr/sbin:/sbin
$ cat > options << EOF
lock
crtscts
modem
defaultroute
#record /tmp/tata.log
debug
kdebug 1
noipdefault
asyncmap 0
noauth
netmask 255.255.255.255
EOF
# grep daemon syslog.conf
daemon.* /var/log/ppp
$ /etc/ppp/ppp-on
if it fails increase debug level
try
# wdialconf
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list