Displaying 1 result from an estimated 1 matches for "public_addr".
2008 Nov 28
0
Calls drop after a couple of minutes.
...p ports=5060
modprobe ip_nat_sip
# probably not needed since everything is forwarded:
$IPTABLES -A FORWARD -s $INTERNAL_NET -d $ANYWHERE -p udp --dport 5060
-j accept-log # sip
remote Asterisk server:
$MODPROBE ip_conntrack
$MODPROBE ip_conntrack_sip ports=5060
$IPTABLES -A INPUT -s $ANYWHERE -d $PUBLIC_ADDR -p udp --dport 5060 -j
accept-log # voip
$IPTABLES -A OUTPUT -s $PUBLIC_ADDR -d $ANYWHERE -p udp --sport 5060 -j
accept-log # voip
$IPTABLES -A OUTPUT -s $PUBLIC_ADDR -d $ANYWHERE -p udp --dport 5060 -j
accept-log # voip
$IPTABLES -A INPUT -s $ANYWHERE -d $PUBLIC_ADDR -p udp --dport
10000:20000...