Excluding Non-Cacheable Sites - Radware Alteon Application Manual

Application switch operating system
Hide thumbs Also See for Alteon:
Table of Contents

Advertisement

3. Configure the application redirection filters. Once proxy IP addresses are established, configure
each application redirection filter (Filter 2 in this example) with the real server TCP or UDP port
to which redirected traffic will be sent. In this case, the requests are mapped to a different
destination port (8080). You must also enable proxies on the real servers:
>> # /cfg/slb/filt 2
>> Filter 2# rport 8080
>> Filter 2# /cfg/slb/real 1/adv/proxy enable
>> Real server 1# /cfg/slb/real 2/adv/proxy
enable
>> Real server 2# /cfg/slb/real 3/adv/proxy
enable
Note:
This configuration is not limited to the HTTP (Web) service. Other TCP/IP services can be
configured in a similar fashion. For example, if this had been a DNS redirect, rport would be sent
to well-known port 53 (or the service port you want to remap to). For a list of other well-known
services and ports, see the
4. Apply and save your changes.
5. Check server statistics to verify that traffic has been redirected based on filtering criteria.
>> # /info/slb/group <group number> /filter <filter number>

Excluding Non-Cacheable Sites

Some sites provide content that is not well suited for redirection to cache servers. Such sites might
provide browser-based games or applications that keep real-time session information or
authenticate by client IP address.
To prevent such sites from being redirected to cache servers, create a filter that allows this specific
traffic to pass normally through Alteon. This filter must have a higher precedence (a lower filter
number) than the application redirection filter.
For example, if you want to prevent a popular Web-based game site on subnet 200.10.10.* from
being redirected, you could add the following to the previous example configuration:
>> # /cfg/slb/filt 1
>> Filter 1# dip 200.10.10.0
>> Filter 1# dmask 255.255.255.0
>> Filter 1# sip any
>> Filter 1# proto tcp
>> Filter 1# dport http
>> Filter 1# sport any
>> Filter 1# action allow
>> Filter 1# ena
>> Filter 1# /cfg/slb/port 5
>> SLB port 5# add 1
Document ID: RDWR-ALOS-V2900_AG1302
Alteon Application Switch Operating System Application Guide
Well-Known Application Ports, page
Application Redirection
(Select the menu for Filter 2)
(Set proxy redirection port)
(Enable proxy on real servers)
(Enable proxy on real servers)
(Enable proxy on real servers)
175.
(Select the menu for Filter 1)
(To the site's destination IP address)
(For entire subnet range)
(From any source IP address)
(For TCP traffic)
(To an HTTP destination port)
(From any source port)
(Allow matching traffic to pass)
(Enable the filter)
(Select SLB Port 5)
(Add the filter to Port 5)
465

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents