Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'no script in /etc/ppp' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
no script in /etc/ppp
Authored by: sungwoo on Nov 25, '01 02:07:38PM

I check the /etc/ppp, it's empty...
Could you post or send those script please?
Thanks.



[ Reply to This | # ]
Must create script
Authored by: Anonymous on Nov 26, '01 09:11:13PM
You have to create the scripts. They don't exist otherwise.

Create a new file in BBEdit or another editor.
Make sure the top line says
#!/bin/sh
and then follow that with the commands you want to execute each on its own line

Save it as ip-up then copy it to the correct location with

sudo cp ip-up /etc/ppp/

Then type in your password when prompted.

Then type
sudo chmod a+x /etc/ppp/ip-up

Similarly for ip-down



[ Reply to This | # ]