errorinn / netsim

Web-based network simulator for teaching hacking to high schoolers
MIT License
154 stars 30 forks source link

Incorrectly labeled computer #19

Open jdelamare opened 6 years ago

jdelamare commented 6 years ago

I may be wrong, and this may be overkill for a GitHub issue, but there is a mislabeling in Routing level of the Basics section. The task is described as sending a packet from Bob's computer to Carol's computer. When I created a packet with the srcip being Bob, the packet came out of Alice's computer and won the level. So it think Bob and Alice has their names swapped. Upon further investigation, I can't get the packet animation to leave Bob's computer at all.

Amenofisch commented 4 years ago

Sorry for Necroposting but, the computers are labeled correctly. You have to set, when adding a packet, where it should be sent from. Example:

Send from:

You have to choose Bob.

To answer why you win is because you set the "srcip" to "Bob" so the program thinks its coming from Bob