Thread: Secure sshd
View Single Post
Old 04-15-2014, 02:20 PM   #11
Member
 
Join Date: Feb 2014
Posts: 33
icesoul is on a distinguished road
Default

I have delete all the rules and add others, the same, firewall dont work, anyone can connect.

Code:
root@isp:~# 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 ispmgr_allow_ip (0 references)
target     prot opt source               destination
ACCEPT     tcp  --  089-101-202134.ntlworld.ie  anywhere             tcp dpt:ssh

Chain ispmgr_allow_sub (0 references)
target     prot opt source               destination

Chain ispmgr_deny_ip (0 references)
target     prot opt source               destination

Chain ispmgr_deny_sub (0 references)
target     prot opt source               destination
DROP       tcp  --  anywhere             anywhere             tcp dpt:ssh
root@isp:~#
Attached Images
File Type: jpg firewall.JPG (33.7 KB, 2 views)
icesoul is offline   Reply With Quote