Subject: [HTCondor-users] Job does not start: Failed to reverse connect to daemon via CCB
Hello,
I have two machines on the local network:   1) Central Manager (172.17.0.7)   2) Submit node (172.17.0.8) The configuration of both contains the following:   USE_SHARED_PORT = TRUE   SHARED_PORT_PORT = 9618   UPDATE_COLLECTOR_WITH_TCP = TRUE   BIND_ALL_INTERFACES = TRUE   PRIVATE_NETWORK_NAME = pseven-htcondor   CCB_ADDRESS = $(COLLECTOR_HOST)
And I configured port forwarding from my "public" IP (let it be 1.1.1.99): Â Â ÂA. Forwarding from 1.1.1.99:9618 -> 172.17.0.7:9618
And I added windows Execute node (it has 1.1.1.51 IP) with the following configuration settings:  ÂCONDOR_HOST = 1.1.1.99  ÂCOLLECTOR_HOST = $(CONDOR_HOST):9618  ÂHOST_ALIAS = pseven-htcondor-remote  ÂPRIVATE_NETWORK_NAME = pseven-htcondor-remote  ÂDAEMON_LIST = STARTD  ÂCONDOR_ADMIN =  Âuse POLICY : ALWAYS_RUN_JOBS  ÂWANT_VACATE = FALSE  ÂWANT_SUSPEND = TRUE
Is it correct output if I have the CCB configuration with StartdD behind a firewall? Maybe I need to set CCBID to 1.1.1.99:9618 instead of 172.17.0.7:9618? Is it possible? In other words: How to configure an Execute node to make TCP connections through 1.1.1.99 IP (as set out in CONDOR_HOST and COLLECTOR_HOST settings) but not through local ones (172.17.0.7/172.17.0.8)?
Thanks in advance for any help!
__
Sincerely yours, Ivan Ergunov                         mailto:hozblok@xxxxxxxxx