Results 1 to 4 of 4
hi,
I'm trying to develop a content filter.The problem is after dropping the packets i need to send "host unreachable" icmp message.But i don't know how to send that request.Can ...
- 12-06-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
Rejecting packets
hi,
I'm trying to develop a content filter.The problem is after dropping the packets i need to send "host unreachable" icmp message.But i don't know how to send that request.Can anybody tell how to send a icmp message of "host unreachable".
Thanx in advance.............
- 12-06-2007 #2
- 12-06-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 8
- 12-06-2007 #4
Here is what you are looking for:
Code:-j REJECT --icmp-host-unreachable


Reply With Quote

