From 4543ad9f07d293f0a464bde463b04e75f9af850b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 21 Apr 2014 22:11:33 +0100 Subject: [PATCH] etc/hosts: Move VPN hosts to ...:1. Linux thinks that host addresses which coincide with network base addresses are `anycast', and that this means that it shouldn't send ICMP errors to them. This is obviously ridiculous. so move hosts to address ...:1 to prevent this stupidity. --- etc/hosts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/hosts b/etc/hosts index b152165..96df43e 100644 --- a/etc/hosts +++ b/etc/hosts @@ -20,7 +20,7 @@ artist \ .unsafe 172.29.199.4 2001:470:9740:1::4 \ .untrusted 172.29.198.2 2001:470:9740:8001::2 orange \ - 172.29.199.131 2001:ba8:1d9:6000::3:0 + 172.29.199.131 2001:ba8:1d9:6000::3:1 fender \ .jump 212.13.198.69 2001:ba8:0:1d9::2 \ .colo 172.29.199.177 2001:ba8:1d9:2::1 @@ -54,7 +54,7 @@ invader ## Mobile devices. crybaby \ - 172.29.199.129 2001:ba8:1d9:6000::1:0 + 172.29.199.129 2001:ba8:1d9:6000::1:1 terror \ 172.29.199.130 -- 2.11.0