| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 434.1 |  | LANDO::EIBEN |  | Tue Dec 19 1995 17:19 | 21 | 
| 434.2 | It is possible - I'm using it. | RDGENG::RUSLING | Dave Rusling REO2 G/E9 830-4380 | Tue Dec 19 1995 20:35 | 22 | 
| 434.3 |  | EDSCLU::BLATT |  | Thu Dec 21 1995 21:26 | 7 | 
| 434.4 | lucky ppp/linux surfer | LASSIE::DOUB |  | Fri Dec 22 1995 15:18 | 57 | 
| 434.5 | RE. .4 | RECV::HERRLICH |  | Fri Dec 22 1995 15:50 | 9 | 
| 434.6 |  | CBHVAX::CBH | Lager Lout | Fri Dec 22 1995 19:17 | 6 | 
| 434.7 |  | LANDO::EIBEN |  | Wed Dec 27 1995 18:14 | 11 | 
| 434.8 |  | MPGS::REITH | Jim (MPGS::) Reith - DTN 237-3045 SHR3-1/U32 | Tue Jan 09 1996 17:51 | 10 | 
| 434.9 | I'm having a wee problem too | RDGENG::RUSLING | Dave Rusling REO2 G/E9 830-4380 | Tue Jan 09 1996 19:42 | 15 | 
| 434.10 |  | EDSCLU::BLATT |  | Thu Jan 18 1996 17:03 | 29 | 
| 434.11 |  | LANDO::EIBEN |  | Fri Jan 19 1996 16:20 | 7 | 
| 434.12 |  | EDSCLU::BLATT |  | Mon Jan 22 1996 16:13 | 7 | 
| 434.13 | PPP to another PPP INet connected system? | SUBSYS::MSOUCY |  | Wed Jun 12 1996 19:22 | 17 | 
| 434.14 | pppd thru X-windows | OTOOA::BOUGHNER | DAVID BOUGHNER | Fri Feb 07 1997 23:42 | 24 | 
|  |     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.15 | Maybe a little help... | NEWVAX::PAVLICEK | http://www.boardwatch.com/borgtee2.jpg | Sat Feb 08 1997 01:23 | 31 | 
|  |     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.16 | connect script error | OTOOA::BOUGHNER | DAVID BOUGHNER | Mon Feb 10 1997 23:15 | 24 | 
|  |     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.17 | Try this | NEWVAX::PAVLICEK | Linux: the Truly Open O/S | Tue Feb 11 1997 05:16 | 25 | 
|  |     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.18 | still trying | OTOOA::BOUGHNER | DAVID BOUGHNER | Thu Feb 13 1997 15:28 | 16 | 
|  |     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.19 | Try this | NEWVAX::PAVLICEK | Stop rebooting! Use Linux | Thu Feb 13 1997 16:11 | 14 | 
|  |     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
 |