I have a laptop that has a built-in ethernet port as well as a 802.11 wireless card. At times, this laptop connects to the lan through ethernet and at times through wifi.
The lan has a 8port 10/100bt hub as well as a wap. And it has a dsl router (sonicwall soho).
Using so-called static dhcp addressess associated with an interface's mac address, the dsl router can give each interface its own ip address that will never be given to any other interface. But it will not give two interfaces the same ip address.
I am not running anything like a dynamic dns registration service.
Regardless of which interface connects the laptop to the lan, I would like the other machines on the lan to be able to utilize services on the laptop (ssh, smb, http, ...), and I would prefer they access those services by name and not by my entering the current ip address each time.
What can I do?
Thanks,