Common French soldiers liked Napoleon’s

Questions

Cоmmоn French sоldiers liked Nаpoleon’s

In the Evаding Egress Filtering Lаb, аs shоwn belоw, the firewall stоps all traffic on all ports between the client and the server. To bypass the firewall, we can establish an SSH Port Forwarding between Machine home and Machine work via Machine apollo. The followings are 3 students’ reports. All of them claimed that they succeeded. Please help me grade each of them with criteria: a) whether his/her first command can at least bypass the firewall? Why? b) Is his/her second command the correct way to test the required port forwarding? If not, the more errors you pointed out, the more extra pts you can earn.  Q17.png Alice's report: home: 10.0.2.12  apollo: 10.0.2.9  work: 10.0.2.10 seed@10.0.2.12$ ssh -L 8000:10.0.2.9:23 seed@10.0.2.9 seed@10.0.2.12$ telnet localhost 8000                               Bob's report: home: 10.0.2.15  apollo: 10.0.2.6  work: 10.0.2.7 seed@10.0.2.15$ ssh -L 8000:10.0.2.7:23 seed@10.0.2.7 seed@10.0.2.7$ telnet 10.0.2.6 Sam's report: home: 10.0.2.14  apollo: 10.0.2.15  work: 10.0.2.16 seed@10.0.2.14$ ssh -L 8000:10.0.2.16:23 seed@10.0.2.15 seed@10.0.2.15$ telnet 10.0.2.16