Hi all
Sorry I am a Linux newbie, I tried secure my VPS today but have some proplems .
I want disable any telnet to my server except port 80, so I put command
iptables -P INPUT DROP
I think I will put the command after
iptables -A INPUT -i eth0 -p tcp --dport 80 -j ACCEPT
but when put command iptables -P INPUT DROP, and now I only can access to VPS via Plesk, no ssh, no http for my sites, all sites down
so how can I solve this proplem
thanks for your help


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks