Connect to host by name using a Linksys wrt54g as my router and dhcp server

2

I have a Linksys WRT54G router at my house.

How do I enable/perform connect-by-name on my network (like "kitchen" and "musicbox") on Windows XP, Linux (Ubuntu and CentOS), and Mac clients?

Sometimes it seems to work "on its own", but normally I have to go by IP address - which is a bit of a pain to remember properly.

I'd also like to NOT use the /etc/hosts route and have to maintain all of them by hand.

warren

Posted 2010-03-11T18:13:47.910

Reputation: 8 599

Answers

1

Probably not the answer you are looking for but this is exactly what a domain server can easily accomplish for you. So if your linux machine is always on, you could use it to assign dhcp for the network instead of the router. So then it can take the computer name and assign it a dns entry. An example could be found here. But you are better off going to your distro's website and find documentation on it.

Unfundednut

Posted 2010-03-11T18:13:47.910

Reputation: 6 650

I may go for setting-up a VM running something like m0n0wall and use it as my firewall/router/etc. Thanks for this idea. – warren – 2010-03-16T20:22:44.880

1Heh I personally love m0n0wall. A friend and I both use it for our personal routers. – Unfundednut – 2010-03-16T22:30:08.880

1

You can try loading an 3rd party firmware onto your router such as Tomato or DD-WRT. Both support this feature out of the box.

heavyd

Posted 2010-03-11T18:13:47.910

Reputation: 54 755

not possible by default, eh? shame :-\ – warren – 2010-03-16T20:24:18.713