mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
30 lines
654 B
Text
30 lines
654 B
Text
config rule
|
|
option priority "high"
|
|
option macaddr "12:34:56:78:9a:bc"
|
|
list port 22
|
|
list port 53
|
|
option comment "SSH, DNS"
|
|
# -j MARK --set-xmark 0x7/0x7
|
|
|
|
config rule
|
|
option priority "medium"
|
|
option macaddr "08:00:27:db:2a:31"
|
|
option proto "tcp"
|
|
list port 21
|
|
list port 25
|
|
list port 80
|
|
option comment "FTP, SMTP, HTTP"
|
|
# -j MARK --set-xmark 0x5/0x5
|
|
|
|
config rule
|
|
option priority "normal"
|
|
option macaddr "1a:2b:3c:4d:5e:6f"
|
|
option comment "All Traffic"
|
|
# -j MARK --set-xmark 0x3/0x3
|
|
|
|
config rule
|
|
option priority "low"
|
|
option macaddr "6a:4b:2c:5d:1e:70"
|
|
list proto icmp
|
|
option comment "Ping"
|
|
# -j MARK --set-xmark 0x1/0x1
|