posted by 은이종 2014. 7. 16. 10:48


Loopback 아답터에 L4 VIP를 추가한 다음





Weak Host Model 설정을 위해 Cmd창에서 명령어를 날려줍니다.

서버의 기존 Real IP 아답터 이름을 service라 가정하고, Loopback 아답터 이름을 loopback이라 가정하면
netsh interface ipv4 set interface "Private" weakhostreceive=enabled
netsh interface ipv4 set interface "Public" weakhostreceive=enabled
netsh interface ipv4 set interface "Loopback" weakhostreceive=enabled
netsh interface ipv4 set interface "Loopback" weakhostsend=enabled
netsh interface ipv4 set interface "team 1" weakhostsend=enabled


설정 후 확인 최종확인

netsh interface ipv4 dump



* DSR구조 Loopback을 이용하여,

netsh interface ipv4 set interface " 인터페이스명" weakhostsend= enable
netsh interface ipv4 set interface " 인터페이스명" weakhostsend= disable

을 통하여, 서버단에서 L4 투입, 제어를 할 수 있다.
 

  





'Windows' 카테고리의 다른 글

UAC(사용자 계정 컨트롤)  (0) 2014.07.22
Windows 코드 80070002 오류  (0) 2014.07.22
IIS 튜닝  (0) 2014.07.09
윈도우의 숨겨진(?) midi 파일  (0) 2014.04.24
Cygwin(시그윈) 설치 후 기본 세팅  (0) 2014.04.02