Excellent!
Okay, I still have one outstanding issue:
I have a WinDoze server here at home that I use for ColdFusion Web work. It has multiple site domains (unregistered) that live on the same ip address.
When I set up NetInfo to map both of these domains to the same IP address, only one is visible in IE. The other is "Unfound".
Am I doing something wrong?
[localhost:~] tommywillb% nidump -r /machines /
{
"name" = ( "machines" );
CHILDREN = (
{
"ip_address" = ( "127.0.0.1" );
"name" = ( "localhost" );
"serves" = ( "./local" );
},
{
"ip_address" = ( "##.###.84.218" );
"name" = ( "w2k.<my domain>.com" );
"serves" = ( "./local" );
},
{
"ip_address" = ( "##.###.84.218" );
"name" = ( "karney.<my domain>.com" );
"serves" = ( "./local" );
},
{
"ip_address" = ( "255.255.255.255" );
"name" = ( "broadcasthost" );
"serves" = ( "../network" );
}
)
}