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

1번째 줄: 1번째 줄:
==개요==
;/etc/hosts.deny
;hosts.deny
;/etc/hosts.allow
;/etc/hosts.allow
;hosts.allow
;hosts.allow


==내용==
* 호스트 접속 차단 및 허용 설정
<source lang='properties'>
* 기본값은 모두 비어 있음. 즉 모두 허용
#
{| class='wikitable'
# hosts.allow This file describes the names of the hosts which are
|-
# allowed to use the local INET services, as decided
| hosts.deny || 호스트 접속 차단 설정
# by the '/usr/sbin/tcpd' server.
|-
#
| hosts.allow || 호스트 접속 허용 설정
|}
 
==설정 예시==
*hosts.deny
<source lang='aconf'>
ALL: ALL
</source>
*hosts.allow
<source lang='aconf'>
ALL: 135.79.246.80
</source>
</source>
:→ 모두 차단하되, 135.79.246.80만 허용


==같이 보기==
==같이 보기==
*[[/etc/hosts.deny]]
*[[/usr/sbin/tcpd]]
*[[/usr/sbin/tcpd]]
*[[특정 IP만 SSH 접속 허용하기]]
*[[특정 IP만 SSH 접속 허용하기]]
*[[블랙리스트, 화이트리스트]]
*[[블랙리스트, 화이트리스트]]
==참고 자료==
* http://its.virginia.edu/unixsys/sec/hosts.html


[[분류: /etc]]
[[분류: /etc]]
[[분류: .allow]]
[[분류: .allow]]
[[분류: .deny]]

2016년 5월 12일 (목) 20:39 판

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 }}