Web OS 10.0 Application Guide
350
n
Chapter 13: Firewall Load Balancing
212777-A, February 2002
You could add the filters required for the DMZ (to each Web switch) as follows:
1.
On the dirty-side Web switch, create the filter to allow HTTP traffic to reach the DMZ
Web servers.
In this example, the DMZ Web servers use IP addresses 205.178.29.0/24.
2.
Create another filter to deny all other traffic to the DMZ Web servers.
N
OTE
–
The deny filter has a higher filter number than the allow filter. This is necessary so
that the allow filter has the higher order of precedence.
3.
Add the filters to the traffic ingress ports.
4.
Apply and save the configuration changes.
>> # /cfg/slb/filt 80
(Select filter 80)
>> Filter 80# sip any
(From any source IP address)
>> Filter 80# dip 205.178.29.0
(To the DMZ base destination)
>> Filter 80# dmask 255.255.255.0
(For the range of DMZ addresses)
>> Filter 80# proto tcp
(For TCP protocol traffic)
>> Filter 80# sport any
(From any source port)
>> Filter 80# dport http
(To an HTTP destination port)
>> Filter 80# action allow
(Allow the traffic)
>> Filter 80# ena
(Enable the filter)
>> Filter 80# ../filt 89
(Select filter 89)
>> Filter 89# sip any
(From any source IP address)
>> Filter 89# dip 205.178.29.0
(To the DMZ base destination)
>> Filter 89# dmask 255.255.255.0
(For the range of DMZ addresses)
>> Filter 89# proto any
(For TCP protocol traffic)
>> Filter 89# action deny
(Allow the traffic)
>> Filter 89# ena
(Enable the filter)
>> Filter 89# ../port 1
(Select the ingress port)
>> SLB Port 1# add 80
(Add the allow filter)
>> SLB Port 1# add 89
(Add the deny filter)
>> SLB Port 1# apply
>> SLB Port 1# save
Содержание Web OS 10.0
Страница 26: ...Web OS 10 0 Application Guide 26 n Basic Switching Routing 212777 A February 2002...
Страница 116: ...Web OS 10 0 Application Guide 116 n Web Switching Fundamentals 212777 A February 2002...
Страница 168: ...Web OS 10 0 Application Guide 168 n Chapter 6 Server Load Balancing 212777 A February 2002...
Страница 216: ...Web OS 10 0 Application Guide 216 n Chapter 8 Application Redirection 212777 A February 2002...
Страница 288: ...Web OS 10 0 Application Guide 288 n Advanced Web Switching 212777 A February 2002...
Страница 420: ...Web OS 10 0 Application Guide 420 n Chapter 15 Content Intelligent Switching 212777 A February 2002...
Страница 440: ...Web OS 10 0 Application Guide 440 n Chapter 16 Persistence 212777 A February 2002...
Страница 470: ...Web OS 10 0 Application Guide 470 n Chapter 17 Bandwidth Management 212777 A February 2002...
Страница 474: ...Web OS 10 0 Application Guide 474 n Glossary 212777 A February 2002...