방화벽
- 제어판 > 보안 > 방화벽 : 규칙편집
- 모두 허용
- 위치 – 중국, 거부 선택
- windows 파일서버, mac/linux 파일서버 : 192.168.0.0 / 192.168.255.255 차단 – 로컬pc 에서 윈도탐색기 접근 차단 (바이러스 유입차단)
- 암호화된 터미널 (SSH) 남한 허용 : 원격 접근을 위해 허용
- 남한을 제외한 모든 국가를 거부할 경우, 인증서 추가/갱신, gmail 수신 등 차단됨
<!DOCTYPE html>
<html>
<script language=”javascript”>
var newURL = window.location.protocol + “//” + window.location.host + “:변경될 포트” + window.location.pathname;
window.location.href = newURL;
</script>
</html>
| 포트 | 타입 | 설명 |
| 3306-3307 | TCP | mysql |
| 22 | TCP | ssh |
| 6690 | TCP | cloud station, drive |
| 9997-9999 | UDP | synology assistant, backup, diskstation 검색 |
| 3690 | TCP | svn |
| 5000-5005 | TCP | DSM |
| 80 | TCP | synology web ssl |
| 53 | ALL | name server |
| 995 | TCP | mail : POPs |
| 993 | TCP | mail : IMAPs |
| 143 | TCP | mail : IMAP |
| 465 | TCP | mail : SMTPs |
| 25 | TCP | mail : SMTP |
| 443 | TCP | synology web ssl |
| 9025-9040 | TCP | video station |
| 9981 | TCP | tvheadend |
| 포트 | 타입 | 설명 |
| 30002 | TCP | redmine |
| 32202,32203 | TCP | Ubooquity |
| 31257 | TCP | AirComix |
| 30102 | TCP | jenkins |
참조 : https://leekd123.tistory.com/96, https://hojakzeal.tistory.com/64