Network Router User Manual

Web OS 10.0 Application Guide
Chapter 13: Firewall Load Balancing
335
212777-A, February 2002
4. Configure static routes on the primary clean-side Web switch.
Four static routes are needed:
n To primary dirty-side IF 2 via Firewall 1 using clean-side IF 2
n To primary dirty-side IF 3 via Firewall 2 using clean-side IF 3
n To secondary dirty-side IF 2 via Firewall 1 using clean-side IF 2
n To secondary dirty-side IF 3 via Firewall 2 using clean-side IF 3
Again, the static route add command uses the following format:
add <destination address> <dest. mask> <gateway address> <source interface>
This example requires the following static route configuration:
5. Apply and save your changes.
Configure Connectivity for the Secondary Clean-Side Web Switch
1. Configure VLANs on the secondary clean-side Web switch.
>> # /cfg/ip/frwd/route
>> # add 10.10.2.1 255.255.255.255 10.10.3.3 2
>> # add 10.10.2.2 255.255.255.255 10.10.3.4 3
>> # add 10.10.2.11 255.255.255.255 10.10.3.3 2
>> # add 10.10.2.12 255.255.255.255 10.10.3.4 3
>> # apply
>> # save
>> # /boot/reset
>> # /cfg/vlan 3
>> # add 3
>> # add 9
>> # ena
>> # ../vlan 4
>> # add 4
>> # ena