[an error occurred while processing this directive]

Как разбалансировать равномерно в Squid трафик между несколькими линками
Пример равномерной балансировки по 3 каналам:

# acl rand1 dst 0.0.0.0/0.0.0.192
acl rand2 dst 0.0.0.64/0.0.0.192
acl rand3 dst 0.0.0.128/0.0.0.192
acl rand4 dst 0.0.0.192/0.0.0.192
acl rand5 dst 0.0.0.192/0.0.0.224
# acl rand6 dst 0.0.0.224/0.0.0.224

tcp_outgoing_address 10.1.1.1 rand2
tcp_outgoing_address 10.1.1.1 rand3
tcp_outgoing_address 10.1.1.2 rand4
tcp_outgoing_address 10.1.1.2 rand5
tcp_outgoing_address 10.1.1.3
 
10.07.2003
Ключи: traffic, link, tcp, acl, squid / Лицензия: CC-BY
Раздел:    Корень / Администратору / Сетевые сервисы / Socks proxy

[an error occurred while processing this directive]

[an error occurred while processing this directive]