[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Problem connect to my ISP




Hi Michael,

The error is "unsupport protocol".  Find out which authentication your
dail-up server uses.  Most servers use PAP authentication.  Another
type is CHAP.  Read the ppp-Howto.  Another way is to use 'minicom' to
manually dial the server and see what the server will
output.  Good luck.

Luan


---Michael Chan <mc100314 macau ctm net> wrote:
>
> 
> Hi,
> 
> I am setting up my ppp to connect to my ISP. However it failed and I
got
> this error message in /var/log/messages:
> 
> Feb  3 01:42:11 localhost pppd[282]: Serial connection established.
> Feb  3 01:42:12 localhost kernel: PPP: version 2.2.0 (dynamic channel
> allocation)
> Feb  3 01:42:12 localhost kernel: PPP Dynamic channel allocation code
> copyright 1995 Caldera, Inc.
> Feb  3 01:42:12 localhost kernel: PPP line discipline registered.
> Feb  3 01:42:12 localhost kernel: registered device ppp0
> Feb  3 01:42:12 localhost pppd[282]: Using interface ppp0
> Feb  3 01:42:12 localhost pppd[282]: Connect: ppp0 <--> /dev/modem
> Feb  3 01:42:16 localhost pppd[282]: Unsupported protocol (0x8029)
> received
> Feb  3 01:42:17 localhost pppd[282]: Could not determine remote IP
address
> Feb  3 01:42:17 localhost pppd[282]: Connection terminated.
> Feb  3 01:42:18 localhost pppd[282]: Hangup (SIGHUP)
> Feb  3 01:42:18 localhost pppd[282]: Exit.
> Feb  3 01:44:12 localhost kernel: PPP: ppp line discipline
successfully
> unregistered
> 
> Here is the script of my ppp-on:
> 
> (snip...)
> LOCAL_IP=0.0.0.0	# Local IP address if known. Dynamic = 0.0.0.0
> REMOTE_IP=0.0.0.0	# Remote IP address if desired. Normally 0.0.0.0
> NETMASK=255.255.255.0	# The proper netmask if needed
> 
> export TELEPHONE ACCOUNT PASSWORD
> 
> DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
> 
> exec /usr/sbin/pppd debug lock modem crtscts /dev/modem 115200 \
> 	asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
> 	noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
>
---------------------------------------------------------------------------------------------------
> 
> I'm appreciated if any body can help me solve this problem out.
> 
> 
>  Michael
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST
ARCHIVES!
> 		http://www.redhat.com http://archive.redhat.com
>          To unsubscribe: mail redhat-install-list-request redhat com
with 
>                        "unsubscribe" as the Subject.
> 
> 

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]