Roteamento IP - Múltiplas Interfaces

Roteamento IP - Múltiplas Interfaces

Estou usando Elastix 2.5 (CentOS 5.11) com 4 NICs (1 para WAN e 3 para tronco SIP usando autenticação IP)

eth0 - WAN
IPADDR=75.XX.XX.162
NETMASK=255.255.255.240
GATEWAY=75.XX.XX.161

eth1 - SIP TRUNK1
IPADDR=100.XX.XX.198
NETMASK=255.255.255.252
GATEWAY=100.XX.XX.197

eth2 - SIP TRUNK2
IPADDR=100.XX.XX.194
NETMASK=255.255.255.252
GATEWAY=100.XX.XX.193

eth3 - SIP TRUNK3
IPADDR=100.XX.XX.186
NETMASK=255.255.255.252
GATEWAY=100.XX.XX.185

todo o tronco SIP deve passar as chamadas 100.XX.XX.5 para autenticação e 100.XX.XX.4 para mídia

netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
100.XX.XX.5     100.XX.XX.193   255.255.255.255 UGH       0 0          0 eth2
100.XX.XX.5     100.XX.XX.185   255.255.255.255 UGH       0 0          0 eth3
100.XX.XX.5     100.XX.XX.197   255.255.255.255 UGH       0 0          0 eth1
100.XX.XX.4     100.XX.XX.193   255.255.255.255 UGH       0 0          0 eth2
100.XX.XX.4     100.XX.XX.185   255.255.255.255 UGH       0 0          0 eth3
100.XX.XX.4     100.XX.XX.197   255.255.255.255 UGH       0 0          0 eth1
100.XX.XX.184   0.0.0.0         255.255.255.252 U         0 0          0 eth3
100.XX.XX.192   0.0.0.0         255.255.255.252 U         0 0          0 eth2
100.XX.XX.196   0.0.0.0         255.255.255.252 U         0 0          0 eth1
75.XX.XX.160    0.0.0.0         255.255.255.240 U         0 0          0 eth0
0.0.0.0         75.XX.XX.161    0.0.0.0         UG        0 0          0 eth3

Todos os troncos SIP (eth1, eth2, eth3) têm capacidade máxima de 200 canais

com as rotas acima, todas as chamadas passam pela eth2 100.XX.XX.193, então consigo atingir apenas 200 CC

Por favor, ajude a direcionar todo o tráfego para

100.XX.XX.5 & 100.XX.XX.4 

através de todos os GWs do tronco SIP abaixo

eth1 100.XX.XX.197 
eth2 100.XX.XX.193
eth3 100.XX.XX.185

informação relacionada