So... I have a machine on a network, and it's working pretty well... but some of the name lookups are failing. I should probably be fixing that, but I'm exasperated, and out of time... so for now, I'm looking for a workaround.
Namely... if I
ping machineName
I get a lookup failure
but if I
ping machinename.astringNotTheDomainTho
then it works just fine
Is there something I can put in the hosts file or something similar such that it will automatically append that for me when doing a machine lookup?
If not, then for a couple key machines references all over the place, is there a way I can put an entry in the hosts file without an IP address (they're dynamic)
Something like
0.0.0.0 machinename.astringNotTheDomainTho machinename
?
Namely... if I
ping machineName
I get a lookup failure
but if I
ping machinename.astringNotTheDomainTho
then it works just fine
Is there something I can put in the hosts file or something similar such that it will automatically append that for me when doing a machine lookup?
If not, then for a couple key machines references all over the place, is there a way I can put an entry in the hosts file without an IP address (they're dynamic)
Something like
0.0.0.0 machinename.astringNotTheDomainTho machinename
?