Displaying 1 result from an estimated 1 matches for "sip_wan".
Did you mean:
sip_nat
2004 Sep 12
0
RE: No subject by Steve M
...P SIP
Add the following code amongst the service scripts toward the bottom:
#----------------------------#
# SIP #
#----------------------------#
function SIP_WAN {
$IPT -A INPUT -p udp -i $WANIFACE --dport 5060 -j ACCEPT
$IPT -A INPUT -p udp -i $WANIFACE --dport 5004 -j ACCEPT
}
function SIP_PORT_FORWARDING {
$IPT -A PREROUTING -t nat -i $...