Last active
July 18, 2020 15:47
-
-
Save miftahafina/b9286e7d1c83d462493f5589bda7bde3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notes: | |
- Disable ufw | |
or | |
sudo ufw allow 19000/tcp | |
sudo ufw allow 19001/tcp | |
sudo ufw reload | |
ref | |
https://www.howtoforge.com/tutorial/ufw-uncomplicated-firewall-on-ubuntu-15-04/#:~:text=You%20can%20use%20the%20%22delete,be%20deleted%2C%20allow%20or%20deny.&text=That%20command%20will%20delete%20the%20rule%20%22allow%20ssh%22. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment