Re: Question re:Debian and ppp...

1998-01-11 Thread bhmit1
On Sat, 10 Jan 1998 [EMAIL PROTECTED] wrote:

 ** Reply to note from [EMAIL PROTECTED] Fri, 9 Jan 1998 21:57:44 -0500 (EST)

  hand, and see what happens when you get past the login.  Also, make sure
  /etc/resolv.conf is set up correctly.  You should see something like:

  Jan  9 20:19:53 cnhobbes pppd[320]: local  IP address 209.96.153.139
  Jan  9 20:19:53 cnhobbes pppd[320]: remote IP address 209.96.152.32

  after the connect.  Then you will have a route to the host and can do your
  networking.
 
 Perhaps you can clear up something for me...does the resolv.conf file
 get erased before an ISP connection and then rewritten once the dynamic IP
 connection is made?  Thanks:-)

I should have been clearer that they were two separate points.  You do the
resolv.conf.  The isp needs to return those lines that I showed you.  An
example resolv.conf:

nameserver 206.246.194.1
nameserver 128.239.1.24

While these will work, you should get the ip's of the nameserver(s) at
your isp.

Brandon

-
Brandon Mitchell [EMAIL PROTECTED]   We all know linux is great... it
PGP: finger -l [EMAIL PROTECTED]  does infinite loops in 5 seconds
Phone: (757) 221-4847  --Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question re:Debian and ppp...

1998-01-11 Thread smorrill
I'm sorry... you've lost me on this one...

--
 Steve Morrill


 Reply to [EMAIL PROTECTED]
 PGP Pub key id: 0xF2459FCD
 Debian LINUX Where I really want to go today!



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Question re:Debian and ppp...

1998-01-10 Thread smorrill
I have Debian 1.3 (from the Boot magazine cd) installed on my amd 586,
and most things are working well...got XFree86 running, starting to
learn my way around but still doing a lot of thrashing, and have rtfm'd
til the wee hours.

I'm trying to get a ppp connection to my ISP going and have run into
some problems.
I think I've got all my ppp files setup up correctly, using pon and
poff, modem's dialing out, everything looks good until;

(When I do a tail -f /var/log/messages, this is what I see...)

(I didn't include all the prior chat...the dialout script seems to be
ok...)

Jan 9 14:37:00 ariel chat [289]: abort on (NO DIALTONE)
Jan 9 14:37:00 ariel chat [289]: send (ATDT477-4400^M)
Jan 9 14:37:00 ariel chat [289]: expect (ogin)
Jan 9 14:37:16 ariel chat [289]: ATDT477-4400^M^M
Jan 9 14:37:16 ariel chat [289]: CONNECT 31200/ARQ/V34/LAPM/V42BIS^M
Jan 9 14:37:18 ariel chat [289]: ^M
Jan 9 14:37:18 ariel chat [289]: ^M
Jan 9 14:37:18 ariel chat [289]: port50 login -- got it
Jan 9 14:37:18 ariel chat [289]: send (smorrill^M)
Jan 9 14:37:18 ariel chat [289]: expect (word)
Jan 9 14:37:18 ariel chat [289]: : smorrill^M
Jan 9 14:37:18 ariel chat [289]: Password -- got it
Jan 9 14:37:18 ariel chat [289]: send (??)
Jan 9 14:37:18 ariel pppd [199]: Serial connection established.
Jan 9 14:37:19 ariel pppd [199]: Using interface ppp1
Jan 9 14:37:19 ariel pppd [199]: Connect: ppp1 --- /dev/ttyS1
Jan 9 14:37:33 ariel pppd [291]: pppd 2.2.0 started by root, uid 0
Jan 9 14:37:33 ariel pppd [291]: Using interface ppp0
Jan 9 14:37:33 ariel pppd [291]: Connect: ppp0 --- /dev/ttyp0
Jan 9 14:38:04 ariel pppd [291]: LCP: timeout sending Config-Requests
Jan 9 14:38:04 ariel pppd [291]: Connection terminated
Jan 9 14:38:04 ariel pppd [291]: Receive serial link is not 8-bit clean:

Jan 9 14:38:04 ariel pppd [291]: Problem: all had bit 7 set to 0
Jan 9 14:38:04 ariel pppd [291]: Exit

Any suggestions here?  When it appears the ppp link is up (like when it
says Connect: ppp1, I try starting lynx, I get cannot access startfile
http://www.oro.net; (my ISP) When I try ping, I get network is
unreachable...  Can anybody tell from this log if I've actually made a
ppp connection? (Sorry if this is a _really_ stupid question...I'm real
new at this!) The tech support guy at my ISP said I didn't need to do
anything special to start ppp...but he did tell me I needed to do this
from Xwindows...He's a umsdos linux'r. Oh yeah, and they're not using
PAP.  Oronet is using Debian linux for their server, btw!

Also, I'm not on a network, I'm just a standalone box dialing into my
ISP. Should my machine name be the same as my ISP username? or does it
make a difference?

Any help greatly appreciated!!
--
 Steve Morrill


 Reply to [EMAIL PROTECTED]
 PGP Pub key id: 0xF2459FCD
 Debian LINUX Where I really want to go today!



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question re:Debian and ppp...

1998-01-10 Thread bhmit1
On Fri, 9 Jan 1998, smorrill wrote:

 Jan 9 14:37:18 ariel chat [289]: port50 login -- got it
 Jan 9 14:37:18 ariel chat [289]: send (smorrill^M)
 Jan 9 14:37:18 ariel chat [289]: expect (word)
 Jan 9 14:37:18 ariel chat [289]: : smorrill^M
 Jan 9 14:37:18 ariel chat [289]: Password -- got it
 Jan 9 14:37:18 ariel chat [289]: send (??)
 Jan 9 14:37:18 ariel pppd [199]: Serial connection established.
 Jan 9 14:37:19 ariel pppd [199]: Using interface ppp1
 Jan 9 14:37:19 ariel pppd [199]: Connect: ppp1 --- /dev/ttyS1
 Jan 9 14:37:33 ariel pppd [291]: pppd 2.2.0 started by root, uid 0
 Jan 9 14:37:33 ariel pppd [291]: Using interface ppp0
 Jan 9 14:37:33 ariel pppd [291]: Connect: ppp0 --- /dev/ttyp0
 Jan 9 14:38:04 ariel pppd [291]: LCP: timeout sending Config-Requests
 Jan 9 14:38:04 ariel pppd [291]: Connection terminated
 Jan 9 14:38:04 ariel pppd [291]: Receive serial link is not 8-bit clean:
 
 Jan 9 14:38:04 ariel pppd [291]: Problem: all had bit 7 set to 0
 Jan 9 14:38:04 ariel pppd [291]: Exit

Hmmm... ppp1 and ppp0?  Oh, 2 different pppd sessions.  /dev/ttyp0 is
wrong, did you call ppp some funny way?  I would try minicom, dial in by
hand, and see what happens when you get past the login.  Also, make sure
/etc/resolv.conf is set up correctly.  You should see something like:

Jan  9 20:19:53 cnhobbes pppd[320]: local  IP address 209.96.153.139
Jan  9 20:19:53 cnhobbes pppd[320]: remote IP address 209.96.152.32

after the connect.  Then you will have a route to the host and can do your
networking.

HTH,
Brandon

-
Brandon Mitchell [EMAIL PROTECTED]   We all know linux is great... it
PGP: finger -l [EMAIL PROTECTED]  does infinite loops in 5 seconds
Phone: (757) 221-4847  --Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question re:Debian and ppp...

1998-01-10 Thread Martin Bialasinski
[EMAIL PROTECTED] writes:

  Jan 9 14:38:04 ariel pppd [291]: Receive serial link is not 8-bit clean:
  
  Jan 9 14:38:04 ariel pppd [291]: Problem: all had bit 7 set to 0
  Jan 9 14:38:04 ariel pppd [291]: Exit
 
 Hmmm... ppp1 and ppp0?  Oh, 2 different pppd sessions.  /dev/ttyp0 is
 wrong, did you call ppp some funny way?  I would try minicom, dial in by
 hand, and see what happens when you get past the login.  Also, make sure
 /etc/resolv.conf is set up correctly.  You should see something like:
 
In addition to that:

The above lines from the logfile indicate, that your chatscript is too
short.
Do you have to enter ppp after entering your password in the terminal
window? You don't have such a line in your chatscript.

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Question re:Debian and ppp...

1998-01-10 Thread lucier
** Reply to note from [EMAIL PROTECTED] Fri, 9 Jan 1998 21:57:44 -0500 (EST)
   
 hand, and see what happens when you get past the login.  Also, make sure
 /etc/resolv.conf is set up correctly.  You should see something like:
   
 Jan  9 20:19:53 cnhobbes pppd[320]: local  IP address 209.96.153.139
 Jan  9 20:19:53 cnhobbes pppd[320]: remote IP address 209.96.152.32
   
 after the connect.  Then you will have a route to the host and can do your
 networking.

Perhaps you can clear up something for me...does the resolv.conf file
get erased before an ISP connection and then rewritten once the dynamic IP
connection is made?  Thanks:-)




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .