NO route to HOST
cd /etc/sysconfig/
check vi /etc/rc.local
for iptables
/bin/sh /home/sas/timepass.sh (this should load first)
check iptables
For abuse report attack on another server using port 80 and 443
## Block 80 & 443 Outgoing from the server due to abuse request
iptables -I OUTPUT -p tcp –dport 80 -j DROP
iptables -I OUTPUT -p tcp –dport 443 -j DROP