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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

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