Looking for simple ppp instructions.

Looking for simple ppp instructions.

Post by Ric » Mon, 05 Jul 1999 04:00:00



I have installed LinuxPPC R5 (1999) and now have X working, more or
less. I also installed KDE Network and dependancies. I have kppp
configured in both root and my user account. Resolv.conf is in place
with the appropriate info. In root, an error comes up saying the ppp
interface did not come up.  In my user account, I get an error saying
could not open modem lock file.

Can someone PLEASE give me simple step by step instructions on how to
get ppp working with kppp or ezppp (preferably kppp).

Any and all help appreciated.

 
 
 

Looking for simple ppp instructions.

Post by n.. » Mon, 05 Jul 1999 04:00:00




Quote:> I have installed LinuxPPC R5 (1999) and now have X working, more or
> less. I also installed KDE Network and dependancies. I have kppp
> configured in both root and my user account. Resolv.conf is in place
> with the appropriate info. In root, an error comes up saying the ppp
> interface did not come up.  In my user account, I get an error saying
> could not open modem lock file.

> Can someone PLEASE give me simple step by step instructions on how to
> get ppp working with kppp or ezppp (preferably kppp).

> Any and all help appreciated.

From the kppp window, click Help and the answers
are in 7.1 Frequently Asked Questions.

Nick.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

 
 
 

Looking for simple ppp instructions.

Post by n.. » Mon, 05 Jul 1999 04:00:00




Quote:> I have installed LinuxPPC R5 (1999) and now have X working, more or
> less. I also installed KDE Network and dependancies. I have kppp
> configured in both root and my user account. Resolv.conf is in place
> with the appropriate info. In root, an error comes up saying the ppp
> interface did not come up.  In my user account, I get an error saying
> could not open modem lock file.

> Can someone PLEASE give me simple step by step instructions on how to
> get ppp working with kppp or ezppp (preferably kppp).

> Any and all help appreciated.

From the kppp window, click Help, and the solutions are in 7.1
"Frequently Asked Questions".

Nick.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

 
 
 

Looking for simple ppp instructions.

Post by Richard Nilsso » Mon, 05 Jul 1999 04:00:00



> I have installed LinuxPPC R5 (1999) and now have X working, more or
> less. I also installed KDE Network and dependancies. I have kppp
> configured in both root and my user account. Resolv.conf is in place
> with the appropriate info. In root, an error comes up saying the ppp
> interface did not come up.  In my user account, I get an error saying
> could not open modem lock file.

> Can someone PLEASE give me simple step by step instructions on how to
> get ppp working with kppp or ezppp (preferably kppp).

> Any and all help appreciated.

Rick,
I was never able to get KPPP to work, even back in R4.
Darn, but this works:
Log in as root.
Type command '# netcfg' and create a new interface ppp0 or edit the
existing ppp0.
Enter all your communications info (phone number, nameserver [DNS]
addreses, modem init string, etc).
In the chat editting window  enter this
EXPECT              SEND
ogin:                  youruserid
sword:              yourpassword
TIMEOUT                  5
~--                      <nothing here>

save and exit.

Start a tail on the /var/log/messages file to see what's going on:
# tail -f /var/log/messages &  (don't forget the '&' sign)
then type
/sbin/ifup ppp0       this should start the modem dialing.

If there are problems, type
/sbin/ifdown ppp0           to stop the process while you troubleshoot.

Tips:
1. Most problems arise from inappropriate modem init strings - the ATZ
default rarely works. Most modems like AT&F or AT&F1 to reset to factory
defaults.
Do a web search on "modem init strings" and you will turn up some really
fine pages that catalog strings for many modems.

2. If you are sure of your init string, problems may arise in the chat
dialog, particularly if the ISP is using passive ppp - they just expect
you to send your username, TIMEOUT 5 then send userpassword, TIMEOUT 5
and expect ~--  to start ppp.

visit my notes page at
http://www.teleport.com/~rnilsson/Linux%20G3/ls-fr.html

Hope this helps.
Rik

 
 
 

Looking for simple ppp instructions.

Post by Ric » Mon, 05 Jul 1999 04:00:00





> > I have installed LinuxPPC R5 (1999) and now have X working, more or
> > less. I also installed KDE Network and dependancies. I have kppp
> > configured in both root and my user account. Resolv.conf is in place
> > with the appropriate info. In root, an error comes up saying the ppp
> > interface did not come up.  In my user account, I get an error saying
> > could not open modem lock file.

> > Can someone PLEASE give me simple step by step instructions on how to
> > get ppp working with kppp or ezppp (preferably kppp).

> > Any and all help appreciated.

> From the kppp window, click Help and the answers
> are in 7.1 Frequently Asked Questions.

Dont you have to be using KDE for that to work?
 
 
 

Looking for simple ppp instructions.

Post by Ric » Mon, 05 Jul 1999 04:00:00




> > I have installed LinuxPPC R5 (1999) and now have X working, more or
> > less. I also installed KDE Network and dependancies. I have kppp
> > configured in both root and my user account. Resolv.conf is in place
> > with the appropriate info. In root, an error comes up saying the ppp
> > interface did not come up.  In my user account, I get an error saying
> > could not open modem lock file.

> > Can someone PLEASE give me simple step by step instructions on how to
> > get ppp working with kppp or ezppp (preferably kppp).

> > Any and all help appreciated.

> Rick,
> I was never able to get KPPP to work, even back in R4.
> Darn, but this works:
> Log in as root.
> Type command '# netcfg' and create a new interface ppp0 or edit the
> existing ppp0.
> Enter all your communications info (phone number, nameserver [DNS]
> addreses, modem init string, etc).
> In the chat editting window  enter this
> EXPECT              SEND
> ogin:                  youruserid
> sword:              yourpassword
> TIMEOUT                  5
> ~--                      <nothing here>

> save and exit.

> Start a tail on the /var/log/messages file to see what's going on:
> # tail -f /var/log/messages &  (don't forget the '&' sign)
> then type
> /sbin/ifup ppp0       this should start the modem dialing.

> If there are problems, type
> /sbin/ifdown ppp0           to stop the process while you troubleshoot.

> Tips:
> 1. Most problems arise from inappropriate modem init strings - the ATZ
> default rarely works. Most modems like AT&F or AT&F1 to reset to factory
> defaults.
> Do a web search on "modem init strings" and you will turn up some really
> fine pages that catalog strings for many modems.

> 2. If you are sure of your init string, problems may arise in the chat
> dialog, particularly if the ISP is using passive ppp - they just expect
> you to send your username, TIMEOUT 5 then send userpassword, TIMEOUT 5
> and expect ~--  to start ppp.

> visit my notes page at
> http://www.teleport.com/~rnilsson/Linux%20G3/ls-fr.html

> Hope this helps.
> Rik

Thanks. For now I am able to open an Xterm as root, open netcfg to
activate a ppp interface, and then run Internet software.. which proves
pppd does work.

Im thinking there are some permissions and paths a little messed up
since I have the ssame problem with ezppp as with kppp.

Thanks for the info.

 
 
 

Looking for simple ppp instructions.

Post by n.. » Tue, 06 Jul 1999 04:00:00







> > > I have installed LinuxPPC R5 (1999) and now have X working, more
or
> > > less. I also installed KDE Network and dependancies. I have kppp
> > > configured in both root and my user account. Resolv.conf is in
place
> > > with the appropriate info. In root, an error comes up saying the
ppp
> > > interface did not come up.  In my user account, I get an error
saying
> > > could not open modem lock file.

> > > Can someone PLEASE give me simple step by step instructions on how
to
> > > get ppp working with kppp or ezppp (preferably kppp).

> > > Any and all help appreciated.

> > From the kppp window, click Help and the answers
> > are in 7.1 Frequently Asked Questions.

> Dont you have to be using KDE for that to work?

KDE has to be installed, but you can be using GNome on top of either
Enlightenment or WindowMaker. Sorry, but you did ask for simple!
Nick.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

 
 
 

Looking for simple ppp instructions.

Post by Anton Sherwo » Wed, 07 Jul 1999 04:00:00


i tried netcfg and got

Traceback (innermost last):
  File "/usr/lib/rhs/netcfg/netcfg.py", line 23, in ?
    from Tkinter import *
ImportError: No module named Tkinter

.....okay, what does this mean?

I should mention that I'm new to this and know almost none of the jargon!

--
Anton Sherwood   *\\*   +1 415 267 0685   *\\*   http://www.jps.net/antons/

I'm a libertarian: I want to expand the gray area between the mandatory
(or subsidized) and the forbidden.  Statists strive to contract it.

 
 
 

1. Looking for simple firewall instructions .. fast!

My client has finally realized what it means that he is able to see
dozens of Windows workgroups besides his own on his DSL link.  

We've just finished putting on a Red Hat 7.1 server there ... but he
wants:  instructions.

And these are the instructions that he wants:  (I gather there are other
businesses he's involved with that are in the same boat.)

(1)  Assume a Red Hat 7.1 box with two network cards.  One is hooked to
a DSL line, which uses DHCP to obtain all network addresses.  (Because
of this, the actual IP-addressed used on the high-speed internet side
may change from time to time.  But the adapter used (eth0) does not.)

(2)  The other network card will link to the local network.  Red Hat
should act as a firewall between the two.  Ideally, addresses on this
side could be configured automatically too (e.g. DHCP, WINS) but they
should be non-routable addresses entirely separate from the Internet.

(3)  Give simple instructions for how to configure Red Hat 7.1 as the
necessary firewall.

(4)  Give simple instructions for how to use Samba to act as a logon
domain controller for these (Windows 9x) workstations.  Note that there
are no subnets, no NT-boxes, only a small-office full of computers.

When I got to thinking about this ... I realized that most of the stuff
that's easily obtainable with Red Hat Linux is anything BUT "simple."
Oh, the information is there, but it's not "simple."  Yet, this task is
and should be commonplace .. simple.

And now I'm wondering:  hasn't anyone written this _already?  (And I
don't mean "HOWTO"s.  :-))

If so, can someone point me quickly to the right URL?

[P.S.  It's absolutely shocking how many "private" things were right
there for the peeking.]

2. CD-ROM on UNIX system

3. Simple PPP Instructions for Solaris 2.5x86?

4. help on AWE64

5. Looking for good PPP instructions...

6. I don't want headers when printing

7. Looking for a simple dial-on-demand script for PPP

8. Shared object "libutil.so.3" not found

9. Lexmark 5700 - Simple Instructions

10. HELP!, Need simple instructions to setup DNS.

11. Looking for an emulation for CMOV* instructions.

12. Looking for decent Netscape install instructions

13. Looking for more Linux setup instructions