I'm using proximo static ip to connect to a backend service. The example docs show a netmask 172.18.32.0/24
. To my understanding of CIDR that would proxy for 172.18.32.1
, 172.18.32.2
, etc.
I want to use a netmask that only matches one ip address. Is there such a netmask? What would it look like for ip address 5.5.5.5
for example?
I tried without any /x
entry, but it's not connecting.
A mask of /32
will match exactly one IP.