On Thu, Mar 06, 2003 at 05:07:06PM +0530, Prashant Kulkarni wrote: > Hi Friends, >
> I am using linux 8 as firewall(iptables) masquerade, > every thing works well except Voice Chat. > My clients behind the firewall are not able to do voice chat. > > Kindly provide the solution at the earliest. iptables -I FORWARD -i eth<n> -p tcp --syn -j LOG This will log all SYN packets coming in from eth<n>, where n is the number for your internal network, e.g. eth1. HTH. Bill -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list