Dan Cyr writes:
>At 11:46 AM 5/4/98 -0400, Jake Colman wrote:
>>
>>I successfully got PPP up and running using the network configuration tool
>from
>>the control panel.  It works like a charm.  My questions are:
>>
>>1) How to I get it up and running if I don't want to to start X
>
>ifconfig ppp0 up
>ifconfig ppp0 down

Nope.  As others have said, use

/sbin/ifup ppp0
/sbin/ifdown ppp0

[EMAIL PROTECTED] said:
>Actually, to do this, you need to:
>
>* cd /etc/sysconfig/network-script
>* ./ifup-ppp ifcfg-ppp0
>
>To take it down, make './ifup-ppp' into './ifdown-ppp'
>
>I think that should do it. =]

The ifup-ppp and ifdown-ppp scripts are designed to be called from
the ifup and ifdown scripts; don't try to call them explicitly.

That goes for all network devices; ifup and ifdown are master scripts
which call all the other scripts.  That's why, with 5.0, ifup and ifdown
moved into /sbin -- those are the only ones that should be called
explicitly; they should cause all the others to be called behind the
scenes.

michaelkjohnson

"Magazines all too frequently lead to books and should be regarded by the
 prudent as the heavy petting of literature."            -- Fran Lebowitz
 Linux Application Development       http://www.redhat.com/~johnsonm/lad/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to