<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<blockquote TYPE=CITE>Speaking of binding - when the server launches, does
it bind
<br>itself to every interface on a multihomed machine? Does this/Will
<br>this cause confusion when talking to the gamespy/2015 master
<br>servers? What determines what the server presents itself as
<br>to the master servers?</blockquote>
I run a server on a multihomed machine and it binds to the interface that
corresponds to the net_ip setting, which also is exposed to the Internet.&nbsp;
Never tried accessing it via the LAN nic though.&nbsp; Might be worth a
try.
<p>I don't know if anyone will find this useful or interesting, but this
is a modified version of the BASH script I use to start my server -- for
what its worth
<br>It starts the linux server, makes it dedicated to Internet, running
on port myport of IP address myip, then exec's server.cfg -- the server
config file -- then exec's dm.cfg --&nbsp; my death match config.<tt></tt>
<p><tt>/usr/local/games/mohaa/mohaa_lnxded&nbsp; \</tt>
<br><tt>+set dedicated 2 \</tt>
<br><tt>+set net_port myport \</tt>
<br><tt>+set net_ip myip \</tt>
<br><tt>+exec server.cfg \</tt>
<br><tt>+exec dm.cfg</tt>
<br>--
<br>name:Greg C. Miller
<br>title:Systems and Network Administrator/Sr. Analyst
<br>e-mail:gmiller@oei-tech.com
<br>url:<a href="http://www.oei-tech.com/">http://www.oei-tech.com/</a>
<br>voice:(540) 373-6025
<br>fax:(540) 899-5471
<br>&nbsp;</html>