Update NETWORKING.md

This commit is contained in:
mayfrost 2019-01-27 02:40:37 -03:00 committed by GitHub
parent 273c54ca69
commit 134a21631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,8 @@ You can save either example in a script to activate the Wi-Fi whenever you want.
`sudo ufw allow from IP_ADDRESS to any port PORT_NUMBER`
### iptables
* To list all rules:
`iptables -L`
* To flush all rules (reset to blank slate):
`iptables -F`
* To flush an specific rule: