Skip to content

klik avalanche (1): DNS problems -- use "IP 134.169.172.48 klik.atekon.de" in /etc/hosts

Wednesday, 21 September 2005  |  pipitas

Seems like my Dot story on klik has kicked off a little avalanche....

One thing however that keeps it from growing right now is a DNS problem with the klik.atekon.de ISP provider. The klik server's IP address is 134.169.172.48. To work around the DNS problem, you should add the following entry to your /etc/hosts file: 134.169.172.48 klik.atekon.de

This will help for installing the klik client scripts:

wget klik.atekon.de/client/install -O - | sh

Or, alternatively put the IP into the command:

wget 134.169.172.48/client/install -O - | sh

It will also help fetching and testdriving klik packages from the commandline like this:

${HOME}/.klik klik://scribus-latest ${HOME}/.klik klik://xvier

However, this may not help for cases where you use a browser that doesn't look into the hosts file before contacting a DNS server.