From 47feec9f596239a87c31ee791d97e0d22d24a661 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 Jun 2023 17:07:10 +0100 Subject: [PATCH] Move odin's default route to he.net link --- roles/odin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/odin.rb b/roles/odin.rb index b835c456d..c79f9c754 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -20,6 +20,7 @@ default_attributes( :external_cogent => { :interface => "bond0.2", :role => :external, + :metric => 150, :source_route_table => 100, :inet => { :address => "130.117.76.15", @@ -38,7 +39,6 @@ default_attributes( :external => { :interface => "bond0.3", :role => :external, - :metric => 150, :source_route_table => 150, :inet => { :address => "184.104.179.143", -- 2.39.5