Solstice PPP 3.0.1 User's Guide

Modem Configuration

Each modem configuration is identified by the keyword dialup_device. For example:


dialup_device 		pppdev0
	unix_device	ttya
	line_speed 	38400
	modem	Practical 14400 V32bis
	call_setup	dial

The most common keywords that may appear in this part of your link configuration file are:

dialup_device pppdevn

Indicates the start of an asynchronous device definition, and assigns a name to the device.

unix_device device_name

Specifies the serial port used to connect the client to the modem.

line_speed speed

Specifies the line speed for the connection between the client and the modem. For optimum performance, the line speed should be equal to, or greater than, the baud rate of the modem.

modem modem_id

Specifies the type of modem connected to the serial port, and associates the asynchronous device with one of the modem definitions in the file /etc/opt/SUNWconn/ppp/modems. This parameter is set to none for a null modem configuration.

call_setup call_type

This parameter is always set to dial for client configurations.