Scott Silva wrote on Tue, 07 Oct 2008 15:40:11 -0700:
(or bind the ListenAddress to a specific IP)
That's the only way it works. Default is:
#ListenAddress 0.0.0.0 #ListenAddress ::
(e.g. both options are set by default) so decommenting ListenAddress 0.0.0.0 won't make a difference.
Kai