Cant connect to Linux VM from OSX

Discussion in 'Linux Virtual Machine' started by cdc, Jul 14, 2007.

  1. cdc

    cdc Bit poster

    Messages:
    2
    Have installed Ubuntu 6.06 in a Parallels VM. However, I cannot connect to the Parallels VM from OSX. I have installed Oracle XE database on the Ubuntu instance and would like to be able to connect to that.
     
  2. fbronner

    fbronner Pro

    Messages:
    384
    Make sure you are using bridged ethernet, this will insure your VM gets its own ip address.
    Also make sure you configured your oracle xe to allow remote connection and administration.

    Open a console windows in your linux session. Type ifconfig. What do you get as the ip address for your linux machine? call it <ip>, now open safari and use

    http://<ip>:8080/apex as the address to connect to. You should see the oracle XE home administration login page.
     
  3. cdc

    cdc Bit poster

    Messages:
    2
    Thank you for your response. I have now been able to get this to work. Much appreciated.
     

Share This Page