Allow pings to ingress
/ terraform (push) Successful in 33s Details
/ ansible (push) Successful in 1m50s Details

This makes testing connections much simpler
This commit is contained in:
Jake Howard 2023-11-05 21:48:25 +00:00
parent dd1558bafa
commit 5fb605231d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ table inet filter {
iif lo accept
# Allow ICMP (pings)
ip protocol icmp accept
meta l4proto icmpv6 accept
tcp dport {http, https, {{ ssh_port }}, 8443, 8448} accept
# Allow nebula