resend this mail, since it seems to have missed the list Indunil Jayasooriya wrote:
You can fill in the variables yourself: iptables -A FORWARD -i $EXTIF -o $INTIF -m multiport -p udp --dport 3478,4569,5060,10000:20000 -s $UNIVERSE -j ACCEPT iptables -t nat -A PREROUTING -i $EXTIF -m multiport -p udp --dport 3478,4569,5060,10000:20000 -j DNAT --to-destination 192.168.101.23 SIP protocol (port 5060) AIX protocol (port 4569) STUN (port 3478) (not strictly needed) Port 10000:20000 are needed for the RTP traffic, configure it in rtp.conf You also need to setup this in sip.conf: externip = 1.2.3.4 localnet=192.168.101.0/24 Theo |
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos