cmd="iptables -I OUTPUT 1 -p $1 -d $2 --dport $3 -j ACCEPT"
echo "# $4" >> /root/ip-excp.sh
echo "$cmd" >> /root/ip-excp.sh
$cmd
