Enrutamiento IP: múltiples interfaces

Enrutamiento IP: múltiples interfaces

Estoy usando Elastix 2.5 (CentOS 5.11) con 4 NIC (1 para WAN y 3 para SIP Trunk usando autenticación 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 el troncal SIP tiene que pasar las llamadas 100.XX.XX.5 para autenticación y 100.XX.XX.4 para medios.

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 los Trunk SIP (eth1, eth2, eth3) tienen una capacidad máxima de 200 canales

Con las rutas anteriores, todas las llamadas pasan por eth2 100.XX.XX.193, por lo que solo puedo alcanzar 200 CC.

Por favor ayuden a dirigir todo el tráfico a

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

a través de todos los GW de troncales SIP a continuación

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

información relacionada