Rob,

Just to clarify, this is a CentOS VM Guest in a Windows Host?

What it sounds like is an issue with virtual routing.

I've not done much lately with the Windows VM manager, but the VMWare
product has 3 different virtual network configurations to choose from:

1. Internal only. Localhost (Windows) can access VM Guests, but external
visitors cannot.
2. Bridged. The VM has a unique IP address(es) and the Windows VM Host
just passes traffic along to them
3. NAT. The VM has its own IP address (typically private) and the
Windows VM Host routes selected traffic that was originally targeted at
the Windows VM Host IP address.

I've probably got the names and behaviours slightly mangled, since I
haven't messed with that stuff lately either. But it's in the ballpark.

I'd say that most probably you want to set up for option 3, considering
that your VM has a private-space IP address. It's what I use (with Xen)
on the mousetech.com VM hosts.

   Tim

On Thu, 2012-09-27 at 14:55 -0400, Robert Mckennon wrote:
> CentOS 6
> 
> I'm having an issue accessing my apache website from any host other
> than localhost...  the website works when queried by either 127.0.0.1
> or it's assigned ip of 10.11.248.77 using lynx (text browser)
> 
> It is running on a windows hyper-v, but I CAN ssh into it, and ping it.
> 
> I have disabled selinux.
> 
> 
> httpd.conf   (excerpt)
> # Listen: Allows you to bind Apache to specific IP addresses and/or
> # ports, in addition to the default. See also the <VirtualHost>
> # directive.
> #
> # Change this to Listen on specific IP addresses as shown below to
> # prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
> #
> Listen 0.0.0.0:80
> 
> 
> [root@blog conf]# netstat -anp |grep tcp
> tcp        0      0 0.0.0.0:3306                0.0.0.0:*
>      LISTEN      1279/mysqld
> tcp        0      0 0.0.0.0:44492               0.0.0.0:*
>      LISTEN      1000/rpc.statd
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*
>      LISTEN      982/rpcbind
> tcp        0      0 0.0.0.0:80                  0.0.0.0:*
>      LISTEN      1357/httpd
> tcp        0      0 0.0.0.0:22                  0.0.0.0:*
>      LISTEN      1098/sshd
> tcp        0     52 10.11.248.77:22             10.11.250.105:15055
>      ESTABLISHED 1122/0
> tcp        0      0 :::111                      :::*
>      LISTEN      982/rpcbind
> tcp        0      0 :::22                       :::*
>      LISTEN      1098/sshd
> tcp        0      0 :::49562                    :::*
>      LISTEN      1000/rpc.statd
> 
> 
> 
> So... I loaded it on my laptop under VirtualBox and I have the SAME
> ISSUE.  (so I'm kind of assuming it's a problem with a configuration).
> 
> 
> Any ideas would be greatly appreciated...
> 
> 
> Rob.
> 
> ---------------------------------------------------------------------
> Archive      http://marc.info/?l=jaxlug-list&r=1&w=2
> RSS Feed     http://www.mail-archive.com/list@jaxlug.org/maillist.xml
> Unsubscribe  list-unsubscr...@jaxlug.org



---------------------------------------------------------------------
Archive      http://marc.info/?l=jaxlug-list&r=1&w=2
RSS Feed     http://www.mail-archive.com/list@jaxlug.org/maillist.xml
Unsubscribe  list-unsubscr...@jaxlug.org

Reply via email to