mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-28 02:11:46 +00:00
Update NETWORKING.md
This commit is contained in:
parent
273c54ca69
commit
134a21631e
@ -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`
|
`sudo ufw allow from IP_ADDRESS to any port PORT_NUMBER`
|
||||||
|
|
||||||
### iptables
|
### iptables
|
||||||
|
* To list all rules:
|
||||||
|
`iptables -L`
|
||||||
* To flush all rules (reset to blank slate):
|
* To flush all rules (reset to blank slate):
|
||||||
`iptables -F`
|
`iptables -F`
|
||||||
* To flush an specific rule:
|
* To flush an specific rule:
|
||||||
|
Loading…
Reference in New Issue
Block a user