Binding Calendar services to just one IP.

Hello, i managed to bind Messaging system to one ip but i'm still unable to bind calendar services to just one IP (box has 3 ips). Can anyone post me solution where to change it so all those services would be only on one ip and not on all, taking unnessecary ports? Thanks

tcp00 0.0.0.0:30800.0.0.0:*LISTEN24208/cshttpd

tcp00 0.0.0.0:579970.0.0.0:*LISTEN24184/enpd

tcp00 0.0.0.0:194720.0.0.0:*LISTEN24196/csadmind

tcp00 0.0.0.0:810.0.0.0:*LISTEN23745/webservd-wdog

tcp00 0.0.0.0:274420.0.0.0:*LISTEN23687/job_controlle

tcp00 0.0.0.0:88880.0.0.0:*LISTEN24074/webservd-wdog

tcp00 0.0.0.0:79970.0.0.0:*LISTEN23657/enpd

[670 byte] By [MadBoy] at [2007-11-26 9:19:02]
# 1

Hi,

You have a few different applications listed here and you didn't supply any version information so some of these may/may not work:

cshttpd (calendar):

try setting the following parameter in ics.conf:

service.http.listenaddr = "<interface IP>"

For messaging server, there is a script called ha_ip_config already provided which sets all of the appropriate values for messaging server. This should help with the job_controller port.

For the various enpd processes (one for calendar and one for mail), I don't think there is any easy way of setting this.

See how you go with the settings above.

Cheers,

Shane.

shane_hjorth at 2007-7-6 23:48:41 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
Ah, tnx for cshtttpd :) Works nicely. Thought it would do also csadmind but it didn't changed. ha_ip_config will try soon, tnx for it too :) When done i'll post what i am missing so maybe then someone can help a little with it.
MadBoy at 2007-7-6 23:48:41 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...