Have a problem after delete firewall
Hello every oneMy server is too slow
and when I tracert it I get timed out in all hubs
so I go and delete APF firewall in this way
/etc/init.d/apf stop
iptables -F
rm -Rf /etc/apf
rm -Rf /etc/rc.d/init.d/apf
rm -Rf /var/log/apf_log
rm -Rf /var/log/apfados_log
rm -Rf /usr/local/sbin/apf
/sbin/chkconfig --level 345 apf off
pico /etc/cron.daily/fw
#delete
/etc/rc.d/init.d/apf restart >> /dev/null 2>&1
--------------------------------------------------------
Then reboor server and network
Now
iptables -L
root@server [~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain acctboth (0 references)
target prot opt source destination
---------------
But when I try to ping this server from out side I always get timed out
and when I try to ping anything from this server
root@server [~]# ping google.com
PING google.com (216.239.57.99) 56(84) bytes of data.
64 bytes from 216.239.57.99: icmp_seq=0 ttl=239 time=45.2 ms
64 bytes from 216.239.57.99: icmp_seq=1 ttl=239 time=45.2 ms
64 bytes from 216.239.57.99: icmp_seq=2 ttl=239 time=45.5 ms
64 bytes from 216.239.57.99: icmp_seq=3 ttl=238 time=45.1 ms
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3024ms
rtt min/avg/max/mdev = 45.152/45.302/45.553/0.150 ms, pipe 2
----- it is working ok with yahoo - google - hotmail
the server is too slow
and when I asked DC to change IPs
they told me
This looks to be a firewall on your local server that is causing this issue.
and I told him that firewall is deleted
they don't care
How I can solve this please ???