# Since the "noauth" option used below is required by
# most ISP's, and since this makes pppd device selection
# a privileged command, a peer file like this one must
# exist for each serial device connected to a modem on
# your system, if you want to be able to use it with
# xisp. The name of this file should simply be the word
# "xisp" followed by the '_' character, and after that
# followed by the serial device name without its path
# prefix. E.g. for for /dev/modem, the file name is
# "xisp_modem", for /dev/ttyS1 the name is "xisp_ttyS1",
# and for /dev/cua/a the name is "xisp_a". If you are
# editing this file by hand (actually using a copy of
# file xisp.peers.device from the xisp distribution),
# replace the "/dev/modem" string below with the device
# path (e.g. /dev/ttyS1 for the second example above).
#
/dev/modem
#
# Since most (if not all) ISP's will not authenticate
# themselves, and since beginning with version 2.3 the
# "auth" option is "standard" in the /etc/ppp/options
# file, the "noauth" option is needed for xisp to work
# properly when authentication is selected.
#
noauth
#
# The last option calls a global file which sets the
# path to xispdial, xisp's dedicated dialer application.
#
call xisp_dialer
