![IP 라우팅을 삭제하는 방법은 무엇입니까?](https://linux55.com/image/121386/IP%20%EB%9D%BC%EC%9A%B0%ED%8C%85%EC%9D%84%20%EC%82%AD%EC%A0%9C%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95%EC%9D%80%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
UNIX 서버에서 아래 표시된 경로를 어떻게 삭제합니까?
122.252.228.38/255.255.255.255 122.252.228.38 UH 0 lan4 4136
답변1
답변2
sudo ip route del 122.252.228.38/32 # or any valid selector
sudo ip addr flush dev DEVICE # then flush the cache and the route will be gone