1829558 Members
1766 Online
109992 Solutions
New Discussion

About the pppd

 
SOLVED
Go to solution
juno2
Super Advisor

About the pppd

I have install the pppd for modem dailin , how can i start the service ? thx.
2 REPLIES 2
James Specht
Trusted Contributor

Re: About the pppd

There should be an init script in /etc/rc.d/init.d/. CD into the init script directory and do 'grep pppd *'. One of the scripts should come back. After that just do 'scriptname start'.
"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers."
Huc_1
Honored Contributor
Solution

Re: About the pppd

login as root
the following command should allow you to find the pppd start up if it exists.

find /etc/init.d/ -name "*pp*'

after that do
#service 'servicename' start
this will start the service
#service 'servicename' status
returns the status
#service 'servicename' blabla
return all the valid option.

Please do keep giving point so we know if this is what you needed

enjoy.

J-P
Smile I will feel the difference