ipset macipmap troubles

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

i'am in trouble with ipset (6.2) on a 2.6.38.2 kernel.
I try to add the macipmap set on prerouting mangle chain, and i can't understand what i'm doing wrong.
Basiclly, i'm doing the following:

$IPTABLES -t mangle -N test_pre
$IPTABLES -t mangle -A PREROUTING -j test_pre
$IPSET -N test macipmap --network 192.168.100.0/24
$IPSET ipset -A test 192.168.100.2,00:24:e8:bb:04:68
$IPTABLES -t mangle -A test_pre -m set --match-set test src -j MARK --set-mark 10
$IPTABLES -t mangle -A test_pre -m set --match-set test src -j ACCEPT
$IPTABLES -t mangle -A test_pre -m set --match-set test dst -j MARK --set-mark 10
$IPTABLES -t mangle -A test_pre -m set --match-set test dst -j ACCEPT
$IPTABLES -t mangle -A test_pre -m set --match-set test src,dst -j MARK --set-mark 10
$IPTABLES -t mangle -A test_pre -m set --match-set test src,dst -j ACCEPT
$IPTABLES -t mangle -I test_pre -s 192.168.100.2 -m mac --mac-source 00:24:E8:BB:04:68 -j LOG --log-prefix "TEST "

an ipset -L :

root@test-jp-2:~# ipset -L
Name: test
Type: bitmap:ip,mac
Header: range 192.168.100.0-192.168.100.255
Size in memory: 4208
References: 6
Members:
192.168.100.2,00:24:E8:BB:04:68

root@test-jp-2:~# iptables -t mangle -nvL test_pre
Chain test_pre (1 references)
pkts bytes target prot opt in out source destination 0 0 LOG all -- * * 192.168.100.2 0.0.0.0/0 MAC 00:24:E8:BB:04:68 LOG flags 0 level 4 prefix "TEST " 0 0 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src MARK set 0xa 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src 0 0 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test dst MARK set 0xa 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test dst 0 0 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src,dst MARK set 0xa 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src,dst

Next the client do a request (http):

root@test-jp-2:~# iptables -t mangle -nvL test_pre
Chain test_pre (1 references)
pkts bytes target prot opt in out source destination 134 71143 LOG all -- * * 192.168.100.2 0.0.0.0/0 MAC 00:24:E8:BB:04:68 LOG flags 0 level 4 prefix "TEST " 0 0 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src MARK set 0xa 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src 0 0 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test dst MARK set 0xa 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test dst 134 71143 MARK all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src,dst MARK set 0xa 134 71143 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set test src,dst

I expected that only the "-m set --match-set test src" rule will match, but obviously, only the rule src,dst match.

I'm a bit disapointed, as Jozset pointed me in the man-pages, the bitmap:ip,mac (macipmap) type can check the *source*
MAC address only.

Am i missing something?

Regards

--
Jean-Philippe Menil - Pôle réseau Service IRTS
DSI Université de Nantes
jean-philippe.menil@xxxxxxxxxxxxxx
Tel : 02.53.48.49.27 - Fax : 02.53.48.49.09

--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux