From 45dcb42309fac7cfe1ba7ce3f64b3e1565fbc10e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Sep 2021 08:16:13 +0100 Subject: [PATCH] Force IPv4 betwween Amsterdam and Dublin --- roles/equinix-ams.rb | 1 + roles/equinix-dub.rb | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 718a4f632..ece584cf9 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -23,6 +23,7 @@ default_attributes( :prefix => "64", :gateway => "2001:978:2:2C::172:1", :routes => { + "2001:470:1:b3b::/64" => { :type => "unreachable" }, "2001:978:2:2c::/64" => { :type => "unreachable" }, "2001:4860::/32" => { :type => "unreachable" }, "2a00:1450:4000::/37" => { :type => "unreachable" } diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 8bda3a86a..fb074324c 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -21,7 +21,10 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:b3b::1" + :gateway => "2001:470:1:b3b::1", + :routes => { + "2001:978:2:2c::/64" => { :type => "unreachable" } + } } } } -- 2.43.2