그냥 개인 용도로 정리 차원에서 글 올려둡니다.


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


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

참조할만한 글
http://technet.microsoft.com/en-us/magazine/2007.09.cableguy.aspx
http://technet.microsoft.com/ko-kr/library/bb878108(en-us).aspx

서버의 기존 Real IP 아답터 이름을 service라 가정하고, Loopback 아답터 이름을 loopback이라 가정하면

netsh interface ipv4 set interface "service" weakhostreceive=enabled
netsh interface ipv4 set interface "loopback" weakhostreceive=enabled
netsh interface ipv4 set interface "loopback" weakhostsend=enabled


이상입니다.


※ 리눅스 설정법
2012/09/25 - [리눅스] - 리눅스 L4 DSR 모드에서 loopback 아답터 설정하기

  1. 김진우
    2011/11/28 18:52

    좋은 정보 감사합니다.