Monday, September 21, 2009

Block Window Live on IP Cop

Add following line to /etc/rc.d/rc.firewall.local

iptables -I FORWARD -p tcp --dport 1863 -j REJECT
iptables -I FORWARD -p udp --dport 1863 -j REJECT

and then reload by using command

./rc.firewall.local reload