I've been struggling with some routing problem for a while now, and can't seem to get any way with it.
My setup:
- Windows Server 2008
- 1 NIC w/ 2 IP addresses
- VirtualBox VM, w/ Ubuntu Server (LAMP config)
I would like to route all traffic on a specific domainname @ port 80, to my VirtualBox VM. Seems like port 80 is already catched by IIS 7.5 (WIndows), so the call never gets to my VM. However; I did manage to get it work using a non-default port like :8080 , but that's not gonna do it for me.
If this isn't possible; Can I route all traffic on IP-address # 2 instead?
How can this be done?