Windows/Windows 2008 , 2012
Windows Server 2008/2012 Loop Back Adapter Configuration
Pydole
2019. 4. 3. 14:52
1. loop Interface 추가
[실행] - hdwwiz
다음(Next)
목록에서 직접 선택한 하드웨어
네트워크 어탭터
제조업체 [ Microsoft ] - 네트워크 어탭터 [ Microsoft 루프백 ]
다음(Next)
마침(Finish)
추가된 LoopBack Adapter IPv4 (IP : L4 VIP, Subnet : 255.255.255.255)
고급 - WINS - NetBIOS over TCP/IP 사용 안 함
2. Weakhost Model
netsh interface ipv4 set interface "Loopback" weakhostsend=enabled
netsh interface ipv4 set interface "Loopback" weakhostreceive=enabled
netsh interface ipv4 set interface "Public" weakhostreceive=enabled
3. Loopback ARP
loopback의 메트릭을 254로 지정하여 ARP에 응답하지 않도록 설정
netsh interface ipv4 set interface "[ Loopback Adapter Name ]" metric=254