View previous topic :: View next topic |
Author |
Message |
nericsla n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Dec 2004 Posts: 18
|
Posted: Thu Feb 03, 2005 3:49 pm Post subject: vmware internet problems |
|
|
I have installed gentoo on a virtual machine through win xp (not my choice, forced on me by work!).
Firstly, I can access the internet from both host and virtual machines.
I have apache running in the linux guest and have set up a website, which I can access in mozilla in the linux guest.
However, I cannot access the site from the windows host.
Is there some kind of firewall blocking me, or could it be my vmware settings? The virtual machine has its own IP address, which the host can ping and I am using a bridged network.
Please help.[/b] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
klarnox Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Marvel/Marvel_-_Gambit.gif)
Joined: 28 Jan 2003 Posts: 350 Location: Wisconsin, USA
|
Posted: Thu Feb 03, 2005 5:35 pm Post subject: |
|
|
Is apache setup correctly? If I remember correctly, by default apache will not accept external connections. You'd need to change the config file to allow connections.
As far as I know there is no VMware setting that would cause this, given that you have network connectivity from the vm. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nericsla n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Dec 2004 Posts: 18
|
Posted: Wed Feb 09, 2005 11:30 am Post subject: [SOLVED] |
|
|
Ok, so it had nothing to do with apache....though I spent a long time looking.
Instead, the windows host had to have its /etc/hosts file updated:
C:/windows/system32/drivers/etc/hosts
should have an additional line:
Code: | 192.168.0.33 server.domain.com |
Then the windows host can access the site! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nericsla n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Dec 2004 Posts: 18
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|