Scroll to navigation

BNPROXY(1) BNETD User's Manual BNPROXY(1)

NAME

bnproxy - Battle.net proxy daemon

SYNOPSIS

bnproxy [-f] [-d dumpfile] [-l logfile] [-p port] [servername [serverport]]

DESCRIPTION

bnproxy is a simple daemon which will relay client connections to a Battle.net server like bnetd(1). It has the capability of saving a hexadecimal/ASCII dump of the network records (packets) into a log file. Someday this command might be useful for people playing from behind a NAT firewall.

If no servername is specified, localhost is assumed. If no serverport is specified, 6112 is assumed.

OPTIONS

Put a hex dump of packets sent and received into the specified file.
The server normally acts as a daemon and goes into the background. This forces the server to run in the foreground.
Print server usage information and exit.
Put the event log messages into the specified file.
Listen on the specified TCP and UDP port number.
Causes bnproxy to print its version number and exit.

NOTES

BUGS

No support for dynamic UDP address determination (SESSIONADDR[12] packets) has been added. Support for multiple clients is broken because the server becomes confused as to which client to relay UDP server traffic to.

SEE ALSO

bnetd(1)

AUTHOR

Ross Combs (ross@bnetd.org)

12 June, 2000 BNETD