[CalendarServer-users] BindAddresses Doesn't Work?

Stephen Bowman sbbowman at gmail.com
Mon Mar 17 07:24:48 PDT 2008


  <!-- SSL port [0 = disable HTTPS] -->
  <key>SSLPort</key>
  <integer>9443</integer>


  <!--
    Network address configuration information

    This configures the actual network address that the server binds to.
  -->

  <!-- List of IP addresses to bind to [empty = all] -->
  <key>BindAddresses</key>
  <array>
        <string>65.12.223.234</string>
        <string>75.145.224.197</string>
  </array>

This only binds to the last entry:

# netstat -an | grep 9443
tcp        0      0 75.145.224.197:9443         0.0.0.0:*
LISTEN
#

If I rearrange the BindAddresses array, it will always bind to only the last
entry...

This is on Linux FC7...

-Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-users/attachments/20080317/ab19448c/attachment.html


More information about the calendarserver-users mailing list