Install guide

1-14 Release Note
Software Version 2.7.5
C613-10454-00 REV A
To configure the WAN Balancer.
1. Enable IP
To enable the IP routing module, if it has been disabled, use the command:
enable ip
2. Disable multipath IP route
To disable multipath IP routing use the command:
disable ip route multipath
3. Add the IP interfaces
To add the logical interfaces to the IP module, use the command:
add ip interface=eth0 ip=192.0.2.32 mask=255.255.255.224
add ip interface=eth1 ip=192.0.2.65 mask=255.255.255.224
add ip interface=vlan1 ip=192.168.1.254 mask=255.255.255.0
4. Add the static IP routes
None for this configuration
5. Add the default IP routes
To add the IP routes and the next hop addresses use the command:
add ip route=0.0.0.0 int=eth0 next=192.0.2.33
add ip route=0.0.0.0 int=eth1 next=192.0.2.66
6. Enable the firewall (where firewall operation is to be used)
enable firewall
7. Create firewall policy
create firewall policy=wlb
8. Add interfaces to the firewall policy
add firewall policy=wlb int=eth0 type=public
add firewall policy=wlb int=eth1 type=public
add firewall policy=wlb int=vlan1 type=private
9. Configure nat
add firewall policy=wlb nat=enhanced interface=vlan1
gblint=eth0
add firewall policy=wlb nat=enhanced interface=vlan1
gblint=eth1
10. Enable the WAN load balancer
enable wanlb
11. Add the WAN load balancer resource to each global interface
add wanlb resource=eth0
add wanlb resource=eth1
12. Set the WAN load balancer selection method
For round robin selection
set wanlb select=roundrobin