Still having problems with PPP

Still having problems with PPP

Post by david.. » Mon, 14 Jul 1997 04:00:00



--------------1A5EC5D26E8A068F31B1E8A8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

    This PPP thing is really starting to frustrate me, so here I am to
ask for help again.  I'll cut to the chase to save you future optical
bills.  This is what I have done

1.  'mkdir/etc/ppp'
2. I downloaded the kernel source for linux 2.0.10 and ppp-2.2.0f
3. 'cd/usr/src' - 'tar zxvpf linux-2.0.10.tar.gz' - 'tar zxvpf
ppp-2.2.0f.tar.gz'
4. 'cd ppp - 2.2.0f' - './configure'
5. 'make kernel'
6. 'cd/usr/src/linux' - 'make config'
7. 'make clean' - 'make dep' - 'make zImage'
8. 'cd/usr/src/ppp-2.2.0f' - 'make'
9. 'make install'

When I did that everything worked well without an error.  These are what
my configuration files look like.

/etc/resolv.conf

domain cris.com
nameserver 190.3.12.2
nameserver 204.71.8.21

/etc/rc.d/rc.inet1

HOSTNAME='cat /etc/HOSTNAME'
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0

/etc/ppp/options

connect 'chat -v -f -/dial'
/dev/cua1
57600
defaultroute
noipdefault
debug
crtscts
lock
modem

/root/dial

TIMEOUT 3
ABORT'\nBUSY\r'
ABORT'\nNO ANSWER\r'
ABORT'\nRINGING\r\n\rRINGING\r'
ABORT'\nNO CARRIER\r'
ABORT'\nNO DIALTONE\r'
ABORT'\n*Access denied\r'
" AT
'OK-+++\c-OK' 300-30F
OK atdt8687671
TIMEOUT 50

TIMEOUT 2
word: "password"

    The problem I am having now is that  when I activate the dial or
options file in there respective directory, it says 'command not found'
for all the options in my /root/dial file.  I have no idea why this is
not working correctly.  I would appreciate anyones help on this.

Thanx

--------------1A5EC5D26E8A068F31B1E8A8
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>
<FONT SIZE=-1>Hi all,</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>&nbsp;&nbsp;&nbsp; This PPP thing is really starting to
frustrate me, so here I am to ask for help again.&nbsp; I'll cut to the
chase to save you future optical bills.&nbsp; This is what I have done</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>1.&nbsp; 'mkdir/etc/ppp'</FONT>
<BR><FONT SIZE=-1>2. I downloaded the kernel source for linux 2.0.10 and
ppp-2.2.0f</FONT>
<BR><FONT SIZE=-1>3. 'cd/usr/src' - 'tar zxvpf linux-2.0.10.tar.gz' - 'tar
zxvpf ppp-2.2.0f.tar.gz'</FONT>
<BR><FONT SIZE=-1>4. 'cd ppp - 2.2.0f' - './configure'</FONT>
<BR><FONT SIZE=-1>5. 'make kernel'</FONT>
<BR><FONT SIZE=-1>6. 'cd/usr/src/linux' - 'make config'</FONT>
<BR><FONT SIZE=-1>7. 'make clean' - 'make dep' - 'make zImage'</FONT>
<BR><FONT SIZE=-1>8. 'cd/usr/src/ppp-2.2.0f' - 'make'</FONT>
<BR><FONT SIZE=-1>9. 'make install'</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>When I did that everything worked well without an error.&nbsp;
These are what my configuration files look like.</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>/etc/resolv.conf</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>domain cris.com</FONT>
<BR><FONT SIZE=-1>nameserver 190.3.12.2</FONT>
<BR><FONT SIZE=-1>nameserver 204.71.8.21</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>/etc/rc.d/rc.inet1</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>HOSTNAME='cat /etc/HOSTNAME'</FONT>
<BR><FONT SIZE=-1>/sbin/ifconfig lo 127.0.0.1</FONT>
<BR><FONT SIZE=-1>/sbin/route add -net 127.0.0.0</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>/etc/ppp/options</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>connect 'chat -v -f -/dial'</FONT>
<BR><FONT SIZE=-1>/dev/cua1</FONT>
<BR><FONT SIZE=-1>57600</FONT>
<BR><FONT SIZE=-1>defaultroute</FONT>
<BR><FONT SIZE=-1>noipdefault</FONT>
<BR><FONT SIZE=-1>debug</FONT>
<BR><FONT SIZE=-1>crtscts</FONT>
<BR><FONT SIZE=-1>lock</FONT>
<BR><FONT SIZE=-1>modem</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>/root/dial</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>TIMEOUT 3</FONT>
<BR><FONT SIZE=-1>ABORT'\nBUSY\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO ANSWER\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nRINGING\r\n\rRINGING\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO CARRIER\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\nNO DIALTONE\r'</FONT>
<BR><FONT SIZE=-1>ABORT'\n*Access denied\r'</FONT>
<BR><FONT SIZE=-1>" AT</FONT>
<BR><FONT SIZE=-1>'OK-+++\c-OK' 300-30F</FONT>
<BR><FONT SIZE=-1>OK atdt8687671</FONT>
<BR><FONT SIZE=-1>TIMEOUT 50</FONT>

<BR><FONT SIZE=-1>TIMEOUT 2</FONT>
<BR><FONT SIZE=-1>word: "password"</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>&nbsp;&nbsp;&nbsp; The problem I am having now is that&nbsp;
when I activate the dial or options file in there respective directory,
it says 'command not found' for all the options in my /root/dial file.&nbsp;
I have no idea why this is not working correctly.&nbsp; I would appreciate
anyones help on this.</FONT><FONT SIZE=-1></FONT>

<P><FONT SIZE=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Thanx</FONT></HTML>

--------------1A5EC5D26E8A068F31B1E8A8--

 
 
 

1. Still having PPP ,isp connect problems, please help me !!

Best readers,

I have a BIG !! problem setting up a ppp-connection with my ISP.
I already asked a question in this newsgroup, but til now i didn't
receive the
support i was hoping for.

Ok, i know i'm quite a newbie, but almost every (main) option available
within

I need a working UNIX(LINUX) ppp-connection for my studie so it is a
very important isue for me.

I send my modem setups, by the way ...my modem (internal 14k4) works
great whitin W'95, so i doubt abouth any HAYES-setup is the problem.
(same settings when i do a AT&V)
I also tried to re-instal "Minicom" .....whithout any
succes..performance is the same...:-(  

Maybe a stupid question, but whitin Minicom doing "Q" means exit
whithout reset, is this the correct option.
Doing "J" is turning Minicom to the background, is this not a right
option?
Anyway..., i tried BOTH options (quit by using "Q" and "J"), this might
be not the problem.

_________________________________________________________________________________________________________

My modem's initialization:

"AT S7=45 S0=0 L1 V1 X4 &C1 E1 Q0"

The ppp "garbage" in Minicom-screen is stopping after the first row of
garbage, keep hangs and then disconnects

__________________________________________________________________________________________________________

My modem-setup in Minicom:
The letters are the same as you find them in Minicom!!

A: ~^M~AT S7=45 S0=0 L1 V1 X4 &C1 &E1 &Q0 ^M

B: ~^ATZ^M

C: ATDT

D: ^M

E: ATDP

F: ^M

G: ATX1DT

H: ;X4D^M

I: CONNECT

J: NO CARIER      BUSY
   NO DIALTONE    VOICE

K: ~~+++~~ATH^M

L: ^M

M: 45

N: 5

0: 10

P: NO

Q: YES

R: YES

___________________________________________________________________________________________________________

Ok, whats wrong with my Minicom?
When you reply, please donn't advice me reading FAQ's or HOWTO's, i
already read them all!!!

I recently tried to use DIP, an other dial-up communication program.
It's very difficult to understand how i must use it.
In the Install and help-files they talked abouth ip-up scripts and not
abouth ppp-on-dailer etc...
I'm using kernel 2.0 and maybe DIP cann't work only whithin an older
one??
When you cann't trace this problem, please give me tips for an
alternative.
Maybe you can explain me how using DIP..??

Please reply me also by E-mail, because i cann't read every day reading
this newsgroups.

2. rcs and make for Sun and RS/6000

3. Having a slight problem with PPP

4. ***Need Help In C progamming....

5. still having ppp problems.

6. can't get modem to work,

7. --Still having PPP problems. HELP!!!

8. stripping shared libraries

9. Having problems with PPP over ISDN...

10. Capture stills from JVC Video camera

11. Sony camera download stills...

12. PPP and PPP and PPP and PPP and PPP and HEADACHE

13. Is there any way to use dialup PPP without having ipforwarding enabled?