RE: More H.323 questions

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

 



Ramin, chill out. It was off the top of my head and I remembered there were 2 modules that needed loading.
The user only needs to check his docs for this and confirm he has 2 modules loaded if they were compiled as modules.

I've answered this exactly the same way once before and even then a user replied to me personally and said "I only had one loaded" whether or not the spelling of the module name was correct or not.. the point was more that there needs to be 2 modules for it to work..

Hence, I've connected home to my H323 machine just to confirm my finding and I was right...

        /sbin/insmod ip_conntrack_h323 >/dev/null 2>&1
        /sbin/insmod ip_nat_h323 >/dev/null 2>&1

And for the archives, I've added my rules.. Now lets see how many vague questions we're going to get asking the exact same problem/request to get working...

       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 389    -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 522    -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1503   -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1720   -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1731   -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 8080   -j DNAT --to 192.168.1.1        # H323
       $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1469   -j DNAT --to 192.168.1.1        # H323audio?

-----Original Message-----
From: Ramin Dousti [mailto:ramin@xxxxxxxxxxxxxxxxxxxx]
Sent: Thursday, September 04, 2003 11:13 AM
To: George Vieira
Cc: Mark Goldberg; netfilter@xxxxxxxxxxxxxxxxxxx
Subject: Re: More H.323 questions


On Thu, Sep 04, 2003 at 08:44:29AM +1000, George Vieira wrote:

> You need:
> 
> insmod ip_conntrack_h323
> insmod ip_nat_h323
> 
> or something like that... I have it and it works..

If you have it and it works then we expect to not hear "or something like that"
but a more specific answer...

Ramin

> 
> Thanks,



[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