telnet: connect to address 192.168.33.x: Connection refused – over Vagrant centos machine
I have created a centos machine and installed nexus service over it. Nexus service is running on 8081 port which i have opened from the vagrant file using below command inside the vagrant file. machine1.vm.network "private_network", ip: "192.168.33.x" machine1.vm.network "forwarded_port",…