Networking Forums

Networking Forums > Computer Networking > Linux Networking > Bringing up interface ppp0

Reply
Thread Tools Display Modes

Bringing up interface ppp0

 
 
antalb
Guest
Posts: n/a

 
      11-05-2004, 08:34 AM
I configured my ppp-56k modem network connection to start at boot time
instead of activating it independently upon demand. Now it seems that
I made some mistake when configuring my modem and the boot process
halts at the line :Bringing up interface ppp0.

Can anybody give me the proper procedure and code-script to disable
the ppp0 interface ?

I am able to get a shell by switching to single user mode but then I
still have much to learn..

Thank you

antalb
Sweden
 
Reply With Quote
 
 
 
 
antalb
Guest
Posts: n/a

 
      11-05-2004, 09:53 PM
(E-Mail Removed) (antalb) wrote in message news:<(E-Mail Removed). com>...
> I configured my ppp-56k modem network connection to start at boot time
> instead of activating it independently upon demand. Now it seems that
> I made some mistake when configuring my modem and the boot process
> halts at the line :Bringing up interface ppp0.
>
> Can anybody give me the proper procedure and code-script to disable
> the ppp0 interface ?
>
> I am able to get a shell by switching to single user mode but then I
> still have much to learn..
>
> Thank you
>
> antalb
> Sweden


It was thanx to browsing through some related posts that I found a
solution to the problem. Here's what I did:

1. Changed the login to single using Grub. This is pretty
straightforward.
2. typed rm /etc/sysconfig/network-scripts/ifcfg-ppp0 <Enter> att the
shell prompt. Not in a million years!

Thanx Google !
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      11-05-2004, 11:21 PM
In article <(E-Mail Removed) >, antalb wrote:
>I configured my ppp-56k modem network connection to start at boot time
>instead of activating it independently upon demand. Now it seems that
>I made some mistake when configuring my modem and the boot process
>halts at the line :Bringing up interface ppp0.
>
>Can anybody give me the proper procedure and code-script to disable
>the ppp0 interface ?


It would REALLY help if you mentioned what distribution and release this is.

>I am able to get a shell by switching to single user mode but then I
>still have much to learn..


For Red Hat, Fedora, and clones like Mandrake, edit the file
/etc/sysconfig/network-scripts/ifcfg-ppp0 and change the line

ONBOOT=yes

to

ONBOOT=no

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pppd does not set ppp0 interface miguelk Linux Networking 12 10-02-2004 10:00 PM
'bringing up interface eth0:' takes ages ... Rob Linux Networking 8 02-08-2004 10:11 AM
Bringing Interface eth0.... Aspire Linux Networking 2 08-19-2003 03:22 PM
Linux automatic route after bringing up interface Peteris Krumins Linux Networking 2 07-31-2003 06:13 PM
Re: basic question: eth0 ppp0, which interface? Ivan Marsh Linux Networking 0 06-23-2003 09:14 PM



1 2 3 4 5 6 7 8 9 10 11