<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/> <style type="text/css"><!-- body{font-family:''Tahoma'';font-size:10pt;font-color:''#000000'';} LI{display:list-item;margin:0.00in;} p{display:block;margin:0.00in;} body{} --></style> </head><BODY BGCOLOR="#F0F0F0" ><div><SPAN style="font-size:10pt;">Hi Folks,</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">There is any way to make a nat (Portforward) implementation using Domain names ??<br />Like this.</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">I have 3 servers they are all linked into my FWBox over switch.</SPAN></div> <div><SPAN style="font-size:10pt;">My FWBox has a real IP like 200.200.100.100/24</SPAN></div> <div><SPAN style="font-size:10pt;">My Networks has the range 192.168.1.x</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">So Server A has 192.168.1.10</SPAN></div> <div><SPAN style="font-size:10pt;">   B has 192.168.1.20</SPAN></div> <div><SPAN style="font-size:10pt;">   C has 192.168.1.30</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">All three are Windows 2000 Servers with IIS .</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">I need when make a request to a page my FWBox redirect to packet to the right server.</SPAN></div> <div><SPAN style="font-size:10pt;">Like:</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">Internet</SPAN></div> <div><SPAN style="font-size:10pt;">|</SPAN></div> <div><SPAN style="font-size:10pt;">FWBox 200.200.100.100</SPAN></div> <div><SPAN style="font-size:10pt;">|</SPAN></div> <div><SPAN style="font-size:10pt;">www.abc.com.br</SPAN></div> <div><SPAN style="font-size:10pt;">------------------------> 192.168.1.10 (port 80)</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">www.cde.com.br</SPAN></div> <div><SPAN style="font-size:10pt;">-------------------------> 192.168.1.20 (port 80)</SPAN></div> <div> </div> <div><SPAN style="font-size:10pt;">etc ..</SPAN></div> <div><SPAN style="font-size:10pt;">Any tip i´m lost ... :)</SPAN></div> <div> </div> <div> </div> <div><SPAN style="font-size:10pt;">Thanks alot !!</SPAN></div> <div><SPAN style="font-size:10pt;">Carlos</SPAN></div> <div> </div> </body></html> ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl
Carlos Arnt escribió:> Hi Folks, > > There is any way to make a nat (Portforward) implementation using Domain names ?? > Like this. > > I have 3 servers they are all linked into my FWBox over switch. > My FWBox has a real IP like 200.200.100.100/24 > My Networks has the range 192.168.1.x > > So Server A has 192.168.1.10 > B has 192.168.1.20 > C has 192.168.1.30 > > All three are Windows 2000 Servers with IIS . > > I need when make a request to a page my FWBox redirect to packet to the right > server. > Like: >what you need is : 1.a DNS solution 2. configure the webservers with the correct virtual hosts ( I never used IIS so,I can''t help you with it ).
Carlos Arnt wrote:> There is any way to make a nat (Portforward) implementation using Domain > names ??No -- if both domain names refer to the same IP address then you need to run a proxy/redirector on your firewall. It is my understanding that Apache can run in that mode but I haven''t tried it so I may be mis-informed. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
Tom Eastep escribió:> Carlos Arnt wrote: > >> There is any way to make a nat (Portforward) implementation using Domain >> names ?? > > No -- if both domain names refer to the same IP address then you need to > run a proxy/redirector on your firewall. It is my understanding that > Apache can run in that mode but I haven''t tried it so I may be mis-informed. > > -Tomcarlos: You should read this http://httpd.apache.org/docs/2.0/vhosts/ -- Cristian Rodriguez R. perl -e ''$_=pack(c5,0105,0107,0123,0132,(1<<3)+2);y[A-Z][N-ZA-M];print;''