Where are the /etc/ppp/ scripts for PPPOE and PPP

Hi All,

Manuals are referring to /etc/ppp/pppoed-up and so on, where can I find
these scripts or do I have to make them myself.

Freddy

“Freddy” <fmartens2000@planet.nl> wrote in message
news:9uigt8$qck$1@inn.qnx.com

Manuals are referring to /etc/ppp/pppoed-up and so on, where can I find
these scripts or do I have to make them myself.

From the manual:

"the /etc/ppp/pppoe-up script contains the following commands:

#!/bin/sh
pppd debug /dev/io-net/ppp_en -ac -pc -detach defaultroute require-ns mtu
1492 name username
"

-Adam

I know that the content of the script is in the manual. What I actually mean
to say is why arte they not in /etc/ppp/ and why does /etc/ppp not exist?

Thanks for your response Adam

Freddy

“Operating System Tech Support” <os@qnx.com> wrote in message
news:9uir85$3jt$1@nntp.qnx.com

“Freddy” <> fmartens2000@planet.nl> > wrote in message
news:9uigt8$qck$> 1@inn.qnx.com> …

Manuals are referring to /etc/ppp/pppoed-up and so on, where can I find
these scripts or do I have to make them myself.

From the manual:

"the /etc/ppp/pppoe-up script contains the following commands:

#!/bin/sh
pppd debug /dev/io-net/ppp_en -ac -pc -detach defaultroute require-ns mtu
1492 name username
"

-Adam

“Freddy” <fmartens2000@planet.nl> wrote in message
news:9unsnb$lc5$1@inn.qnx.com

I know that the content of the script is in the manual. What I actually
mean
to say is why arte they not in /etc/ppp/ and why does /etc/ppp not exist?

The utilities that use (or will use) pppd, do everything via command line
parameters (including chat scripts and options), so the files are not
needed. Unfortunately, that means you will need to provide your own scripts
and/or take a look at some examples on the net.

-Adam

thanx.

“Operating System Tech Support” <os@qnx.com> wrote in message
news:9uoh9t$ms$1@nntp.qnx.com

“Freddy” <> fmartens2000@planet.nl> > wrote in message
news:9unsnb$lc5$> 1@inn.qnx.com> …
I know that the content of the script is in the manual. What I actually
mean
to say is why arte they not in /etc/ppp/ and why does /etc/ppp not
exist?

The utilities that use (or will use) pppd, do everything via command line
parameters (including chat scripts and options), so the files are not
needed. Unfortunately, that means you will need to provide your own
scripts
and/or take a look at some examples on the net.

-Adam