# # 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,...) # 5800 /dev/ttyS1 38400,8,N,1 *.iguana.be 5800 /dev/ttyS2 38400,8,N,1 *.iguana.be 5801 /dev/ttyI0 38400,8,N,1 *.iguana.be 5801 /dev/ttyI1 38400,8,N,1 *.iguana.be # # end #