From 3152fcc3bbd4cabf01c7e70766a305ce4c725881 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.0.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/network-configuration-ppp.html | 166 -------------------------- 1 file changed, 166 deletions(-) delete mode 100644 slackbook/html/network-configuration-ppp.html (limited to 'slackbook/html/network-configuration-ppp.html') diff --git a/slackbook/html/network-configuration-ppp.html b/slackbook/html/network-configuration-ppp.html deleted file mode 100644 index 06dd7203f..000000000 --- a/slackbook/html/network-configuration-ppp.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - -PPP - - - - - - - - - - - -
-

5.4 -PPP

- -

Many people still connect to the Internet through some kind of dialup connection. The -most common method is PPP, though SLIP is still occasionally used. Setting up your system -to speak PPP to a remote server is pretty easy. We've included a few tools to help you in -setting it up.

- -
-

5.4.1 pppsetup

- -

Slackware includes a program called pppsetup to configure -your system to use your dialup account. It shares a look and feel similar to our netconfig program. To run the program, make sure you are logged in -as root. Then type pppsetup to run it. You should see a screen -like this:

- -

The program will present a series of questions, to which you will feed it appropriate -answers. Things like your modem device, the modem initialization string, and the ISP -phone number. Some items will have a default, which you can accept in most cases.

- -

After the program runs, it will create a ppp-go program and a -ppp-off program. These are used to start and stop, respectively, -the PPP connection. The two programs are located in /usr/sbin -and need root privileges to run.

-
- -
-

5.4.2 /etc/ppp

- -

For most users, running pppsetup will be sufficient. However, -there may be an instance where you want to tweak some of the values used by the PPP -daemon. All of the configuration information is kept in /etc/ppp. Here is a list of what the different files are for:

- -
- --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ip-down -

This script is run by pppd after the PPP connection is -ended.

-
ip-up -

This script is run by pppd when there's a successful ppp -connection. Put any commands you want run after a successful connection in this file.

-
options -

General configuration options for pppd.

-
options.demand -

General configuration options for pppd when run in demand -dialing mode.

-
pppscript -

The commands sent to the modem.

-
pppsetup.txt -

A log of what you entered when you ran pppsetup.

-
-
- -
- - - - - -
Note -

Most of these files won't be there until after you run pppsetup.

-
-
-
-
- - - - - -- cgit v1.2.3