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

 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
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 접속 허용하기]]
*[[화이트리스트]]
*[[블랙리스트, 화이트리스트]]
*[[/etc/hosts]]
*[[ssh_exchange_identification: Connection closed by remote host]]
 
==참고==
* http://its.virginia.edu/unixsys/sec/hosts.html


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

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