Skip to content
Snippets Groups Projects
Commit 0212300f authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

addnet

parent fd2110ce
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
Pipeline #106757 passed
......@@ -45,4 +45,17 @@ class egg (
family => 'ipv4',
zone => 'liu',
}
server_firewall::address_set { 'liu_itn_vpn':
addresses => [
'10.8.0.0/16',
],
}
firewalld_rich_rule { 'allow ssh via itn vpn':
action => 'accept',
service => 'ssh',
source => { 'ipset' => 'liu_itn_vpn_v4', },
family => 'ipv4',
zone => 'liu',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment