Hello, I've got VMware workstation I think it's 12 or 13 running on win10 x64. I've got several Linux guests all natted. I'd like to access running services on those guests. When I go to for example 192.168.237.133 attempting to pull up the default apache page I get a 404 site not found. I checked on the guest the apache is running and there is no firewall active on the guest. Any suggestions welcome. Thanks. Dave.
Are you sure that that particular VM has a site configured under Apache and that the default page exists? The fact that you're receiving an HTTP 404 response suggests that Apache (or at least some web server) is listening on port 80 and is returning an error code which is telling you that the resource you have requested does not exist. I'm not that familiar with Apache but in general, a web server would be configured with a default site of the root ('/') virtual path with a list of default pages to serve in the event the request doesn't include one. It may be that these pages don 't exist in the default site's physical path? Cheers Ian -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of David Mehler Sent: 20 April 2018 04:55 To: blind-sysadmins Subject: [Blind-sysadmins] accessing a natted vm Hello, I've got VMware workstation I think it's 12 or 13 running on win10 x64. I've got several Linux guests all natted. I'd like to access running services on those guests. When I go to for example 192.168.237.133 attempting to pull up the default apache page I get a 404 site not found. I checked on the guest the apache is running and there is no firewall active on the guest. Any suggestions welcome. Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi, If you get a 404 it tells me that a web server is listening there and the NATting may be working. I would look at your Apache logs to see if the request is hitting the server you believe it should be hitting, and if so then what the issue is on that server in Apache itself which is stopping the default document from coming up. Andrew. ________________________________________ From: Blind-sysadmins [blind-sysadmins-bounces@lists.hodgsonfamily.org] on behalf of David Mehler [dave.mehler@gmail.com] Sent: 20 April 2018 04:54 To: blind-sysadmins Subject: [Blind-sysadmins] accessing a natted vm Hello, I've got VMware workstation I think it's 12 or 13 running on win10 x64. I've got several Linux guests all natted. I'd like to access running services on those guests. When I go to for example 192.168.237.133 attempting to pull up the default apache page I get a 404 site not found. I checked on the guest the apache is running and there is no firewall active on the guest. Any suggestions welcome. Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
Hi, If you get a 404 it tells me that a web server is listening there and the NATting may be working. I would look at your Apache logs to see if the request is hitting the server you believe it should be hitting, and if so then what the issue is on that server in Apache itself which is stopping the default document from coming up. Andrew. ________________________________________ From: Blind-sysadmins [blind-sysadmins-bounces@lists.hodgsonfamily.org] on behalf of David Mehler [dave.mehler@gmail.com] Sent: 20 April 2018 04:54 To: blind-sysadmins Subject: [Blind-sysadmins] accessing a natted vm Hello, I've got VMware workstation I think it's 12 or 13 running on win10 x64. I've got several Linux guests all natted. I'd like to access running services on those guests. When I go to for example 192.168.237.133 attempting to pull up the default apache page I get a 404 site not found. I checked on the guest the apache is running and there is no firewall active on the guest. Any suggestions welcome. Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins
participants (3)
-
Andrew Hodgson
-
David Mehler
-
Ian Sharpe