Skip to content

Commit

Permalink
correctly label gw hostnames in firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Nov 30, 2024
1 parent 372c702 commit 0738a3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/gw/templates/nftables.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ table inet filter {
# SOWN
define NET_SOWNLAN4 = 10.5.0.0/24
define NET_SOWNROUTED4 = 152.78.103.160/27
define NET_SOWNGW4 = {152.78.103.236 comment "gw", 152.78.103.237 comment "gw2"}
define NET_SOWNGW4 = {152.78.103.236 comment "gw-b53", 152.78.103.237 comment "gw-b32"}

define NET_LEGACY_BGP4 = {
10.5.0.239 comment "auth2",
10.5.0.243 comment "monitor",
10.5.0.252 comment "gw",
10.5.0.253 comment "gw2"
10.5.0.252 comment "gw-b53",
10.5.0.253 comment "gw-b32"
}
define NET_LEGACY_BGP6 = {
2001:630:d0:f700::239 comment "auth2",
2001:630:d0:f700::243 comment "monitor",
2001:630:d0:f700::252 comment "gw",
2001:630:d0:f700::253 comment "gw2",
2001:630:d0:f700::252 comment "gw-b53",
2001:630:d0:f700::253 comment "gw-b32",
}

# SOWN HOSTS
Expand Down

0 comments on commit 0738a3e

Please sign in to comment.