Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 899 Bytes

Task-2 d92a364858f04314aa7c6c6b5c346da9.md

File metadata and controls

29 lines (16 loc) · 899 Bytes

Task-2

Untitled

Untitled

Packet Capture:

Untitled

Tunneling

On host machine:

ssh -L 8889:localhost:8888 <guest_username>@<guest_ip> -N

Untitled

Now, the service running on port 8888 in the guest VM is mapped to port 8889 of localhost and can be accessed by going to http://localhost:8889

Untitled

Packet Capture:

Untitled

The difference in the packet captures is that with tunneling enabled, the transmitted data is encrypted and when it is disabled, it is in plaintext form.