Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
awall
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
awall
Commits
75f39a4a
Commit
75f39a4a
authored
Aug 13, 2018
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adp: zone naming convention
parent
3c6e171d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
9 deletions
+11
-9
optional/adp-dns-client.json
optional/adp-dns-client.json
+1
-1
optional/adp-http-client.json
optional/adp-http-client.json
+1
-1
optional/adp-ntp-client.json
optional/adp-ntp-client.json
+1
-1
optional/adp-ping.json
optional/adp-ping.json
+1
-1
optional/adp-router.json
optional/adp-router.json
+6
-4
optional/adp-ssh-server.json
optional/adp-ssh-server.json
+1
-1
No files found.
optional/adp-dns-client.json
View file @
75f39a4a
{
"description"
:
"DNS client"
,
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"wan"
,
"service"
:
"dns"
}
]
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"
adp-
wan"
,
"service"
:
"dns"
}
]
}
optional/adp-http-client.json
View file @
75f39a4a
{
"description"
:
"HTTP client"
,
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"wan"
,
"service"
:
"http"
}
]
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"
adp-
wan"
,
"service"
:
"http"
}
]
}
optional/adp-ntp-client.json
View file @
75f39a4a
{
"description"
:
"NTP client"
,
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"wan"
,
"service"
:
"ntp"
}
]
"filter"
:
[
{
"in"
:
"_fw"
,
"out"
:
"
adp-
wan"
,
"service"
:
"ntp"
}
]
}
optional/adp-ping.json
View file @
75f39a4a
...
...
@@ -2,7 +2,7 @@
"description"
:
"Allow ICMP echo request"
,
"after"
:
"adp-router"
,
"filter"
:
[
{
"in"
:
"wan"
,
"service"
:
"ping"
,
"flow-limit"
:
3
},
{
"in"
:
"
adp-
wan"
,
"service"
:
"ping"
,
"flow-limit"
:
3
},
{
"service"
:
"ping"
}
]
}
optional/adp-router.json
View file @
75f39a4a
{
"description"
:
"Router"
,
"zone"
:
{
"lan"
:
{
"iface"
:
"$adp_lan_ifaces"
,
"addr"
:
"$adp_lan_addrs"
}
"adp-lan"
:
{
"iface"
:
"$adp_lan_ifaces"
,
"addr"
:
"$adp_lan_addrs"
}
},
"filter"
:
[
{
"in"
:
"wan"
,
"in"
:
"
adp-
wan"
,
"dest"
:
"$adp_lan_private_addrs"
,
"action"
:
"drop"
}
],
"policy"
:
[
{
"in"
:
"
lan"
,
"out"
:
"
wan"
}
],
"snat"
:
[
{
"out"
:
"wan"
,
"src"
:
"$adp_lan_private_addrs"
}
]
"policy"
:
[
{
"in"
:
"
adp-lan"
,
"out"
:
"adp-
wan"
}
],
"snat"
:
[
{
"out"
:
"
adp-
wan"
,
"src"
:
"$adp_lan_private_addrs"
}
]
}
optional/adp-ssh-server.json
View file @
75f39a4a
...
...
@@ -2,7 +2,7 @@
"description"
:
"SSH server"
,
"filter"
:
[
{
"in"
:
"wan"
,
"in"
:
"
adp-
wan"
,
"out"
:
"_fw"
,
"service"
:
"ssh"
,
"conn-limit"
:
{
"count"
:
1
,
"interval"
:
10
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment