* h323 Working :>
@ 2002-11-21 19:58 Tim
0 siblings, 0 replies; only message in thread
From: Tim @ 2002-11-21 19:58 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 786 bytes --]
Fresh copy of 2.4.19 and iptables 1.2.7a with patch-o-matic and used the z-newnat and h323 that comes with it.. fixed the newnat patch which couldn't load. add 2 lines to a ip_conntrack.h file and it worked fine
Then added these rules
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 522 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1503 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1720 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1731 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 8080 -j DNAT --to 192.168.0.11 # H323
insmod ip_conntrack_h323
insmod ip_nat_h323
Regards Tim
[-- Attachment #2: Type: text/html, Size: 1153 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-21 19:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-21 19:58 h323 Working :> Tim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.