On 10/14/05, SWAPNIL <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> We are using Red Hat 9.0 as gateway server with Kernel 2.4.20-8 and iptables
> firewall
> We are facing some problems with network traffic. FTP is not working IP
> phone is not working
hi swapnil,
check this rule in your nat/postrouting chain

# all internal incoming requests on all ports
-A POSTROUTING -d 192.168.1.200 -p tcp -j SNAT --to-source 192.168.1.1
                           -----^-------
you should be SNATing the source. Is it a typo?

- gunz

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to