[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Forcing interface on JDL or fixing BIND_ALL_INTERFACES related settings



Dear all,

I have a setup that was so far for local submission and has been working fine. The server has 2 interfaces, one for the private network the other for the public. Now we want to start trying Condor-G submission. It somewhat works but there's a major problem :

02/12/15 10:22:08 DC_AUTHENTICATE: attempt to open invalid session hostname:28748:1423763803:34, failing; this session was requested by <198.1.1.1.1:48198> with return address <10.4.255.253:42389>

Basically it starts talking to the server in the WAN through the right interface but the return address is on the private network. Needless to say that it fails from there.

I checked that BIND_ALL_INTERFACES would have been helpful. But it's already true.

So I thought that either there would be a way to specify the interface in the JDL (so condor_g jobs would ask to use only the public interface), or we could do something with the configuration to make it use the right interfaces in the right time - I ran out of ideas of what that could be. Let me know if you know of more helpful settings to solve this problem.

Thanks,
Samir