Help configuring shared networking

Discussion in 'Linux Virtual Machine' started by EdO, Apr 15, 2012.

  1. EdO

    EdO Junior Member

    Messages:
    19
    i have a VM running Centos, I would like to configure it so that OSX can access a web server runing on centos, I would also like centos to access the internet. It was configured for shared networking by default and external access is currently possible from centos.

    As suggested on page 109 of the User Guide I added port forwarding rules to forward port 8088 on OSX to port 80 on Centos but nothing appears to be happening. Centos has a 10.211.55.y address whereas OSX has a 192.168.0.y address and I suspect this is the problem. Do I need to change the network address ranges to get this to work? (which really means interfacing with DHCP).
     
  2. EdO

    EdO Junior Member

    Messages:
    19
    Sorry for the bump but no one can do this? Or is the User Guide correct and I'm being uniquely clueless?
     
  3. serv

    serv Forum Maven

    Messages:
    817
    You should be able to access Centos web server from OSX by address http://10.211.55.y/, no port forwarding rules needed for that. Does it work? If not, does the same address work from within Centos itself? If that works, I would check firewall configuration in Centos. If not, check netstat output for listening ports and web server logs for errors.
     
  4. EdO

    EdO Junior Member

    Messages:
    19
    Thank you, thank you, thank you. I am indeed uniquely clueless.

    As always, if something networky is bafflingly not working, first check firewall settings. Perhaps the User guide could make a reference to firewall configuration?
     

Share This Page