Hace poco compre una tarjeta sangoma que no había podido instalar por que el kernel de Ubuntu al parecer era versión 3, me cambie a centos 6.5 (Todavía no instalo la tarjeta) y ya tengo el primer problema.
No se por que motivo las extensiones remotas no se están conectando, tenia instalado asterisk en Ubuntu y funcionan de maravilla asumo que entonces no es problema de asterisk si no de iptables, existe algún otro firewall en centos que deba deshabilitar a continuación pongo lo que tengo en iptables, misma configuración que hasta el día de ayer funcionaba perfecto en Ubuntu.
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
-------------
Chain INPUT (policy ACCEPT 952 packets, 452K bytes)
pkts bytes target prot opt in out source destination
1407 379K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
36 4716 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
Chain OUTPUT (policy ACCEPT 153 packets, 26852 bytes)
pkts bytes target prot opt in out source destination
3205 1833K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
¡Ayuda!
Gracias.
No se por que motivo las extensiones remotas no se están conectando, tenia instalado asterisk en Ubuntu y funcionan de maravilla asumo que entonces no es problema de asterisk si no de iptables, existe algún otro firewall en centos que deba deshabilitar a continuación pongo lo que tengo en iptables, misma configuración que hasta el día de ayer funcionaba perfecto en Ubuntu.
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpts:sip:vtsas
ACCEPT udp -- anywhere anywhere udp dpts:ndmp:dnp
-------------
Chain INPUT (policy ACCEPT 952 packets, 452K bytes)
pkts bytes target prot opt in out source destination
1407 379K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
36 4716 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
Chain OUTPUT (policy ACCEPT 153 packets, 26852 bytes)
pkts bytes target prot opt in out source destination
3205 1833K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5070
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:10000:20000
¡Ayuda!
Gracias.
Comentario