osx - How to access apache server in Centos running in virtual box from Mac host -


my configuration follows 1.mac host 2.virtual box centos6 selinux enabled

connection between centos , mac 1.adapter1 - have configured nat port forwarding option. 2.adapter2 - host adapter. have static ip(192.168.56.103) assigned centos. can access apache server in virtualbox using http://192.168.56.103 cannot access same in mac os.how can enable mac host? have ensured firewall options in centos turned off ssh , http.tried adding 192.168.56.103 /etc/hosts in mac.it didn't work.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -