"/etc/hosts.deny, hosts.allow"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
16번째 줄: 16번째 줄:


==설정 예시==
==설정 예시==
*hosts.deny
{{소스헤더|hosts.deny}}
<source lang='aconf'>
<source lang='aconf'>
ALL: ALL
ALL: ALL
</source>
</source>
*hosts.allow
{{소스헤더|hosts.allow}}
<source lang='aconf'>
<source lang='aconf'>
ALL: 135.79.246.80
ALL: 135.79.246.80
31번째 줄: 31번째 줄:
*[[블랙리스트, 화이트리스트]]
*[[블랙리스트, 화이트리스트]]
*[[/etc/hosts]]
*[[/etc/hosts]]
*[[ssh_exchange_identification: Connection closed by remote host]]


==참고 자료==
==참고==
* http://its.virginia.edu/unixsys/sec/hosts.html
* http://its.virginia.edu/unixsys/sec/hosts.html



2019년 5월 16일 (목) 22:21 기준 최신판

1 개요[ | ]

/etc/hosts.deny
hosts.deny
/etc/hosts.allow
hosts.allow
  • 호스트 접속 차단 및 허용 설정
  • 기본값은 모두 비어 있음. 즉 모두 허용
hosts.deny 호스트 접속 차단 설정
hosts.allow 호스트 접속 허용 설정

2 설정 예시[ | ]

hosts.deny
ALL: ALL
hosts.allow
ALL: 135.79.246.80
→ 모두 차단하되, 135.79.246.80만 허용

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}