All pastes #2106215 Raw Edit

Something

public text v1 · immutable
#2106215 ·published 2012-01-26 00:17 UTC
rendered paste body
config 'multiwan' 'config'
	option 'default_route' 'balancer'
	option 'debug' '1'

config 'interface' 'wan'
	option 'weight' '10'
	option 'health_interval' '10'
	option 'icmp_hosts' 'dns'
	option 'timeout' '3'
	option 'health_fail_retries' '3'
	option 'health_recovery_retries' '5'
	option 'failover_to' 'wan2'
	option 'dns' 'auto'

config 'interface' 'wan2'
	option 'weight' '10'
	option 'health_interval' '10'
	option 'icmp_hosts' 'gateway'
	option 'timeout' '3'
	option 'health_fail_retries' '3'
	option 'health_recovery_retries' '5'
	option 'failover_to' 'balancer'
	option 'dns' 'auto'