They do.<br><br>However, I do have some weird behaviour.  I have the server_name set to <a href="http://www.example.com">www.example.com</a> and that correctly connects me to my web server.  But if I type in 10.1.2.3, that connects me to my web server as well, even though I don't have a default rule setup.<br>
<br>When I go to 10.1.2.4 I get a "Welcome to nginx!" page.<br><br><div class="gmail_quote">On Thu, Feb 9, 2012 at 12:54 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div><div class="h5"><br>
On Thu, Feb 09, 2012 at 12:42:47PM -0500, Bai Shen wrote:<br>
<br>
> I have two nics on my server.  I have nginx set to listen on one of them<br>
> using "listen 10.1.2.3 80"  However, it keeps listening on the other ip as<br>
> well.  So i'm unable to start anything else on port 80 on that interface.<br>
><br>
> Any ideas what could be wrong?  Everything I'm finding says that the listen<br>
> command is all I needed to do.<br>
<br>
</div></div>Make sure all server{} blocks in your config have the above listen<br>
explicitly specified.  If server{} block have no listen directives<br>
at all, nginx will use "listen 80" by default, and this may be a<br>
culprit.<br>
<span class="HOEnZb"><font color="#888888"><br>
Maxim Dounin<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>