How to access web content from Plesk in Parallels Desktop VM

Discussion in 'Linux Virtual Machine' started by Jay Versluis, Feb 13, 2014.

  1. Jay Versluis

    Jay Versluis Bit poster

    Messages:
    4
    I'm trying to run Plesk for testing on Parallels Desktop 8. My VM is running CentOS 6.5 and I can access it fine via SSH. However I cannot access the Plesk web interface or any vhost content via the web browser. I'm expecting the web GUI at

    https://10.22.33.44:8843 and the Default page on http://10.22.33.44.

    I'm using an AirPort TimeCapsule on Mavericks and I'm not sure what I'm doing wrong here.

    I've also posted this question over in the Plesk forum.
     
    Last edited: Feb 13, 2014
  2. Jay Versluis

    Jay Versluis Bit poster

    Messages:
    4
    Thanks to Jamie and Ivan, the solution is to switch off iptables in CentOS:

    Code:
    service iptables stop
    
     

Share This Page