[ previous ] [ next ] [ threads ]
 
 From:  "Chris Buechler" <cbuechler at gmail dot com>
 Cc:  m0n0wall at lists dot m0n0 dot ch
 Subject:  Re: [m0n0wall] m0n0wall and subdomains
 Date:  Fri, 7 Apr 2006 11:14:00 -0400
On 4/7/06, Adam Ophoff <adam underscore mailinglist at adamophoff dot net> wrote:
>
> Lets say for example I have two servers on my network named server1 and
> server2.  Is there anyway I can reach the services on each one from the
> WAN or internet by typing server1.mydomain.net or server2.mydomain.net?
> I can reach the httpd server on server1 normally, and I can reach httpd
> server on server2 by using a different port, but I'd like to elimnate
> that...
>

Not possible.  m0n0wall is L3-L4 only, that's a higher layer function.
 Use a reverse proxy or do something like this: 
http://doc.m0n0.ch/handbook/thirdparty-apache-virtualhosts.html

-Chris