Min Sarge blev i sin tid installeret som DHCP-klient med hostnavnet
localhost@localdomain. Jeg forsøger nu at ændre den til statisk IP og
hostnavnet pc3d, men det vil ikke rigtig lykkes.
Jeg har fjernet pakken dhcp-client og derefter ændret filerne
/etc/hostname og /etc/hosts, men opslag på pc3d (aka localhost aka
10.169.33.38) sendes videre til min ISP's DNS-servere, som naturligvis
melder 'not found'. Samme resultat fås ved opslag på de øvrige hosts i
hosts-filen.
Nogen der kan gennemskue, hvordan jeg kommer videre med denne? Som jeg
ser det er problemet, at /etc/hosts ikke bruges ved navneopslag.
Sig til, hvis der skal bruges yderligere dokumentation.
mvh Per
Kommandoer:
pc3d
# hostname
pc3d
pc3d
# dnsdomainname -v
gethostname()=`pc3d'
Resolving `pc3d' ...
dnsdomainname: Unknown host
pc3d
# ping -c2 pc3d
ping: unknown host pc3d
pc3d
# ping -c2 localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.127 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.119 ms
pc3d
# ping -c2 10.169.33.38
PING 10.169.33.38 (10.169.33.38) 56(84) bytes of data.
64 bytes from 10.169.33.38: icmp_seq=1 ttl=64 time=0.154 ms
64 bytes from 10.169.33.38: icmp_seq=2 ttl=64 time=0.118 ms
pc3d
# ping -c2 news.telia.dk
PING news.dk.telia.net (194.255.237.193) 56(84) bytes of data.
64 bytes from nntp02.dk.telia.net (194.255.237.193): icmp_seq=1 ttl=54
time=19.6 ms
64 bytes from nntp02.dk.telia.net (194.255.237.193): icmp_seq=2 ttl=54
time=19.4 ms
Konfigurationsfiler:
pc3d
# cat /etc/hostname
pc3d
pc3d
# cat /etc/resolv.conf
nameserver 193.162.192.43
nameserver 193.162.192.44
pc3d
# cat /etc/host.conf
order hosts,bind
multi on
pc3d
# cat /etc/hosts
10.169.33.38 pc3d
10.169.33.34 pc4d
10.169.33.33 rt0
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
pc3d
# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo eth0
iface lo inet loopback
# The primary network interface
iface eth0 inet static
address 10.169.33.38
netmask 255.255.255.240
broadcast 10.169.33.47
network 10.169.33.32
gateway 10.169.33.33