반응형
arp 테이블 수정하는데 기존에 알던 arp 명령어가 잘 안먹힘
arp -s ip주소 mac주소
arp -d 주소
그래서 netsh 명령어 확인
netsh interface ip delete arpcache
netsh interface ip add neighbors "로컬 영역 연결" "172.00.0.0" "00-00-00-00-00-00"
성공
728x90
arp 테이블 수정하는데 기존에 알던 arp 명령어가 잘 안먹힘
arp -s ip주소 mac주소
arp -d 주소
그래서 netsh 명령어 확인
netsh interface ip delete arpcache
netsh interface ip add neighbors "로컬 영역 연결" "172.00.0.0" "00-00-00-00-00-00"
성공