add vserver interface to fw
This commit is contained in:
parent
bae3bb97fd
commit
75daf49c98
1 changed files with 5 additions and 2 deletions
|
|
@ -72,6 +72,7 @@
|
||||||
"lan",
|
"lan",
|
||||||
"podman0",
|
"podman0",
|
||||||
"server",
|
"server",
|
||||||
|
"vserver",
|
||||||
"infrastructure",
|
"infrastructure",
|
||||||
"wg_cloonar",
|
"wg_cloonar",
|
||||||
"smart",
|
"smart",
|
||||||
|
|
@ -81,6 +82,7 @@
|
||||||
"lan",
|
"lan",
|
||||||
"podman0",
|
"podman0",
|
||||||
"server",
|
"server",
|
||||||
|
"vserver",
|
||||||
"infrastructure",
|
"infrastructure",
|
||||||
"wg_cloonar",
|
"wg_cloonar",
|
||||||
"smart",
|
"smart",
|
||||||
|
|
@ -111,14 +113,15 @@
|
||||||
|
|
||||||
# lan and vpn to any
|
# lan and vpn to any
|
||||||
# TODO: disable wan when finished
|
# TODO: disable wan when finished
|
||||||
iifname { "wan", "lan", "server", "podman0", "wg_cloonar" } oifname { "lan", "server", "podman0", "infrastructure", "multimedia", "smart", "wrwks", "wg_cloonar", "wg_epicenter", "wg_ghetto_at" } counter accept
|
iifname { "wan", "lan", "server", "vserver", "podman0", "wg_cloonar" } oifname { "lan", "server", "vserver", "podman0", "infrastructure", "multimedia", "smart", "wrwks", "wg_cloonar", "wg_epicenter", "wg_ghetto_at" } counter accept
|
||||||
iifname { "infrastructure" } oifname { "podman0", "server" } counter accept
|
iifname { "infrastructure" } oifname { "podman0", "server", "vserver" } counter accept
|
||||||
|
|
||||||
# Allow trusted network WAN access
|
# Allow trusted network WAN access
|
||||||
iifname {
|
iifname {
|
||||||
"lan",
|
"lan",
|
||||||
"infrastructure",
|
"infrastructure",
|
||||||
"server",
|
"server",
|
||||||
|
"vserver",
|
||||||
"podman0",
|
"podman0",
|
||||||
"multimedia",
|
"multimedia",
|
||||||
"smart",
|
"smart",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue