Hi,i need help in making paltalk work on network.paltalk is currently blocked cuase yahoo voice chat uses same TCP port 5001 for voice.related firewall command in rc.d/rc.local is

/sbin/iptables -A FORWARD -p tcp -s 192.168.0.0/24 --dport 5001 -j DROP

if i disable it,paltalk works but users start using yahoo voice chat and file upload which congest the
upstream link ,paltalk uses destination network address 199.0.0.0. i tried 2 implement following but still not working



/sbin/iptables -A FORWARD -p tcp - d 199.0.0.0/8 --dport 5001 -j ACCEPT


even i tried
/sbin/iptables -A FORWARD -p tcp  -d  ! 199.0.0.0/8  --dport 5001 -j DROP

can anyone suggest me how 2 make paltalk work keeping yahoo thing.i will appreciate ur help
Regards
Muzammil
MYEHYDERABAD.COM
HYDERABAD,PAKISTAN


_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963




Reply via email to