mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-26 06:19:33 +01:00
n/firewalld.md: add ipv6-icmp protocol
This commit is contained in:
parent
37d12e4224
commit
12d3503cc3
@ -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 -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
- [Zones](#zones)
|
- [Zones](#zones)
|
||||||
|
- [Protocols](#protocols)
|
||||||
- [Services](#services)
|
- [Services](#services)
|
||||||
- [Ports](#ports)
|
- [Ports](#ports)
|
||||||
|
|
||||||
@ -37,6 +38,15 @@ zones.
|
|||||||
Zone would be specified by `--zone=home` in the commands. The other zone I
|
Zone would be specified by `--zone=home` in the commands. The other zone I
|
||||||
could imagine using is `public`.
|
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
|
## Services
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user