LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   SSH will not connect to hostname, only IP address. (https://www.linuxquestions.org/questions/linux-networking-3/ssh-will-not-connect-to-hostname-only-ip-address-558766/)

nominruil 06-03-2007 03:42 AM

SSH will not connect to hostname, only IP address.
 
Quite simply, my problem is that I want to be able to type 'ssh <hostname>' instead of 'ssh <ipaddress>'

The problem is that ssh fails to resolve the hostname and thus only successfully connects by ip address.

I do NOT want to update the /etc/hosts file every single time I connect a computer or DHCP assigns a different address to a computer, that is not an option.

I have a linksys WRT54G v6 (so no DD-WRT :mad: ) and all the computers are connected to the same switch.

This is not specifically an SSH problem, ping <hostname> does not work either, so it has something to do with the way the hostname's are resolved and/or the communication between DHCP and DNS inside the linksys box.

acid_kewpie 06-03-2007 04:14 AM

all that and it took you till the very end to even mention DNS... no idea what DNS is doing on the router, is it just a forwarder or do other leases get converted to DNS entries? may well be the case that if the DHCP request actually contains the hostname option the DHCP server will add the DNS data to it. outside of that, you may wish to move dns and dhcp to a different machine, maybe using something very small and compact like dnsmasq.

nominruil 06-03-2007 01:26 PM

So to put it simply, the only way to make this possible is to create a DNS/DHCP server on a separate machine using masquerading?


All times are GMT -5. The time now is 04:25 PM.