Skip to content

Commit

Permalink
Send traffic for RFC1918 addresses to the main routing table
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 31, 2024
1 parent b5054ad commit e397f00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/equinix-dub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
},
:external => {
:zone => "dub",
:inet => {
:rules => [
{ :to => "10.0.0.0/8", :table => "main", :priority => 50 },
{ :to => "172.16.0.0/12", :table => "main", :priority => 50 },
{ :to => "192.168.0.0/16", :table => "main", :priority => 50 }
]
},
:inet6 => {
:rules => [
{ :to => "2600:9000::/28", :table => 150, :priority => 100 }
Expand Down

0 comments on commit e397f00

Please sign in to comment.