Come out, come out, wherever you're tunneled into!
December 1, 2007 7:02 PM
Subscribe
Identifying my home machines via their VPNed-in tunnel interfaces without dynamic DNS - help!
I have a number of home machines that are regularly VPNed into my place of work. The internal VPN pool is DHCP-dynamic and the segment in question will not be offering dynamic DNS service record updates anytime soon. I need a way to sweep the VPN pool(s - multiple concentrators) and identify which machines are mine and which are which with a reasonable degree of certainty.
VNC is the only service they all have in common, so as a stopgap measure I had been doing an nmap sweep with '--open -p 5900' to find all VNC servers and then banging on all of them with login attempts until i found mine. Besides being security-stupid (unencrypted), this pisses many savvier users off and mandates that I keep X running on boxes that don't need GUIs. I'd like to find a replacement service that can run on all of my machines (many linux, a few windows, 1 mac) that can be quickly polled with nmap and return a unique string ala 'quirky hostname lives here' that can be parsed out of the nmap results with grep.
I can already do such things with SNMP but I don't think NMAP can poll snmp strings. I'm thinking about qotd, chargen, upnp, etc. but while I know of them I've never customized them. Does anyone know of any such services which I can install on all of my hosts that will advertise themselves on all interfaces (even temporary ones)?
Thanks!
posted by datacenter refugee to computers & internet (7 comments total)
posted by rhizome at 7:49 PM on December 1, 2007