|
NAMEqadsl.conf - qadsl configuration fileDESCRIPTIONqadsl.conf is usually found in /usr/local/etc/qadsl.conf and contains username, password and login server information for your Internet connection.SYNTAXThe qadsl.conf syntax is extremely free form. So if you have ever peeked into a UNIX configuration file before, you should be right at home, you should not even have to read any further ...For those of you who hate configuration files, or never have seen one before, you should proceed directly to the examples section. For most of the time you only need to supply a USERNAME, PASSWORD and LOGIN_SERVER. Like this: USERNAME = u1234567
However, most of the time the LOGIN_SERVER setting should be given as a pure IP address, like this: LOGIN_SERVER = 10.0.0.6 This because the name of the login server sometimes is not listed in the name server (DNS) of your ISP. The number 10.0.0.6 is the default for all Orbyte Wireless System installations. EXAMPLES# UsernameUSERNAME = u1234567 # Password
# Login Server, DNS name or IP number
# Start daemon [YES/NO]?
# Daemon type [LOGIN/PING]?
# Daemon delay in minutes.
SEE ALSOThe qadsl (8) man page describes startup, debug mode, and general tips.AUTHORJoachim NilssonURLhttp://savannah.gnu.org/projects/qadsl/
Visit the GSP FreeBSD Man Page Interface. |