| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | Help on Iptables |
| From: | wlagmay@yanbulink.net |
| Date: | Sat, 16 Dec 2006 20:04:15 +0300 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| Sender: | netfilter-bounces@lists.netfilter.org |
| User-agent: | Internet Messaging Program (IMP) 3.2.3 |
Hi all, I just want to know How am I going to do a blocking of multiple ports on a single line let say port 700 to 800. Im trying this command but it is not working iptables -A OUTPUT -p tcp -m state --state NEW -m tcp --dport 700-800 -j DROP iptables -A OUTPUT -p tcp -m state --state NEW -m tcp --dport 700 --to 800 -j DROP I'm trying the above commands and its not working. Can you help me please? Thanks, Wennie |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: is it possible to nat to the routed IP?, Pascal Hambourg |
|---|---|
| Next by Date: | Re: Help on Iptables, Pascal Hambourg |
| Previous by Thread: | re: Dos and DDoS, wlagmay |
| Next by Thread: | Re: Help on Iptables, Pascal Hambourg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |