L7 protocol "facebook". action=drop.
L7 protocol "youtube". DPI streaming.
L7 protocol "bittorrent". P2P drop.
Regex ekstensi: \.exe$
No match. action=accept.
action=log. Pass but record.
Exception rule. IP admin di-allow.
L7 detect + redirect ke warning page.
HTTPS tidak bisa di-inspect L7 biasa.
Connection limit per IP. Koneksi berlebih ditolak.
| # | NAME | REGEX PATTERN | |
|---|---|---|---|
| 1 | ^(get|post).*facebook | ||
| 2 | youtube | youtube\.com|ytimg | |
| 3 | bittorrent | BitTorrent|peer_id | |
| 4 | instagram\.com|cdnig | ||
| 5 | tiktok | tiktok\.com|musical | |
| 6 | http | ^(get|post|head) | |
| 7 | tls/ssl | N/A (encrypted) |
| # | CHAIN | MATCHER | ACTION | |
|---|---|---|---|---|
| 1 | forward | src=.88.100 | accept | |
| 2 | forward | drop | ||
| 3 | forward | youtube | redirect | |
| 4 | forward | bittorrent | limit:5 | |
| 5 | forward | \.exe$ | drop | |
| 6 | forward | tls/ssl | accept | |
| 7 | forward | log | ||
| 8 | forward | - | accept |