달력

4

« 2025/4 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

시놀로지 내부네트워크에서 잘 되더니 공유기 재부팅이후 이상해짐.

외부네트워크(인터넷)에서는  https://내꼬.synology.me:5001 로 정상적으로  잘 접속이 되는데

내부네트워크에서는 ERR_CONNECTION_REFUSED 오류나옴.

 

loopback문제라길래

C:\Windows\System32\drivers\etc

폴더의 hosts 파일에 추가함. 저장시 에디터가 관리자권한이 필요함.

 

웹서버구축하고 도메인연결해서 테스트 할 때도 내부네트워크 루프백문제로 안될경우 사용.

 

192.168.0.32 는 내부네크워크에서 접속하려는 시놀로지의 IP주소

각자 네트워크마다 다르니 로그인하면 시스템상태에 보이는 주소

 


# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost
# ::1             localhost
# 루프백문제로 내부네트워크 접속이 안되어서
192.168.0.32 내꼬.synology.me

 

 

:
Posted by 비개인오후