Skip to content

Commit 8e0e096

Browse files
committed
fix: [#220] correct netstat flags and add tulnp to project dictionary
1 parent 5592ff7 commit 8e0e096

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/user-guide/commands/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ ssh -i ~/.ssh/your-key user@$VM_IP "ls -la /opt/torrust/storage/tracker/lib/data
207207
ssh -i ~/.ssh/your-key user@$VM_IP "sudo ufw status numbered"
208208

209209
# Check if ports are listening
210-
ssh -i ~/.ssh/your-key user@$VM_IP "sudo netstat -tulpn | grep -E '6868|6969|7070|1212'"
210+
ssh -i ~/.ssh/your-key user@$VM_IP "sudo netstat -tulnp | grep -E '6868|6969|7070|1212'"
211211

212212
# Test connectivity from host
213213
nc -zv $VM_IP 7070 # HTTP Tracker

project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ tfvars
221221
thiserror
222222
tlnp
223223
tlsv
224+
tulnp
224225
tmpbwr
225226
tmpelq
226227
tmpfiles

0 commit comments

Comments
 (0)