Quote:
|
Is there anyway on OSX ( snow leopard ) and XP to be assign unique names to each card?
|
Pretty sure it can't be done, at least not directly. But you can use the hosts file--c:\windows\system32\drivers\etc\hosts on XP--as follows. At least you can try it; I just thought of it.
Let's say your machine names are osx and xp, and the respective ethernet IPs are 10.0.0.10 and 10.0.0.20.
Add to the XP's hosts file
10.0.0.10 osx
and to the OSX's hosts file (have no idea where it is)
10.0.0.20 xp
and then use the names osx and xp for your internal access.
The hosts file assignment takes precedent over other name resolution so that should work.
For this to work you will need to use static IPs on the ethernet cards, and I suggest to not use the APIPA (169.254.x.y) ones. Besides, 10.0.0.x are easier to type and remember.
