[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference nlfdc::linux-users

Title:Linux, the Free Operating System
Notice:New here? Sign in on topic 2
Moderator:EST::DEEGAN
Created:Fri Feb 11 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:609
Total number of notes:2862

434.0. "(yet another novice w/) ppp trouble" by EDSCLU::BLATT () Tue Dec 19 1995 15:13

T.RTitleUserPersonal
Name
DateLines
434.1LANDO::EIBENTue Dec 19 1995 17:1921
434.2It is possible - I'm using it.RDGENG::RUSLINGDave Rusling REO2 G/E9 830-4380Tue Dec 19 1995 20:3522
434.3EDSCLU::BLATTThu Dec 21 1995 21:267
434.4lucky ppp/linux surferLASSIE::DOUBFri Dec 22 1995 15:1857
434.5RE. .4RECV::HERRLICHFri Dec 22 1995 15:509
434.6CBHVAX::CBHLager LoutFri Dec 22 1995 19:176
434.7LANDO::EIBENWed Dec 27 1995 18:1411
434.8MPGS::REITHJim (MPGS::) Reith - DTN 237-3045 SHR3-1/U32Tue Jan 09 1996 17:5110
434.9I'm having a wee problem tooRDGENG::RUSLINGDave Rusling REO2 G/E9 830-4380Tue Jan 09 1996 19:4215
434.10EDSCLU::BLATTThu Jan 18 1996 17:0329
434.11LANDO::EIBENFri Jan 19 1996 16:207
434.12EDSCLU::BLATTMon Jan 22 1996 16:137
434.13PPP to another PPP INet connected system?SUBSYS::MSOUCYWed Jun 12 1996 20:2217
434.14pppd thru X-windowsOTOOA::BOUGHNERDAVID BOUGHNERFri Feb 07 1997 23:4224
    pppd and x-windows/network configuration ?
    
    I'm running Red Hat Linux 4.0
    
    As a new linux user, I like x-windows. I would like to use the network
    configurator under X. Would like to setup ppp0 for eras connection to
    DEC and ppp1 to my local provider. I have not had ppp working yet at
    all. I'm I jumping in to far with X ? Should I get it working first
    with pppd and chat ?
    
    I have tried several offering from the LDP and other users with no luck
    yet. Best I can get is a LCP timeout reading config request.
    
    If I try ppp thru X just get an error connect script failed. I have 
    /etc/ppp/options set, but with no connect line(not sure what to put
    here). I know I have left out lots of info for anyone to try and help,
    but some sugestions would be greatly appreciated, and I will get
    details as required. I like the idea of Linux, but it sure is hard for
    a newbie to get moving.
    
    If any one has the time and patients to give me a call that would be 
    great too.
    
    Dave 621-4575
434.15Maybe a little help...NEWVAX::PAVLICEKhttp://www.boardwatch.com/borgtee2.jpgSat Feb 08 1997 01:2331
    re: .14
    
    I'm not really an expert in the ppp end of things, but after fiddling
    for quite a while, I managed to get the following to connect to our
    Digital terminal servers using pppd and chat under Red Hat 3.0.3:
    
    ######### /usr/local/bin/cppp
    pppd /dev/cua1 38400 connect \
       "chat -f /usr/local/bin/chatit < /dev/modem > /dev/modem" \
       debug crtscts modem defaultroute \
       netmask 255.255.255.0
    
    ######### /usr/local/bin/chatit
            TIMEOUT 5
            "" "ATZ"
            "OK" "AT&c1&k3"
            ABORT BUSY ABORT "NO CARRIER" ABORT ERROR ABORT "NO DIALTONE"
            "OK" "ATDT8509155" TIMEOUT 75 "CONNECT" "\c"
            TIMEOUT 4
            "#--#--#--#-\k\d-#--#-\k\d-#--#" "" "#" "latpasswordhere"
            "sername" "R" "ocal" "C PPP"
    
    Just typing "cppp" dials the phone and connects me via PPP to the
    office.
    
    It may not be exactly what you're looking for, but maybe it will get
    you started.  FWIW, getting this to work was one of the more time-
    consuming tasks I've had since I've switched to Linux.  But, even then,
    it wasn't that bad...
    
    -- Russ
434.16connect script errorOTOOA::BOUGHNERDAVID BOUGHNERMon Feb 10 1997 23:1524
    Ok, here comes my Linux ignorance !
    
    I tried the example listed in .15
    
    I keep getting "error in connect script"
    
    So I tried running chatit to see what would happen.
    
    Almost every line I get an error.
    
    First line says something like /usr/local/bin/chatit is a directory
    next line OK is not a recognized command
    every line in the chat script has an error of some sort.
    
    So, did I do something wrong when I created this file.
    
    I used Emac from X. Type in as per the example then saved the buffer 
    as /usr/local/bin/chatit. Should I do something to tell linux the
    difference between a file & a directory ?
    
    I now realize all my other attemps have given me a connect script
    error. 
    
    Dave
434.17Try thisNEWVAX::PAVLICEKLinux: the Truly Open O/STue Feb 11 1997 05:1625
    re: .15
    
    What do you mean when you say:
    >I tried running chatit to see what would happen.
    
    Did you type:
    	chat -f /usr/local/bin/chatit < /dev/modem > /dev/modem
    
    'chatit' is a command sequence that is used by 'chat'.  It should only be
    executed in the command line above.
    
    Two experiments:
    
    1.  Does the command:
    
    		cat /usr/local/bin/chatit
    
        return a copy of the commands shown in .15, or does it say
    	"/usr/local/bin/chatit:  Is a directory"?
    
    2.  What does this look like:
    
    		ls -alF /dev/modem
    
    -- Russ
434.18still trying OTOOA::BOUGHNERDAVID BOUGHNERThu Feb 13 1997 15:2816
    cat/usr/local/bin/chait
    
    does show the commands in .15 starting at 
    TIMEOUT 5
    
    ls -alF /dev/modem shows
    
    lrwxrwxrwx root uucp date & time /dev/modem/cua1
    
    I tried a manual process as suggested in some of the doc's.
    
    I kept getting a LCP time out sending config requests.
    
    
    Dave
    
434.19Try thisNEWVAX::PAVLICEKStop rebooting! Use LinuxThu Feb 13 1997 16:1114
    re: .18
    
    Does it really show the modem as:
    
    	/dev/modem/cua1
    
    ?  My box shows it as:
    
    	/dev/modem -> /dev/cua1
    
    Or, an entry pointing to the device "/dev/cua1".  Try replacing each
    "/dev/modem" in the script with "/dev/cua1" and rerun the script.
    
    -- Russ