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

PPP problems still



Hello,
    I am probably getting on peoples nerves, but I still dont have my
ppp working on my linux box.  I have followed the howto's and have tried
what advice has been given me.  None of this has worked so far. :(
So I am still hoping that someone can shed some light on what I am doing
wrong.  I am enclosing the files that are needed to determine what is
going on inside my system.  It is a micron 166, 32M RAM, Supra 288i
internal PnP modem, the rest is fairly irrelevant.  I would also like to
know if anyone knows how to compress an Iomega Zip-Disk in linux, as I
would like to utilize my zip's for backing up files.  At this point, any
help at all is appreciated.  I also have a line in my options file, that
calls to a file named ppp-connect in /etc/ppp  however, I do not have
this file.  Could this be my main problem at this point?  I have
configured my kernel, hopefully correctly.  When I enter pon, or pppd,
nothing happens, my modem is not even initialized.  If I cannot get this
working, then I will be stuck searching for another OS, but would really
like to use linux, since I like the options it makes available.  Thanks
for your patience and any help that can be offered.
Feb 10 21:07:54 charles kernel: PPP: version 2.2.0 (dynamic channel allocation) 
Feb 10 21:07:54 charles kernel: PPP Dynamic channel allocation code copyright 1995 Caldera, Inc. 
Feb 10 21:07:54 charles kernel: PPP line discipline registered. 
Feb 10 21:07:54 charles kernel: SLIP: version 0.8.4-NET3.019-NEWTTY-MODULAR (dynamic channels, max=256). 
Feb 10 21:07:54 charles kernel: SLIP linefill/keepalive option. 
Feb 10 21:07:54 charles kernel: Serial driver version 4.13 with no serial options enabled 
Feb 10 21:07:54 charles kernel: tty00 at 0x03f8 (irq = 4) is a 16550A 
Feb 10 21:07:56 charles kernel: registered device ppp0 
# /etc/ppp/options
debug
/dev/ttyS3
38400
modem
crtscts
lock
connect /etc/ppp/ppp-connect
asyncmap 0
defaultroute
# If you need to set up multiple serial lines then copy 
# this file to
# options.<ttyname>	for each tty with a modem on it.
#
# The options.tty file will assign an IP address to each PPP connection
# as it comes up. They must all be distinct!
#
# Example:
# options.ttyS1		for com2 under DOS.
#
# Edit the following line so that the first IP address
# mentioned is the ip address of the serial port while the second
# is the IP address of your host
#
# I usually use the convention os + dash + last 2 character of
# the ttyname to refer to serial ports.
# For example servername_s1 for ttyS1 on server "servername"

207.50.128.2:207.50.128.3

ABORT        BUSY
ABORT        "NO CARRIER"
ABORT        VOICE
ABORT	     "NO DIALTONE"
""           ATZ
OK           ATDT3731501
CONNECT      \d\c
# This is a pap-secrets file to be used with the AUTO_PPP function of mgetty
# mgetty-0.99 is preconfigured to startup pppd with the login option which
# will cause pppd to consult /etc/passwd after a user has passed this file
# Dont be disturbed therfore by the fact that this file defines logins with
# any password for users. /etc/passwd will catch passwd mismatches.
#
# This file should block ALL users that should not be able to do AUTO_PPP!
# AUTO_PPP bypasses the usual login program so its necessary to list all
# system userids with regular passwords here!
#
# ATTENTION: The definitions here can allow users to login without a
# password if you dont use the login option of pppd!
# The /etc/ppp/options file installed has the login option enabled

# INBOUND connections

# Every regular user can use PPP and has to use passwords from /etc/passwd
*	os	""

# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
# other accounts that should not be able to use pppd!
guest	os	"*"	-
master	os	"*"	-
root	os	"*"	-
support	os	"*"	-
stats	os	"*"	-

# OUTBOUND connections
# 3731501

# Here you should add your userid password to connect to your providers via
# pap. The * means that the password is to be used for ANY host you connect
# to. Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
# If you have different providers with different passwords then you better
# remove the following line.

myusername	*  mypass
Feb 10 21:07:56 charles pppd[100]: pppd 2.2.0 started by root, uid 0
Feb 10 21:07:56 charles pppd[100]: tcgetattr: I/O error
Feb 10 21:07:56 charles pppd[100]: Exit.
Feb 10 21:08:35 charles pppd[116]: pppd 2.2.0 started by root, uid 0
Feb 10 21:08:35 charles pppd[116]: tcgetattr: I/O error
Feb 10 21:08:35 charles pppd[116]: Exit.
defaultroute /dev/ttyS3 38400 persist noipdefault debug
#/etc/ppp/ppp-chat
ABORT "busy"
"" AT&F\r
OK AT&D2&C1\r
OK ATDT3731501\r
ogin myusername\r
sword mypass\r

Reply to: