*BSD News Article 76021


Return to BSD News archive

#! rnews 3993 bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!ns.saard.net!news.camtech.com.au!news.adelaide.on.net!news.ade.connect.com.au!news.mel.connect.com.au!news.mira.net.au!news.vbc.net!samba.rahul.net!rahul.net!a2i!olivea!spool.mu.edu!usenet.eel.ufl.edu!newsfeed.internetmci.com!in3.uu.net!news.PBI.net!usenet
From: chetty@pacbell.net
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: User--PPP ... Help
Date: Tue, 13 Aug 1996 00:00:46 -0700
Organization: Pacific Bell Internet Services
Lines: 109
Message-ID: <3210281D.6BA5@pacbell.net>
Reply-To: chetty@pacbell.net
NNTP-Posting-Host: ppp-206-170-122-142.sndg02.pacbell.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0b5aGold (Win16; I)

Till a couple of weeks ago I was using SPRYNET as my ISP and I was
successfully using user PPP auto-dial to connect and use NETSCAPE.gold.
Then I changed to pacbell.net and I made the necessary changes of
name,password and nameserver entries in the setup files in the directory
/etc. Now the PPP auto dial does not work, but I can use TERM feature to
manually connect and login, and use Netscape.gold.I have given below the
setup files I use
and log from /var/log/ppp.log (debug chat async lcp phase)

If anyone out there tell me  what is wrong I would appriciate it.

Thanks
chetty.


/var/log/ppp.log is as follows when the failure occurs.

08-12 17:00:06 [140] Using interface: tun0
08-12 17:00:06 [140] PPP Started.
08-12 17:01:37 [140] Expecting
08-12 17:01:37 [140] sending: ATE1L1M1Q0
08-12 17:01:37 [140] Expecting OK-AT-OK
08-12 17:01:37 [140] Wait for (5): OK --> OK
08-12 17:01:38 [140] sending: ATDT7811676
08-12 17:01:38 [140] Expecting CONNECT
08-12 17:01:38 [140] Wait for (600): CONNECT --> CONNECT
08-12 17:01:57 [140] Expecting login:-\r-login:
08-12 17:01:57 [140] Wait for (600): login: --> login:
08-12 17:02:11 [140] sending: myname
08-12 17:02:11 [140] Expecting word:
08-12 17:02:11 [140] Wait for (600): word: --> word:
08-12 17:02:11 [140] sending: my-password
08-12 17:02:11 [140] *Connected!
08-12 17:02:11 [140] LCP: state change Initial --> Closed
08-12 17:02:11 [140] LCP: state change Closed --> Stopped
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  20 0d 0a
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  20
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  20 20 20 45 6e 74 65 72 69 6e
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  67 20 50 50 50 20 4d 6f 64 65 2e 0d 0a
20
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  20 20 20 49 50 20 61 64 64 72 65 73 73
20 69 73
08-12 17:02:11 [140]  20 32 30
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  36 2e 31 37 30 2e 31 32 32 2e
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  31 38 35 0d 0a 20 20 20 20 4d 54 55 20
69
08-12 17:02:11 [140] ReadFromModem
08-12 17:02:11 [140]  73 20 31 35 32 34 2e 0d 0a
08-12 17:02:29 [140] PPP Terminated.


/etc/resolv.conf is as follows: 

domain pacbell.net
nameserver 206.13.28.12
nameserver 206.13.30.12


/etc/ppp/ppp.linkup is follows:

############################################################
#############
#
# If we've got 192.244.176.32 as our address, then regard
peer as a gateway
# to 192.244.176.0 network.
#
#192.244.176.32:
# add 192.244.176.0 255.255.255.0 HISADDR
#
# If we are invked with an argument ``iij-demand'', then
# delete existing route entry and add peer as default
gateway.
#
iij-demand:
 delete ALL
 add 0 0 HISADDR
#
# Otherwide, simply add peer as default gateway.
#
MYADDR:
 add 0 0 HISADDR


/etc/ppp/ppp.conf is as follows
#
# Default setup. Executed always when PPP is invoked.
#
default:
 set device /dev/cuaa0
 set speed 57600
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\"
ATE1L1M1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 600 CONNECT"

#
pacbell:
 set phone 7811676
 set login "TIMEOUT 60 login:-\\r-login: name word: password"
 set timeout 600
 set ifaddr 0 0