Update document

This commit is contained in:
Sukchan Lee 2022-12-11 12:06:25 +09:00
parent 13fd9afbd1
commit 9c64662764
4 changed files with 0 additions and 13 deletions

View file

@ -292,10 +292,6 @@ $ sudo ip6tables -t nat -A POSTROUTING -s 2001:db8:cafe::/48 ! -o ogstun -j MASQ
Configure the firewall correctly. Some operating systems (Ubuntu) by default enable firewall rules to block traffic.
```bash
$ sudo ufw status
Status: inactive
$ sudo ufw enable
Firewall is active and enabled on system startup
$ sudo ufw status
Status: active
$ sudo ufw disable
Firewall stopped and disabled on system startup