Skip to content

Commit

Permalink
n/firewalld.md: add ipv6-icmp protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Apr 17, 2024
1 parent 37d12e4 commit 12d3503
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions n/firewalld.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The blog post also predates me having a /n directory here.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Zones](#zones)
- [Protocols](#protocols)
- [Services](#services)
- [Ports](#ports)

Expand All @@ -37,6 +38,15 @@ zones.
Zone would be specified by `--zone=home` in the commands. The other zone I
could imagine using is `public`.

## Protocols

```bash
sudo firewall-cmd --add-protocol=ipv6-icmp --permanent
```

- Tells computers when things go wrong with IPv6 network. See also [Neil Alexander: Understanding ICMP and why you shouldn't just block it outright](https://neilalexander.dev/2017/04/16/understanding-icmp).
- _Motivation for being here is [20/20 in IPv6-test.com](https://ipv6-test.com)._

## Services

```bash
Expand Down

0 comments on commit 12d3503

Please sign in to comment.