LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: What am I doing wrong?

To: <linux-virtualserver@xxxxxxxxxxxx>
Subject: Re: What am I doing wrong?
From: "Ron Harwood" <harwoodr@xxxxxxxxxxxxxxxx>
Date: Sat, 2 Jan 1999 12:40:10 -0600
Here's a run down of my network...

all nodes in the farm (192.168.3.201 - 206) have the gw of 192.168.3.1

the gw is 192.168.3.1 on the inside and 24.226.93.88 on the outside...

When I use lynx to try and get at my web-page at 24.226.93.88 I get the
following on my LAN... (tcpdump output)

12:34:40.663748 arp who-has 192.168.3.206 tell 192.168.3.1
12:34:40.663748 arp reply 192.168.3.206 is-at 0:20:94:1:9:d6
12:34:40.663748 24.226.93.88.14492 > 192.168.3.206.80: S
2090105203:2090105203(0) win 512 <mss 3544>
12:34:40.663748 192.168.3.206.80 > 24.226.93.88.14492: S
977916291:977916291(0)ack 2090105204 win 32736 <mss 1460>
12:34:40.663748 24.226.93.88.14492 > 192.168.3.206.80: R
2090105204:2090105204(0) win 0
12:34:43.653748 24.226.93.88.14492 > 192.168.3.206.80: S
2090105203:2090105203(0) win 31896 <mss 3544>
12:34:49.653748 24.226.93.88.14492 > 192.168.3.206.80: S
2090105203:2090105203(0) win 31896 <mss 3544>
12:35:01.643748 24.226.93.88.14492 > 192.168.3.206.80: S
2090105203:2090105203(0) win 31896 <mss 3544>

There doesn't seem to be anything happening on the node...

when I go directly to 192.168.3.201 - 206 (with lynx) they all work...

Is there any other setup that needs to be done with IPmasquerading?
-----Original Message-----
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
To: Ron Harwood <harwoodr@xxxxxxxxxxxxxxxx>;
linux-virtualserver@xxxxxxxxxxxx <linux-virtualserver@xxxxxxxxxxxx>
Date: Saturday, January 02, 1999 9:54 AM
Subject: Re: What am I doing wrong?


>At 15:55 99-1-1 -0600, Ron Harwood wrote:
>>...but it still doesn't work. :(
>
>I guess the problem is that you haven't set the default route of server
>farm (from node1 to node6) to your load balancer. Because in the virtual
>server via NAT, the reply packets from the real servers needs to be
>rewritten back to the virtual IP address, otherwise the connection will be
>broken.
>
>>-----Original Message-----
>>From: Ron Harwood <harwoodr@xxxxxxxxxxxx>
>>To: linux-virtualserver@xxxxxxxxxxxx <linux-virtualserver@xxxxxxxxxxxx>
>>Date: Friday, January 01, 1999 2:30 PM
>>Subject: Re: What am I doing wrong?
>>
>>
>>>Correction it's:
>>>
>>> ipfwadm -F -am -S 192.168.3.0/24 -D 0.0.0.0/0
>>>
>>>:)
>>>-----Original Message-----
>>>From: Ron Harwood <harwoodr@xxxxxxxxxxxxxxxx>
>>>To: linux-virtualserver@xxxxxxxxxxxx <linux-virtualserver@xxxxxxxxxxxx>
>>>Date: Friday, January 01, 1999 1:18 PM
>>>Subject: VS: What am I doing wrong?
>>>
>>>
>>>>Hey all:
>>>>
>>>>I'm trying to do the following - I have a Linux box as my gateway
between
>>>my
>>>>cablemodem and my LAN.  I'd like to send port 80 from my gateway
(external
>>>>side: eth1 24.226.X.Y where X and Y are the remainder of my address) to
6
>>>>internal hosts (named node1 - node6 at addresses 192.168.3.201 - 206 )
>>>>
>>>>I've issued the following commands:
>>>>
>>>>ipfwadm -F -a m -S 24.226.X.Y/32 -D 0.0.0.0/0
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.201:80
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.202:80
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.203:80
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.204:80
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.205:80
>>>>ippfvsadm -A -t 24.226.X.Y:80 -R 192.168.3.206:80
>>>>
>>>>However, all off my attempts to access the web-page will not work (httpd
>>is
>>>>not running on the gateway)...
>>>>
>>>>ippfvsadm -L will show that there are connections...
>
>That's good. It proves that you have configured the load balancer right.
>
>>>>
>>>>The IPmasq all seems to work as systems can get out onto the 'net no
>>>>problem, and the GW can access the internal systems as well...
>>>>
>>>>So what am I doing wrong?
>>>>
>>>>Also, does anyone have an example script for something similar to this
>>with
>>>>both their IPmasq and VS stuff in it?
>>>>
>>>>Regards,
>>>>
>>>>Ron Harwood
>>>>
>
>


<Prev in Thread] Current Thread [Next in Thread>