Configuring Incoming-Only Modem Connections

This section describes how to configure incoming-only modem connections, that is, connections that are initiated by a device across the telephone network.

Starting Point

This procedure assumes that you

Procedure

  1. Supply a set ports command that specifies the following:

  2. Supply a set line command that specifies the following:
  3. Supply a set flow command that defines the flow control scheme required by the modem.

Example

In this example, ports 4 and 5 are set up for incoming modem connections using RTS/CTS flow control.

set ports range=4-5 dev=min
set line range=4-5 baud=115200
set flow range=4-5 ixon=off ixoff=off cts=on rts=on