mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-26 14:29:24 +01:00
parent
a2743adad0
commit
f4deb7eda0
@ -30,7 +30,7 @@ my network).
|
||||
This post first has list of commands, then explanations that won't be
|
||||
repeated with IPvX ranges.
|
||||
|
||||
```
|
||||
```bash
|
||||
ufw allow 22/tcp
|
||||
ufw default deny incoming
|
||||
ufw default allow outgoing
|
||||
@ -76,7 +76,19 @@ ufw allow 60000:61000/udp
|
||||
*If some host doesn't run some of the mentioned service, it's not open in
|
||||
the firewall.*
|
||||
|
||||
KDE Connect which seems painful enough to list separately and doesn't seem
|
||||
to work IPv6-only or I am too impatient.
|
||||
|
||||
|
||||
```bash
|
||||
#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto tcp
|
||||
#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto udp
|
||||
ufw allow from fe80::/10 to any port 1714:1764 proto tcp
|
||||
ufw allow from fe80::/10 to any port 1714:1764 proto udp
|
||||
```
|
||||
|
||||
|
||||
* * * * *
|
||||
|
||||
Last updated: 2018-11-03T12:40 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) |
|
||||
Last updated: 2018-11-03T13:25+0200 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) |
|
||||
[Blesmrt Gitea changelog](https://gitea.blesmrt.net/mikaela/mikaela-info/commits/branch/master/_posts/2015-06-12-ufw.md)
|
||||
|
Loading…
Reference in New Issue
Block a user