[Dxspider-support] Real IP using Proxies

Joaquin . joaquin at cronux.net
Tue Feb 1 07:58:40 GMT 2022


Hi Dirk,

About the problems with the PROXYs when they have to be identified by their
public IP, apart from the inclusion you made for HAProxy that works
perfectly, there is a problem that was not considered at the time. I am
referring to the IP of the cluster when it starts up.

This is what happens at startup:

PC92^EA4URE-6^25800^A^^5EA4URE-3:192.168.1.121^H99^
PC92^EA4URE-6^25800.01^A^^5EA4URE-3:192.168.1.121^H99^

the Local IP is sent to the Network.

How about using a verification mechanism that gives you the Public IP and
also works for dynamic IPs?

Something like this:

dig @ns1-1.akamaitech.net ANY whoami.akamai.net +short
dig @resolver1.opendns.com myip.opendns.com +short
dig @ns1.google.com TXT o-o.myaddr.l.google.com +short

More than one destination can be added, it is a simple linux command and it
can be used for both IPv4 and IPv6:

IPv4
dig @resolver1.opendns.com A myip.opendns.com +short -4
IPv6
dig @resolver1.opendns.com AAAA myip.opendns.com +short -6

Kin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20220201/bb5be259/attachment.htm>


More information about the Dxspider-support mailing list