diff --git a/msa/tb/README.md b/msa/tb/README.md index 9d15b37587..bb9fa0f08d 100644 --- a/msa/tb/README.md +++ b/msa/tb/README.md @@ -35,11 +35,8 @@ Where: In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands: ``` - # HTTP port $ VBoxManage controlvm "default" natpf1 "tcp-port9090,tcp,,9090,,9090" - # MQTT port $ VBoxManage controlvm "default" natpf1 "tcp-port1883,tcp,,1883,,1883" - # CoAP port $ VBoxManage controlvm "default" natpf1 "tcp-port5683,tcp,,5683,,5683" ```