Next Previous Contents

6. Customizing the PPP Configuration

Hardware:

Use hardware flow control and modem lines: the only reason you would want to turn this option off is if you had a direct cable connection between two computers.

Escape control characters: usually this option is negotiated automatically by the server, so it should be safe to leave it off.

Abort connection on well-known errors: Self explanatory.

Allow any user to (de)activate the interface: changes the file permissions on if-up and if-down so users do not have to be root to activate the link.

Line speed: Assuming 16550 UARTS should be set to 57600 for 14.4kbps modems and 115200 for 28.8kbps and up modems.

Modem port: usually /dev/modem, on older Linux distributions my be set to /dev/cua1 or /dev/cua2, on newer distributions may be set to /dev/ttyS0 or /dev/ttyS1.

PPP options: Place to put extra options for the pppd daemon that are not configured by Linuxconf. See the pppd man page for details.

Communication:

Modem String: Consult you modem manual for the correct initialization string for your modem or leave it at the default ATZ.

Modem dial command: ATDT for a touch-tone line, or ATDP for a pulse line.

Phone Number: Number for your ISP's modem pool.

Debug Connection: Not sure, beleive it to add debug option to pppd deamon startup.

Chat:

These are the commands run by the chat script. It waits for the server to send text prompts and then returns other text, usually a name and password, but sometimes also configuration information.

Networking:

activate interface at boot time: only useful if you have a leased-line or other permanent connection.

set default route: Useful when connecting to the Internet, will send packets to unknown host through the ppp interface. It is important that you do not already have a default route set elsewhere, or this may not work.

Restart link when connection fails: Will try to redial if the connection is lost.

Time out value in seconds:

Interval at which PPP decides it will not connect and aborts.

Maximum packet size:

The better the line conditions and the bigger the package size, the faster they transmit. However on noisy lines this will slow things down because the packets will have to be re-transmitted on occaision.

Infrequently used options:

Local and remote IP address are usually assigned automatically, if you need to set them manually, your ISP will usually tell you.

PAP:

Enter your ISP provided username and password here.


Next Previous Contents