1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
#
# mserver.conf
#
# This file should contain one line for each exported modem.
#
# The first field is the internet port through which the modem should
# be made available. The next field is the device to which the modem
# is attached. Next comes a comma-separated list of parameters in the
# form BAUDRATE,DATABITS,PARITY,STOPBITS. Finally, an optional comma
# separated list of hostnames, aliases or ip-addresses specifies which
# hosts are allowed to use the modem. Wildcards * and ? may be used.
# When the list of hosts is left blank, ANY host is allowed to use
# the modem.
#
# Note that multiple modems may be exported on a single internet
# port. When a remote host tries to connect to this port, access to
# the first free modem will be granted. Only when all modems on a
# port are in use, a 'device busy' message is sent back to the remote
# host.
#
# port device parameters (host,host,host,...)
#
#8500 /dev/ttyS0 38400,8,N,1 *.iguana.be
#8500 /dev/ttyS1 38400,8,N,1 *.iguana.be
#8501 /dev/ttyS2 38400,8,N,1 *.iguana.be
#8501 /dev/ttyS3 38400,8,N,1 *.iguana.be
#
# end
#
|