: route add -host 61.103.216.116 reject
route del -host 61.103.216.116 reject
: 이런식으로 특정 아이피를 막았는데 다시 풀어주려니까 안되네요
:
: Destination Gateway Genmask Flags Metric Ref Use Iface
: default - 255.255.255.255 !H 0 - 0 -
: 61.103.216.116 - 255.255.255.255 !H 0 - 0 -
:
: route del 61.103.216.116
: route del 61.103.216.116 dev eth0
: route del -net 61.103.216.116
: route del -net 61.103.216.116 dev eth0
: route del -host 61.103.216.116
: route del -host 61.103.216.116 dev eth0
:
: SIOCDELRT: Invalid argument
:
: 책보고 위 처럼 다 해봤는데도 안되네요.
: 책에는 route에 대해 딸랑 2장밖에 없네요.
: 아시는 분 좀 가르쳐주면 감사하겠습니다.