Results 1 to 3 of 3
Hi all, I'm new here, so apologies if this has already been answered, but I have searched with no joy.
We have some debian 5 based machines, which I would ...
- 12-31-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 1
ping debian hostname
Hi all, I'm new here, so apologies if this has already been answered, but I have searched with no joy.
We have some debian 5 based machines, which I would like to move from static to dhcp addressing. This is because they will be moved to different locations, where routers may vary etc.
I have set a hostname (/bin/hostname), but when I try to ping that hostname, it says unknown host. If i try to ping hostname.local it works, but only for that machine. I need it to be reach able by the other machines.
The only cure I've found only was to enter the IP into the hosts file, but due to me needing dhcp, this isnt ideal.
Can anyone shed any light onto this?
below are my network configs.
"/etc/network/interfaces"
"/etc/hosts"auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname test
"/etc/resolv.conf"127.0.0.1 localhost.localdomain localhost
nameserver 208.67.222.222
nameserver 208.67.220.220
# have also tried this with router IP
- 12-31-2009 #2
- 12-31-2009 #3
probably you think DNS works the same as netbios
you need the dhcp server to register the clients in a local dns, which you will have to use in order to ping the others


Reply With Quote

