diff --git a/nodes/running-a-node-advanced.md b/nodes/running-a-node-advanced.md
index 437d67a..d167b55 100644
--- a/nodes/running-a-node-advanced.md
+++ b/nodes/running-a-node-advanced.md
@@ -170,6 +170,22 @@ openssl rand -hex 32 > jwtsecret
+----
+
+### useful commands
+
+
+
+#### find your ip
+
+* private" `ifconfig | grep "inet " | grep -v 127.0.0.1`
+* public `curl v4.ident.me`
+* router `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS)
+
+
+
+
+
----
### further resources