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:
Indicates the start of an asynchronous device definition, and assigns a name to the device.
Specifies the serial port used to connect the client to the modem.
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.
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.
This parameter is always set to dial for client configurations.