jgroups udp组播设置求教

<cacheManagerPeerProviderFactory
        class="net.sf.ehcache.distribution.jgroups.JGroupsCacheManagerPeerProviderFactory"
        properties="connect=UDP(mcast_addr=224.0.0.0;mcast_port=45566;):PING:
MERGE2:FD_SOCK:VERIFY_SUSPECT:pbcast.NAKACK:UNICAST:pbcast.STABLE:FRAG:pbcast.GMS"
        propertySeparator="::"
        />

java代码的设置如上。
网络小白请教,两台linux服务器的Ip分别是局域网的192.168.1.3,192.168.1.4,请问我应该怎么设置服务器的网络,使得两个java服务器能通过jgroups寻找到对方

http://bbs.csdn.net/topics/392041942