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

Re: [HTCondor-users] NETWORK_INTERFACE - IP address subnet notation not working



On 11/11/2021 6:48 PM, Hitchen, Greg (IM&T, Kensington WA) wrote:
Hi everyone

Is someone able to confirm that an IP address of the form:

128.104.0.0/16

does NOT work for:

NETWORK_INTERFACE = 128.104.0.0/16

Hi Greg,

The documentation for NETWORK_INTERFACE is here:

https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#NETWORK_INTERFACE

Looks like using subnet notation is not allowed, butusing a wildcard is, so maybe you could achieve what you want via:

NETWORK_INTERFACE = 128.104.*

regards,
Todd