[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Problem connect to my ISP
- From: mc100314 macau ctm net (Michael Chan)
- To: redhat-install-list redhat com
- Subject: Problem connect to my ISP
- Date: Wed, 03 Feb 1999 02:06:35 +0800
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]