From mboxrd@z Thu Jan 1 00:00:00 1970 From: "MrBiTs" Date: Thu, 27 Mar 2003 18:54:13 +0000 Subject: [LARTC] Routing two web sites in the same machine MIME-Version: 1 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000F_01C2F479.20CAB190" Message-Id: List-Id: To: lartc@vger.kernel.org This is a multi-part message in MIME format. ------=_NextPart_000_000F_01C2F479.20CAB190 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Bert, Hi All I finished the reading of you Linux Advanced Routing & Traffic Control HOWTO... Congratulations for the excelent job ! You HOWTO helped me to implement my firewall and NAT/Routing. Could you please help me in a little doubt that I can't figure ? I have just one C IP: 200.189.73.130 This IP answers for two hosts: www.realad.com.br and www.realmedia.com.br In the begining, there was a Windows 2000 machine answering for these hosts. Today I have ( finaly ) a Linux RH 7.3 Box :) The problem is: I can't use Apache in the Linux box as web server because of some .asp applications we have here. So, I did a routing from the linux box to the Windows 2000 box, answering for my internal B IP's: 192.168.0.1 is the linux box. www.realad.com.br has 192.168.0.2 as IP in IIS and www.realmedia.com.br has 192.168.0.5 as ip in IIS. I did the following to route packages that comes from internet to port 80 in the Linux box to port 80 in the internal W2K box: iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j DNAT --to-destination 192.168.0.2:80 and, for internal routing: iptables -t nat -A PREROUTING -p tcp -d 200.189.73.130 --dport 80 -j DNAT --to 192.168.0.2:80 www.realad.com.br and www.realmedia.com.br have different contents. My problem is... How I can route packages that come to www.realad.com.br to 192.168.0.2 and www.realmedia.com.br to 192.168.0.5. Just remembering, 192.168.0.2 and 192.168.0.5 are IP from the same IIS machine. Can anybody help me ??? Thanks a lot Diogo Carlos Fernandes Technical Support Manager Real Media Latin America www.realmedia.com Phone .: 55+11+3842-2166 Mobile .: 55+11+9266-5325 e-mail .: dfernandes@realmedia.com ------=_NextPart_000_000F_01C2F479.20CAB190 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message
Hi, Bert, Hi All
 
I = finished the=20 reading of you Linux Advanced Routing  & Traffic Control = HOWTO...=20 Congratulations for the excelent job ! You HOWTO helped me to implement = my=20 firewall and NAT/Routing.
 
Could = you please=20 help me in a little doubt that I can't figure ?
 
I have = just one C=20 IP: 200.189.73.130
 
This = IP answers for=20 two hosts: www.realad.com.br and = www.realmedia.com.br
 
In the = begining,=20 there was a Windows 2000 machine answering for these hosts. Today I have = (=20 finaly ) a Linux RH 7.3 Box :)
 
The = problem is: I=20 can't use Apache in the Linux box as web server because of some .asp=20 applications we have here. So, I did a routing from the linux box to the = Windows=20 2000 box, answering for my internal B IP's: 192.168.0.1 is the linux = box.=20 www.realad.com.br has = 192.168.0.2 as=20 IP in IIS and www.realmedia.com.br has = 192.168.0.5=20 as ip in IIS.
 
I did = the following=20 to route packages that comes from internet to port 80 in the Linux box = to port=20 80 in the internal W2K box:
 
iptables -t nat -A=20 PREROUTING -p tcp -i eth0 --dport 80 -j DNAT --to-destination=20 192.168.0.2:80
 
and, = for internal=20 routing:
 
iptables -t nat -A=20 PREROUTING -p tcp -d 200.189.73.130 --dport 80 -j DNAT --to=20 192.168.0.2:80
 
www.realad.com.br and=20 www.realmedia.com.br = have different=20 contents. My problem is... How I can route packages that come to = www.realad.com.br to = 192.168.0.2 and=20 www.realmedia.com.br to = 192.168.0.5.=20 Just remembering, 192.168.0.2 and 192.168.0.5 are IP from the same IIS=20 machine.
 
 
Can anybody help me = ???
 
Thanks = a=20 lot
 

Diogo Carlos Fernandes
Technical Support=20 Manager

Real Media Latin=20 America 
www.realmedia.com

Phone .: 55+11+3842-2166
Mobile .: 55+11+9266-5325=20
e-mail .: dfernandes@realmedia.com

 
------=_NextPart_000_000F_01C2F479.20CAB190-- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/