J
jaomedes
Guest
Hello,
How can I prevent telnet to a server from an specific IP Address?
Thanks
How can I prevent telnet to a server from an specific IP Address?
Thanks
Hi, welcome to LinuxForum!
You could use the hosts.deny file:
telnet: 1.2.3.4
Is this a server facing the internet though? You should be uaing ssh instead.
Good luck,
Rob
The safest and most powerful method would be denying it using iptables.