I'm doing a test to see a site on the Internet with IIS installed on a Windows Server 2008 virtual machine. In the Network configuration I have two network adapters:
Adaptador 1-> modo puente y adaptador wireless
and the other one
Adaptador 2-> modo NAT con reglas de port forwarding habilidado el host ip 192.168.0.3 port 80 y guest ip 192.168.0.6 port 80
Configure my router
DMZ Host (Exposed Host) con ip 192.168.0.6
Just like Forwarding
192.168.0.6 80 80 0.0.0.0 80 80 TCP HTTP
192.168.0.6 22 22 0.0.0.0 22 22 TCP SSH
What else can I do to make the site in the IIS see the internet when I place the public ip of the host and guest machine (it's the same ip for both).
The guest is enabled the firawall and the input rules Web Management Service (HTTP Traffic-In) and World Wide Web Services (HTTP Traffic-In)