Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] TCP localhost access being denied



You want this in /etc/hosts.allow to allow localhost

  ALL: 127.
  ALL: [::1]/128

and the other protocols you want to allow, eg

  sshd: ALL


And this is /etc/hosts.deny

  ALL: ALL