JohnnyFromBF Asked: 2011-09-19 03:24:48 +0800 CST2011-09-19 03:24:48 +0800 CST 2011-09-19 03:24:48 +0800 CST What's the difference between a daemon listening on 10.0.2.15:53 and a daemon listening on 0.0.0.0:53? 772 I wanted to know the difference between these two states, I just did a netstat -anob on my 2008 R2 testing machine. windows-server-2008 port daemon windows-server-2008-r2 1 Answers Voted Best Answer Bart Silverstrim 2011-09-19T03:28:09+08:002011-09-19T03:28:09+08:00 One is listening to a specific IP address (interface) while the 0.0.0.0 is listening to all interfaces (loopback, a local address, public address...any address the machine has, it's listening to.)
One is listening to a specific IP address (interface) while the 0.0.0.0 is listening to all interfaces (loopback, a local address, public address...any address the machine has, it's listening to.)