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
|
# 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 file name is simply the word "xisp" followed
# by the '_' character, and after that followed by the
# serial device name without the "/dev/" prefix. E.g.
# for /dev/modem, the file name is "xisp_modem" and for
# /dev/cua1 the name is "xisp_cua1".
#
/dev/__DEVICE
#
# 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
|