Question for any network gurus re host names

Robbo

Retired Mod
My Satellite Setup
TM6800HD, TM1000, TM600 Linux,TM2200 motor, Channel Master 1.2m motorised, TD110 dish Meter=Satlook Micro+G2 NIT
My Location
Gravesend,Kent,UK
Hi, does anyone know the answer to this please.

I have a PC running Win2000 connected to a power PC via ethernet. Both system have fixed IP addresses. There is no sever etc, they are connected via a network hub.

When I ping the PowerPC I can use a name 'MyPowerPC' and this is automatically equated to an IP address.

However, I have just rehosted the PC software to a Laptop, and the software as it written at the moment needs this same name to IP address conversion.

Does anyone know how/where to make this happen?

Cheers
Robbo:)
 
Try adding it to the hosts file in system32\drivers\etc in the form

ip address <TAB> name

e.g 192.168.5.22 mypowerpc
 
Thanks, that did the job:)

Wasn't aware of that file. That'll save me trawling through all the C/C++ code and modifying.
 
Back
Top