diff options
author | Philip Hands <phil@hands.com> | 2016-05-11 17:28:27 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-11 17:28:27 +0200 |
commit | 13a30494ac41b81a39272a8b327729487f974b71 (patch) | |
tree | da7261449ac204bde3994ade1c30bbfd9b80ea63 /hosts/jenkins-test-vm | |
parent | 6e3899e592d50701b497474c044d912f40233fcc (diff) | |
download | jenkins.debian.net-13a30494ac41b81a39272a8b327729487f974b71.tar.xz |
failed attempt to get proxy to work properly :-/
If telling d-i to go via the proxy, it fails to get all files at
the first attempt, and needs one to hit "Retry" after which it works.
This was an attempt to force a DNS request prior to the http requests
in the hope that it would make sure the network is ready -- didn't help
Diffstat (limited to 'hosts/jenkins-test-vm')
-rw-r--r-- | hosts/jenkins-test-vm/etc/hosts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/jenkins-test-vm/etc/hosts b/hosts/jenkins-test-vm/etc/hosts new file mode 100644 index 00000000..290742db --- /dev/null +++ b/hosts/jenkins-test-vm/etc/hosts @@ -0,0 +1,9 @@ +127.0.0.1 localhost +46.16.73.145 jenkins-test-vm + +10.2.1.1 local-http-proxy + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters |