|
||||||||
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 |