All of lore.kernel.org
 help / color / mirror / Atom feed
From: "tian fang" <tianfang@gmail.com>
To: 'Jozsef Kadlecsik' <kadlec@blackhole.kfki.hu>
Cc: netfilter@vger.kernel.org
Subject: RE: Fwd: ipset and counters
Date: Tue, 7 May 2013 20:05:04 +0800	[thread overview]
Message-ID: <002b01ce4b1b$1e766980$5b633c80$@com> (raw)
In-Reply-To: <alpine.DEB.2.00.1305062022050.15306@blackhole.kfki.hu>



-----Original Message-----
From: Jozsef Kadlecsik [mailto:kadlec@blackhole.kfki.hu] 
Sent: 2013Äê5ÔÂ7ÈÕ 2:28
To: tian fang
Cc: netfilter@vger.kernel.org
Subject: RE: Fwd: ipset and counters

On Mon, 6 May 2013, tian fang wrote:

> > > > create SETNAME bitmap:ip range IP/CIDR|FROM-TO
> > > >                [netmask CIDR] [timeout VALUE] [counters]
> > > 
> > > So the ipset binary does support counters. Then what is the output 
> > > of "modinfo ip_set_bitmap_ip"? Also, if you had the previous ipset 
> > > kernel modules loaded in, then just installing them won't unload them.
> >
> >     I successfully built and executed ipset 6.19 ,but when I try to 
> > run this command, I failed.
> > 
> > iptables -t nat -A POSTROUTING -m set --match-set ipc src,dst -j 
> > MASQUERADE
> > iptables: No chain/target/match by that name.
> > 
> > could you please help me on this ?
> 
> [There's no ipset 6.19 yet.]
> 
> I succeeded after I sudo cp xt_set.ko
> /lib/modules/3.5.0-28-generic/kernel/net/netfilter/ . 
> Thanks for your help.
> But I am just alittlebit curious why can't I do it by make install.

I suspect your "depmod" utility is not configured to process the
/lib/modules/`uname -r`/extra/ directory, in which the modules are installed
by the command "make modules_install".

It's strange. You're the second reporting such kind of problem.
What is your distribution and what's its version?

Best regards,
Jozsef
-
Jozsef£¬
     I am using ubuntu 12.04 LTS.
And I got an issue ,I am sorry if I am wrong because I am a quite newbie.

I am confused of the "--match-set setname src,dst" .  it seems only the one
before the comma is functional. Please look at this .

I added an IP into the ipset sec,and set the iptables FORWARD Chain as "dst,
src" ,I guess this means dst OR src, but unfortunately ,my outgoing packages
was dropped.

If I set two separated lines ,it works.

Could you please help me on this?

Great appreciation !
Tian



tfang@gateway:~$ sudo iptables -nvL
Chain INPUT (policy ACCEPT 83 packets, 4308 bytes)
 pkts bytes target     prot opt in     out     source
destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source
destination
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0
0.0.0.0/0            match-set sec dst,src
    4   252 DROP       all  --  *      *       0.0.0.0/0
0.0.0.0/0

Chain OUTPUT (policy ACCEPT 114 packets, 14440 bytes)
 pkts bytes target     prot opt in     out     source
destination




E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu PGP key :
http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary


  parent reply	other threads:[~2013-05-07 12:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <51752B00.8090908@metu.edu.tr>
2013-04-22 12:46 ` Fwd: ipset and counters Husnu Demir
2013-04-22 13:57   ` Jozsef Kadlecsik
2013-04-22 14:03     ` Husnu Demir
2013-04-22 17:24       ` Jozsef Kadlecsik
2013-05-06 13:14         ` tian fang
2013-05-06 13:40           ` Jozsef Kadlecsik
2013-05-06 14:03             ` tian fang
2013-05-06 14:46             ` tian fang
2013-05-06 18:28               ` Jozsef Kadlecsik
2013-05-06 19:59                 ` hdemir
2013-05-07 12:05                 ` tian fang [this message]
2013-05-07 12:19                   ` Jozsef Kadlecsik
2013-05-07 13:32                     ` tian fang
2013-05-07 13:40                       ` Jozsef Kadlecsik
2013-04-22 18:06 hdemir

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002b01ce4b1b$1e766980$5b633c80$@com' \
    --to=tianfang@gmail.com \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.