Configure and test basic firewall rules using UFW (Uncomplicated Firewall) on Linux. Understand how to block or allow network traffic on specific ports and verify the behavior through command-line testing.
- UFW (Uncomplicated Firewall)
- Platform: Linux (Ubuntu/Debian based)
- Enabled UFW and verified default rules.
- Blocked inbound traffic on port 23 (Telnet).
- Allowed inbound traffic on port 22 (SSH).
- Tested port blocking and connection behavior.
- Removed the Telnet block to restore original state.
- Verified the final firewall rule configuration.
Summary.md– Date, tool, objectives, and author.Firewall Rules.md– All UFW commands and actual outputs.Firewall Test Result.md– Test results verifying port block and allow behavior.Terminal-Outputs/firewall-rules.md– Full UFW rule status and application steps.port-23-blocked-test.md– Telnet block test command and result.ssh-allowed-rule.md– SSH allow rule verification.
- Learned how to use UFW to allow and deny specific ports.
- Understood the difference between inbound and outbound rules.
- Gained hands-on experience with testing network port restrictions.
- Improved understanding of firewall behavior and rule priority.