mercredi 24 octobre 2018

Accessing Virtual Webserver from Host OS

I am trying to access my virtual webserver 192.168.150.10 from my host operating system and I am unable to. I have performed the following:

  1. Modified /etc/httpd/conf/httpd.conf to VirtualHost *:80 and set the DirectoryRoot to /var/www/html/testwebsite/ and the DirectoryIndex to index.html

  2. Ran netstat -tulpn | grep http and it returned listening over IPv4 and IPv6 over port 80 and 443

  3. Modified local /etc/hosts file to reflect 192.168.150.10 testwebsite.com

  4. Set DNSMasq options in DD-WRT to address=/https://ift.tt/2q7jHJL

  5. Tested ping and nslookup from host os and it returned a reply for both

  6. Used SSH terminal to perform SSH (for connectivity test)

  7. Insured proper rules are in iptables

  8. Ran lynx on guest os (virtual webserver) to 192.168.150.10 and it replied with the contents of index.html

  9. Ensured that I have two Network Adapters in vSphere, one for external traffic (NAT) and one for internal traffic (host-only)

What are options could I check?




Aucun commentaire:

Enregistrer un commentaire