Please, add to Vagrantfile [vagrant config file] port forwarding 8020: config.vm.network :forwarded_port, guest: 8020, host: 8020
Issue Background
To allow telnet from the host to the Virtual Machine ser2net target terminal
Issue description
To add to the Vagrantfile the following two lines:
Forward port 8020 for the ser2net terminal
config.vm.network :forwarded_port, guest: 8020, host: 8020
Acceptance criteria
Issue the command from the host:
$ telnet 127.0.0.1 8020
And enter the VM target (tested HW) terminal
Edited by Zoran Stojsavljevic