• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't use hostnames on Linux-WinXP LAN?

Basically I have a home LAN that needs DHCP. However, I can't use Linux hostnames to access WinXP boxes and vice versa. How would I set this up?
 
netbios is a (imho) broken protocol, that works sometimes, and not others. You have to define the linux "hostname" (netbios name) in your samba conf file, not your hostname.
 
... OR if you've got a really small network, you could manually configure your IP address to hostname mappings in your HOSTS file.

%systemroot%\system32\drivers\etc\hosts

This is the old, old way to configure host names, but it's a ton simpler than running a DNS server IMHO. The problem is when anything changes, you have to update this file on all of the machines on your network. But if it's a small network, it's not really that big of a deal.
 
I always thought this was a sort of lame solution, but does the device you are serving DHCP from support either MAC filter or host name assignments of addresses? You can get 'static' dynamic addresses that way. It will help with your names resolution and still be a dynamic address to the client.
 
Back
Top