Aþaðýdaki komutu veriyorum ancak halen telnet ile baðlatý kura biliyorum bu sorunu yaþayan var mý ? yardýmlarýnýz için teþekkürler.
iptables -A INPUT -s 0/0 -p tcp --destination-port telnet -j DROP iptables --list çýktýsý iptables --list Chain INPUT (policy DROP) target prot opt source destination PARDUS-IN 0 -- anywhere anywhere DROP tcp -- anywhere anywhere tcp dpt:telnet Chain FORWARD (policy DROP) target prot opt source destination ACCEPT 0 -- anywhere anywhere Chain OUTPUT (policy ACCEPT) target prot opt source destination PARDUS-OUT 0 -- anywhere anywhere ACCEPT 0 -- anywhere anywhere Chain PARDUS-IN (1 references) target prot opt source destination DROP 0 -- anywhere anywhere state INVALID ACCEPT 0 -- anywhere anywhere ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED PARDUS-IN-USER 0 -- anywhere anywhere REJECT tcp -- anywhere anywhere multiport dports 0:1024 tcp flags:FIN,SYN,RST,ACK/SYN reject-with icmp-port-unreachable REJECT udp -- anywhere anywhere multiport dports 0:1024 reject-with icmp-port-unreachable REJECT 0 -- anywhere anywhere reject-with icmp-host-prohibited Chain PARDUS-IN-USER (1 references) target prot opt source destination ACCEPT tcp -- anywhere anywhere multiport dports ssh ACCEPT tcp -- anywhere anywhere multiport dports smtp,pop3 ACCEPT tcp -- anywhere anywhere multiport dports domain ACCEPT tcp -- anywhere anywhere multiport dports smtp ACCEPT tcp -- anywhere anywhere multiport dports http ACCEPT udp -- anywhere anywhere multiport dports domain Chain PARDUS-OUT (1 references) target prot opt source destination PARDUS-OUT-USER 0 -- anywhere anywhere Chain PARDUS-OUT-USER (1 references) target prot opt source destination
