insmod
ip_nat_h323
insmod
ip_conntrack_h323
$IPTABLES -t nat -A PREROUTING
-i $EXTDEV -p tcp --dport 389 -j DNAT --to 192.168.0.1
# H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 522 -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1503 -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1720 -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1731 -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 8080 -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1469 -j DNAT --to 192.168.0.1 # H323aud Thanks, George Vieira Citadel Computer Systems Pty Ltd
-----Original Message-----
From: Sundaram Ramasamy [mailto:sun@xxxxxxxxxxxx] Sent: Friday, August 15, 2003 11:35 PM To: George Vieira; dalive@xxxxxxxxxxxxx; netfilter@xxxxxxxxxxxxxxxxxxx Cc: Morrison, Trevor (Trevor) Subject: Re: h323 Can you post your iptables rules for
this?
|