Right now we have one DSL Line into the Office (Small office setup)

The DSL -> Modem -> Netgear Router (Router acts as DHCP Server)

Right now the Router forwards Port 80 to the Ubuntu Box.
and via UPnP forwards Port 443(HTTPS) & 4125(RWW) to the Windows Home Server.

The Windows Homer server calls "home" to configure the remote access to ourname.homeserver.com

We then use the ourname.homeserver.com with a CNAME lookup to forward traffic from subdomain.ourdomain.com to Our Linux Server.

So far so good, All the above is actually working, and any ports I need for other applications (Like Metor) get forwarded to the Linux server as expected.


Now the issue.

We want to secure our subdomain.ourdomain.com but that port is forwarded to the Windows Home server ??

What do I need to do to configure the Ubuntu Box so that any HTTPS or HTTP traffic request from inside our outside the local network for ourname.homeserver.com gets sent to the Windows Home server while all other traffic is handled by the Linux Box ??

Or is this not really feasible?