File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
tutorials/installation-uncomplicated-firewall Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tags: Firewall UFW port-25
99categories :
1010 - instances
1111dates :
12- validation : 2024-12-13
12+ validation : 2025-01-30
1313 posted : 2018-07-18
1414---
1515
@@ -129,9 +129,13 @@ As the firewall is running now, it is possible to add more rules to it:
129129Allow the connection to port 25 (SMTP) via TCP to the server:
130130
131131``` code
132- sudo ufw allow 25/TCP
132+ sudo ufw allow 25/tcp
133133```
134134
135+ <Message type = " tip" >
136+ The protocol specification (` tcp ` ) is case-sensitive. Make sure to use only lowercase letters when specifying the protocol.
137+ </Message >
138+
135139## Deleting rules
136140
137141Over time, you may recognize that some of the rules you defined previously do not match your requirements anymore.
You can’t perform that action at this time.
0 commit comments