[Asterisk-Users] asterisk at home, broadvoice and iptables

lenny at edpausa.com lenny at edpausa.com
Sun Apr 23 10:49:47 MST 2006


I can't seem to register properly with broadvoice servers. Looking at
tcpdump and log files I see registrations attemtps and traffic to
broadvoice, but no traffic or error messages of any kind from broadvoice.
Do my rules look ok ?


ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     icmp --  anywhere             anywhere            icmp any
ACCEPT     all  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     udp  --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:http
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:https
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp
dpt:5060
ACCEPT     udp  --  anywhere             anywhere            state NEW udp
dpt:5060
ACCEPT     udp  --  sip.broadvoice.com   anywhere
ACCEPT     udp  --  anywhere             anywhere            udp dpt:5060
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:5060
ACCEPT     udp  --  anywhere             anywhere            udp dpt:4569
ACCEPT     udp  --  anywhere             anywhere            udp dpt:5036
ACCEPT     udp  --  anywhere             anywhere            udp
dpts:10000:20000
ACCEPT     udp  --  anywhere             anywhere            udp dpt:2727
REJECT     all  --  anywhere             anywhere            reject-with
icmp-host-prohibited





More information about the asterisk-users mailing list