Skip to content
Snippets Groups Projects
Commit e89bb28b authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

open ports for sclogin and aes ms

parent ae29a916
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,13 @@ class aes {
::server_firewall::rules_file { '45-permit_squid.rules':
content => @(EOF),
service squid is tcp/3128
service sclogin is tcp/23431
service aesms is tcp/23816
policy chain INPUT is
accept service:squid from class:liu-nets
accept service:sclogin from class:liu-nets
accept service:aesms from class:liu-nets
end policy
|-EOF
}
......
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