summaryrefslogtreecommitdiffstats
path: root/tests/regression/ip6/redirect.t
blob: dce4794a683023c267ad288daf75c794d7db22c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*ip6;test-ip6
:output;type nat hook output priority 0

# with no arguments
redirect;ok
udp dport 954 redirect;ok
ip6 saddr fe00::cafe counter packets 0 bytes 0 redirect;ok

# nf_nat flags combination
udp dport 53 redirect random;ok
udp dport 53 redirect random,persistent;ok
udp dport 53 redirect random,persistent,random-fully;ok;udp dport 53 redirect random,random-fully,persistent
udp dport 53 redirect random,random-fully;ok
udp dport 53 redirect random,random-fully,persistent;ok
udp dport 53 redirect persistent;ok
udp dport 53 redirect persistent,random;ok;udp dport 53 redirect random,persistent
udp dport 53 redirect persistent,random,random-fully;ok;udp dport 53 redirect random,random-fully,persistent
udp dport 53 redirect persistent,random-fully;ok;udp dport 53 redirect random-fully,persistent
udp dport 53 redirect persistent,random-fully,random;ok;udp dport 53 redirect random,random-fully,persistent

# port specification
udp dport 1234 redirect :1234;ok
ip6 daddr fe00::cafe udp dport 9998 redirect :6515;ok
tcp dport 39128 redirect :993;ok
redirect :1234;fail
redirect :12341111;fail

# both port and nf_nat flags
tcp dport 9128 redirect :993 random;ok
tcp dport 9128 redirect :993 random-fully,persistent;ok

# nf_nat flags are the last argument
tcp dport 9128 redirect persistent :123;fail
tcp dport 9128 redirect random,persistent :123;fail

# redirect is a terminal statement
tcp dport 22 redirect counter packets 0 bytes 0 accept;fail
tcp sport 22 redirect accept;fail
ip6 saddr ::1 redirect drop;fail

# redirect with sets
tcp dport {1,2,3,4,5,6,7,8,101,202,303,1001,2002,3003} redirect;ok
ip6 daddr fe00::1-fe00::200 udp dport 53 counter packets 0 bytes 0 redirect;ok;ip6 daddr >= fe00::1 ip6 daddr <= fe00::200 udp dport 53 counter packets 0 bytes 0 redirect
iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } redirect;ok