Re: More H.323 questions

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

 



Way to go, George. If someone could FAQ this...

On Thu, Sep 04, 2003 at 11:50:55AM +1000, George Vieira wrote:

> 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?


[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