Chapter 6: Administering Virtual Clusters
180
Equalizer Installation and Administration Guide
Configuring Windows Server 2003 and IIS for DSR
The basic procedure below also applies to Windows XP and other versions of Windows.
1. Open
Start > Control Panel
and double-click
Network Connections
.
2. Select
View > Tiles
. If a
Microsoft Loopback Adapter
is already listed, proceed to the next step. Otherwise, to
install the loopback interface as follows:
a.
Open
Start > Control Panel
>
Add Hardware
, and then click
Next
.
b. Click
Yes, I have already connected the hardware
, and then click Next.
c.
At the bottom of the list, click
Add a new hardware device
, and then click
Next
.
d. Click
Install the hardware that I manually select from a list
, and then click
Next
.
e.
Click
Network adapters
, and then click
Next
.
f.
In the
Manufacturer
box, click
Microsoft
.
g. In the
Network Adapter
box, click
Microsoft Loopback Adapter
, and then click
Next
.
h. Click
Finish
.
3. To configure the loopback interface for DSR:
a.
In
Network Connections
, right click on the
Microsoft Loopback Adapter
and select
Properties
.
b. In the
General
tab, double-click on
Internet Protocol (TCP/IP)
in the scroll box.
c.
Select
Use the following IP address
, and enter the
IP address
and
Subnet mask
for the Layer 4 cluster, as
configured on Equalizer. Click
OK
.
d. Click
OK
to return to
Network Connections
.
4. To configure the IIS HTTP server for DSR:
a.
Open
Start > Administrative Tools
>
Internet Information Service (IIS) Manager
.
b. In the left frame, expand the
local computer
and then
Web Sites
to display a list of the web sites running
on the server.
c.
Right-click on the web site you want to configure for DSR and select
Properties
.
d. On the
Web Site
tab, next to
IP address
, select the
Advanced
button.
e.
Select the
Add...
button under the top list box.
f.
Enter the
IP address
and the
TCP port
for the Layer 4 cluster, as configured on Equalizer. Click
OK
.
g. Click
OK
twice to return to the
Internet Information Service (IIS) Manager
.
You should now be able to send client requests to the cluster IP and port, and get responses directly from the IIS
HTTP server running on Windows 2003. Remember that static routes on your servers may be necessary, depending
on your network configuration.
Configuring a Linux System running Apache for DSR
This is an example of how to configure a typical Linux system running Apache 2.0 for DSR:
1. Log into the Linux server as
root
, and enter the following command to configure a loopback interface:
# ifconfig lo:dsr inet
cluster-ip
netmask 255.255.255.255
Substitute the IP address of the DSR-enabled cluster on Equalizer for
cluster-ip
in the command above.
Note that in most Linux distributions, you are configuring an alias for the loopback interface and should specify
a netmask of 255.255.255.255
instead of
the netmask used to configure the cluster on Equalizer.
2. Enter the following command to verify that the loopback alias was created:
# ifconfig lo:dsr
The output should look like this:
Summary of Contents for E350GX
Page 18: ...Chapter Preface 18 Equalizer Installation and Administration Guide ...
Page 38: ...Chapter 1 Equalizer Overview 38 Equalizer Installation and Administration Guide ...
Page 80: ...Chapter 4 Equalizer Network Configuration 80 Equalizer Installation and Administration Guide ...
Page 110: ...Chapter 5 Configuring Equalizer Operation 110 Equalizer Installation and Administration Guide ...
Page 208: ...Chapter 7 Monitoring Equalizer Operation 208 Equalizer Installation and Administration Guide ...
Page 240: ...Chapter 8 Using Match Rules 238 Equalizer Installation and Administration Guide ...
Page 262: ...Appendix A Server Agent Probes 258 Equalizer Installation and Administration Guide ...
Page 274: ...Appendix B Timeout Configuration 270 Equalizer Installation and Administration Guide ...
Page 280: ...Appendix D Regular Expression Format 276 Equalizer Installation and Administration Guide ...
Page 310: ...Appendix F Equalizer VLB 306 Equalizer Installation and Administration Guide ...
Page 318: ...Appendix G Troubleshooting 314 Equalizer Installation and Administration Guide ...