We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5592ff7 commit 8e0e096Copy full SHA for 8e0e096
docs/user-guide/commands/run.md
@@ -207,7 +207,7 @@ ssh -i ~/.ssh/your-key user@$VM_IP "ls -la /opt/torrust/storage/tracker/lib/data
207
ssh -i ~/.ssh/your-key user@$VM_IP "sudo ufw status numbered"
208
209
# Check if ports are listening
210
-ssh -i ~/.ssh/your-key user@$VM_IP "sudo netstat -tulpn | grep -E '6868|6969|7070|1212'"
+ssh -i ~/.ssh/your-key user@$VM_IP "sudo netstat -tulnp | grep -E '6868|6969|7070|1212'"
211
212
# Test connectivity from host
213
nc -zv $VM_IP 7070 # HTTP Tracker
project-words.txt
@@ -221,6 +221,7 @@ tfvars
221
thiserror
222
tlnp
223
tlsv
224
+tulnp
225
tmpbwr
226
tmpelq
227
tmpfiles
0 commit comments