Commit 2802b60
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -4,9 +4,9 @@
0. Return to your mac and open up the `Terminal` application
0. ssh into the virtual machine
-0. * `ssh ubuntu@<vm IP address>`
+ * `ssh ubuntu@<vm IP address>`
-0. Examine the networks that are accessible from this machine
+0. Examine the networks that are accessible from this machine (ignore any vmnets which may be lingering)
> 0. What are the subnets accessible from the vm?
> 0. What IP addresses are assigned to the vm?
@@ -18,3 +18,16 @@
0. confirm you are on a different network segment (`ip addr`)
0. exit back to your macbook bash session (`exit` two times)
+
+
+
+
+
+
+
+later...
+
+```
+ubuntu@ubuntu:~$ for i in {2..254}; do ping -c 1 -t 1 192.168.1.$i & done
+ubuntu@ubuntu:~$ arp -an | grep -i incomplete
+```