summaryrefslogtreecommitdiff
path: root/filters/sample_tug_wlc_fw.html
blob: c7a2d52edc2fcc689b806264a62e5ac3462a1ff9 (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
45
46
47
48
49
50
51
52
53
54
55
Header {
    Name: MUPP {
        Type: inet 
        Comment: this is a sample output filter that generates
        Comment: multiplatform for tug wlc protection
        Family type: none
    }
    Term: permit-icmp{
  
         Destination IP's
         109.105.104.16/28
  
         Protocol
         icmp
  
         Action: allow all traffic
    }
 
    Term: permit-traceroute{
  
         Destination IP's
         109.105.104.16/28
  
         Destination Ports
         33434-33534
  
         Protocol
         udp
  
         Action: allow all traffic
    }
 
    Term: permit-NORDUnet{
  
         Source IP's
         109.105.96.0/19
         130.242.82.30/32
         130.242.121.137/32
         193.10.252.0/24
         193.10.254.0/24
         193.11.3.0/24
         194.68.13.0/24
  
         Destination IP's
         109.105.104.16/28
  
         Action: allow all traffic
    }
 
    Term: default-deny{
  
         Action: discard all traffic
    }
 
}