Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bnetd(1) [debian man page]

BNETD(1)							 The bnetd Project							  BNETD(1)

NAME
bnetd - Unix Battle.net daemon SYNOPSIS
bnetd [-f] [-c configfile] [-d dumpfile] DESCRIPTION
bnetd is a program that will eventually completely emulate a Blizzard Battle.net server. Currently Starcraft, Brood War, Diablo, and War- craft II BNE are supported as clients. It is known to work under most versions of Unix and can also be used under Windows as a win32 console application. OPTIONS
-c --config Use this configuration file instead of the compiled-in default location. -d --hexdump Put a hex dump of packets sent and received into the specified file. -f --foreground The server normally acts as a daemon and goes into the background. This forces the server to run in the foreground. -h --help --usage Print server usage information and exit. -v --version Print its version number and exit. FILES
bnetd.conf The main configuration file. Among other things, it specifies the locations for the other files used by the daemon. bnmotd.txt The "message of the day" file. This is displayed when the user enters the first chat channel. bnetd_default_user This is the default account file. The contains all default account attributes which are used when an attribute is not set on an actual account. channel.list This is the permanent channel list. Short names, target clients, and other attributes may be specified here. news.txt The contensts of this file are printed when the /news command is used. ad.list This is the ad banner list which determines which banners to display at which times. The order of display for the banners may be specified as well as the URL which they should follow when clicked. bnban The IP ban file can be used to block connections from certain addresses. bnhelp This file contains the the chat command help. gametrans The game address translation file can be used to allow players from behind a NAT firewall to play with those outside of the fire- wall. autoupdate This is the autoupdate MPQ archive list. It chooses which versions of which clients to update. tos.txt This is the Terms Of Service file that is displayed before a user can create a new account. icons.bni The icons which the client displays for players in the chat rooms. ad000001.pcx This is the ad Banner. Currently, it says "Welcome to... BNETD". NOTES
The current version is available at: http://www.bnetd.org/ SEE ALSO
bntrackd(1), bnproxy(1), bnchat(1), bnbot(1), bnpass(1), bnftp(1), bnetd.conf(5), bnmotd.txt(5) AUTHORS
Ross Combs (ross@bnetd.org), Rob Crittenden (rob@bnetd.org), and Mark Baysinger (mark@bnetd.org) BNETD
12 June, 2000 BNETD(1)

Check Out this Related Man Page

BNETD.CONF(5)							BNETD User's Manual						     BNETD.CONF(5)

NAME
bnetd.conf - configuration for the Unix Battle.net daemon DESCRIPTION
The file bnetd.conf contains information used by the Unix Battle.net daemon bnetd(1) to obtain system-specific information such as file locations and policies. The file consists of a list of configuration entries and comments. A comment starts with a pound (#) sign and continues to the end of the line. Blank lines and whitespace are ignored between entries. A configuration entry is composed of two fields separated by an equals (=) sign: directive = value The directive field contains the name of the configuration item you want to set to the value of value. If the value contains spaces it should be surrounded by quotation marks ("). The value may not contain quotation marks. Multiple entries are not allowed on a single line. If the field is Boolean, any of true, false, yes, no, 1, or 0 may be used. If the field is numeric, it must be in base ten. If the field is an address list, it must be delimited by commas. Each element may contain a hostname (or IP) and a port number. If a port number is given, it must be preceded by a colon (:). A colon by itself may be used to represent the wildcard address. If the field is a file or directory path, use of an absolute pathname is recommended. The values for iconfile, tosfile, and mpqauthfile are not pathnames but just the names of the files. They must be in the filedir directory. Recognized values for directive include: filedir Specifies the path where downloadable files are stored. These files are include the TOS (terms of service), icons, and ad banners. (Normally "files/") userdir Specify the path where user accounts are stored. (Normally "users/") reportdir Specify the path where game reports are stored. (Normally "reports/") chanlogdir Specify the path where channel logs are stored. (Normally "chanlogs/") defacct Specify the path of the default account file. This file contains all default account attributes which are used when an attribute is not set on an actual account. (Normally "bnetd_default_user") motdfile Specify the path of the "message of the day" text file. This is displayed when a user enters the first chat channel. (Normally "bnmotd.txt") channelfile Specify the path of the permanent channel list. (Normally "channel.list") newsfile Specify the path of the file that is printed when the /news command is used. If no file is specified or the file doesn't exist then the server prints "No news today" to the user. (Normally "news.txt") adfile Specify the path of the ad banner list which determines which banners to display at which times. (Normally "ad.list") ipbanfile Specify the path of the IP ban file which can be used to block connections from certain addresses. (Normally "bnban") helpfile Specify the path of the chat command help file. (Normally "bnhelp") transfile Specify the path of the game address translation file which can be used to allow players from behind a NAT firewall to play with those outside of the firewall. (Normally "gametrans") mpqfile Specify the path of the autoupdate MPQ archive list. It chooses which versions of which clients to update. (Normally "autoupdate") logfile Specifies the file where the server appends the event messages selected with the loglevels field. (Normally "bnetd.log") pidfile Specify the path of the file where the server records its process ID. (Normally "bnetd.pid") fortunecmd The path for the program to be executed when /fortune is used. See fortune(6). (Normally "/usr/games/fortune") loglevels Specify A comma-delimited list of message levels to log. The avaliable levels are: trace flow tracing statements debug debugging information info potentially useful informational warn potentially serious events error error messages and unexpected events fatal fatal errors iconfile Specify the name of the BNI chat icons file which must be inside of the filedir directory. (Normally "icons.bni") tosfile Specify the name of the TOS file which must be inside of the filedir directory. (Normally "tos.txt") allow_autoupdate Enable or disable to automatic client update facility. If you want to allow different client versions to connect, set this to false. If you want to update all clients to the same version, be sure to also download the MPQ auth file, and the update MPQ. mpqauthfile Specify the name of the MPQ authorization file which must be inside of the filedir directory. This file is used to deter- mine the current client version. This is only needed if allow_autoupdate is turned on. (Normally "IX86ver1.mpq") usersync Specify the time in seconds between account file saves. A value of 0 means to wait until shutdown to save account files and not do do periodic updates. userflush Specify the number of seconds of inactivity before a user is unloaded from memory (only checked during file account updates, see usersync. After the account has been unloaded, it must be read from disk when accessed again. latency How often to send user latency tests to the user, in seconds. These are used to decide how many "lag bars" to print next to users in channels. shutdown_delay Specify the amount of time in seconds to delay shutting down the server when it receives a SIGTERM or SIGINT signal(7). shutdown_decr You can decrease the amount of time to wait by this value by sending another SIGTERM or SIGINT signal(7). newaccounts If this value is true then new accounts may be created by users on the system. Administrators can always use the /addacct chat command. kick_oldlogin If this value is true then a second login by the same user will kick off the first, otherwise the second login will get message saying that they are already logged in. ask_new_channel If this value is true, a user using the "Channels" button to join a non-existing channel will be asked if they wish to create it just like Battle.net. Otherwise, the channel will be created silently. report_all_games If this value is true, all games with more than one player lasting for more than 5 minutes will be logged. Otherwise, only ladder games are logged. hide_pass_games If this value is true, private (passworded) games will not be shown in the game list just like Battle.net. Otherwise all games will be listed. hide_started_games If this value is true, games which have already stated will not be sent to the clients. The clients filter these games out for Starcraft and Brood War already. hide_temp_channels If this value is true, private channels will not be shown in the channel list just like Battle.net. Otherwise all chan- nels will be listed. extra_commands If this value is true then all the extended chat commands are enabled, otherwise only those which exist on Battle.net are enabled. disc_is_loss If this value is true then any disconnect will be treated as a loss (regardless of the setting in ladder games). enable_conn_all If this value is true then all users may use the /con and /connections commands. Otherwise only administrators may use them. hide_addr If this value is true then IP addresses will be hidden from non-admins in the output of the /con, /games, /gameinfo, and /netinfo commands. chanlog If this value is true then private channels will be logged to files in the chanlogdir direcotry. The logging of public (permanent) channels is controlled in the channelfile file. track Set this value to 0 to disable sending updates to the tracking server. Any other number will set the number of seconds between tracking packets. Try to use a number above 60 seconds unless you know the tracking server administrator doesn't mind being spammed. trackaddrs Specify a comma-delimited list of addresses of tracking servers to send updates to. The address for the master server is "track.bnetd.org". A port may be specified after a colon numerically or by name from /etc/services(5). If a port number is not specified, it defaults to 6114. location Give a description of the physical location of the server such as "San Diego, CA, USA". This is reported to the tracking server. description Give a description of title or role of the server such as "Joe's Spiffy Server". This is reported to the tracking server. url Give a URL for the homepage or contact for the server such as "http://www.foo.com/joeserv.html". This is reported to the tracking server. contact_name Give the name of the contact for the server such as "Joe Blockhead". This is reported to the tracking server. contact_email Give the email address of the contact for the server such as "joe@foo.com". This is reported to the tracking server. use_keepalive If this value is set to true, the server will enable the TCP keepalive option to allow the system to detect stale connec- tions. servaddrs Specify the comma-delimited list of addresses the server should listen on. A port may be specified after a colon numeri- cally or by name from /etc/services(5). If a port number is not specified, it defaults to 6112. udptest_port The UDP port number which is assumed for clients if they don't send SESSIONADDR packets. If it is set to zero, the server will use the remote TCP port number as the default UDP port number. SEE ALSO
bnetd(1) AUTHOR
Rob Crittenden (rob@bnetd.org), Ross Combs (ross@bnetd.org) BNETD
12 June, 2000 BNETD.CONF(5)
Man Page