Windows
Windows DSR구조 Loopback 설정하기
은이종
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 "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 투입, 제어를 할 수 있다.
* DSR구조 Loopback을 이용하여,
netsh interface ipv4 set interface " 인터페이스명" weakhostsend= enable
netsh interface ipv4 set interface " 인터페이스명" weakhostsend= disable
을 통하여, 서버단에서 L4 투입, 제어를 할 수 있다.