Linux Netfilter discussions
 help / color / mirror / Atom feed
* ?
@ 2003-04-01 20:13 Soporte Meranetwork
  0 siblings, 0 replies; only message in thread
From: Soporte Meranetwork @ 2003-04-01 20:13 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 762 bytes --]

Good day.I have used IPTabels 1.2.5-3,and dont know that it have or not H323 modul .But for recive Call from outside(internet) to inside(throught NAT) - Netmeeting(ATA 186) i use thet rules: 
$IPTABLES -t nat -A POSTROUTING -o $EXTIF -s 192.168.0.0/24 -j MASQUERADE 
  (intern LAN)
PORTFWIP="192.168.0.201" ( PC with Netmeting or ATA 186)
$IPTABLES -A FORWARD -i $EXTIF -o $INTIF -p tcp --dport 1720 -m state --state
NEW,ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A PREROUTING -t nat -p tcp -d $EXTIP --dport 1720 -j DNAT --to $PORTFWIP:1720
But i want to use NAT without  FORWARD ,PREROUTING with H323 ability for any IP in LAN.Where i can find IPtables with ability of H323(version) or where is the patch(modul) for that ability? Thank your. 
Buy,
Eugen

[-- Attachment #2: Type: text/html, Size: 1207 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-01 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01 20:13 ? Soporte Meranetwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox