Member since
09-26-2017
1
Post
0
Kudos Received
0
Solutions
09-26-2017
09:02 PM
Hey, I think the solution should follow this action plan: install iptables e.g. this way https://stackoverflow.com/questions/24756240/how-can-i-use-iptables-on-centos-7 then you need to open the 2222 port https://stackoverflow.com/questions/19034542/how-to-open-port-in-centos send the file over ( in my case ) scp /home/pchpc/vms/file root@192.168.0.7:/root/ This has worked for me. Hope this helps
... View more