Score:0

ip6tables ipset --set-mark

cn flag
ipset create mylist4 hash:net family inet
ipset add mylist4 8.8.4.0/24
ipset add mylist4 8.8.8.0/24

ipset create mylist6 hash:net family inet6
ipset add mylist6 2001:4860::/32
ipset add mylist6 2401:fa00::/32
ipset add mylist6 2404:6800::/32

ipset create mylist46 list:set
ipset add mylist46 bypass4
ipset add mylist46 bypass6

iptables -t mangle -A PREROUTING -m set --match-set mylist46 src -j MARK --set-mark 200
iptables -t mangle -A PREROUTING -m set --match-set mylist46 dst -j MARK --set-mark 200

ip6tables -t mangle -A PREROUTING -m set --match-set mylist46 src -j MARK --set-mark 200
ip6tables -t mangle -A PREROUTING -m set --match-set mylist46 dst -j MARK --set-mark 200

Normal ipv4 and ipv6 are working fine. The problem is that MARK is working with ipv4 but not with ipv6.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.