RE: h323

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



        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 Systems Manager georgev AT citadelcomputer DOT com DOT au
Citadel Computer Systems Pty Ltd
Phone : +61 2 9955 2644 HelpDesk: +61 2 9955 2698 http://www.citadelcomputer.com.au
 
 
-----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?
----- Original Message -----
Sent: Tuesday, August 12, 2003 6:48 AM
Subject: RE: h323

Just use the H323 patch in p-o-m... I use it and it works fine for me..
I don't know what this gatekeeper is.. but it's not needed if you can successfully patch in the pom module.

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux