[CalendarServer-users] Service exists at only 127.0.0.1

Robert Harris robert.harris at manville-harris.co.uk
Wed Jan 30 16:08:47 PST 2008


Hi,

I've just downloaded and compiled DCS on Mac OS 10.5.1.

I'm unable to create a service on my node's LAN address, i.e.  
192.168.0.101, in
spite of making the following changes:

$ diff caldavd-test.plist caldavd-dev.plist
35c35
<   <string>localhost</string>
---
 >   <string>myhostname.local</string>
54c54,57
<   <array></array>
---
 >   <array>
 > 	<string>127.0.0.1</string>
 > 	<string>192.168.0.101</string>
 >   </array>
$

Pointing my browser to 127.0.0.1:8009 appears to work. Port 8008
doesn't work:

$ telnet 127.0.0.1 8008
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
$

Similarly, a connection to 192.168.0.101:8009 is refused.
However, a connection to 192.168.0.101:8008 succeeds
but is dropped. E.g.

$ telnet 192.168.0.101 8008
Trying 192.168.0.101...
Connected to 192.168.0.101.
Escape character is '^]'.
GET /


Connection closed by foreign host.
$

After shutting down the server (i.e. sending 'run' a ctrl-C),  
connections
are refused to all of the above connections/ports.

There is no error file in logs/ , and there seems to be nothing
appropriate on stdout/stderr .

Any pointers would be gratefully received.

Regards,

Robert





More information about the calendarserver-users mailing list