Network Router User Manual

Web OS 10.0 Application Guide
Chapter 13: Firewall Load Balancing
339
212777-A, February 2002
2. Create the FWLB filters.
Three filters are required on the port attaching to the routers:
n Filter 10 prevents local traffic from being redirected.
n Filter 20 prevents VRRP traffic (and other multicast traffic on the reserved 224.0.0.0/24
network) from being redirected.
n Filter 224 redirects the remaining traffic to the firewall group.
>> # /cfg/slb/filt 10
>> # dip 195.1.1.0
>> # dmask 255.255.255.0
>> # ena
>> # ../filt 20
>> # dip 224.0.0.0
>> # dmask 255.255.255.0
>> # ena
>> # ../filt 224
>> # action redir
>> # group 1
>> # ena
>> # ../port 1
>> # filt ena
>> # add 10
>> # add 20
>> # add 224