> Hello all -
> Is there any way I can set up telnet to only allow access from certain IP's
> under Linux? I've got a linux box running on two different networks - one
> private, and one hooked to the internet. (Same network as my web & mail
> servers). Is there any way I can set up the telnet service to only allow
> connections from a certain IP range? I love the possibility of setting up a
> Linux box that needs no keyboards, mice or monitors, but I don't want to give
> every hacker and his brother the opportunity to break in.
---
hosts.deny:
ALL:ALL
---
hosts.allow:
ALL:192.168.0.
---
hosts.allow has a higher priority than hosts.deny. 192.168.0. masks the local
network. You can also define friends on foreign networks. See man 8 tcpd for
help.
regards
-Benjamin
--
dem Billygotchi nicht an irgendeinem Lowlevel-Setup rumdrehen.
Heute die Uhr, morgen die Partitionstabelle - wehret den Anfaengen!