diff options
Diffstat (limited to 'suse/SuSEfirewall.scheduler')
-rw-r--r-- | suse/SuSEfirewall.scheduler | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/suse/SuSEfirewall.scheduler b/suse/SuSEfirewall.scheduler new file mode 100644 index 0000000..f251200 --- /dev/null +++ b/suse/SuSEfirewall.scheduler @@ -0,0 +1,24 @@ +# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed. +# More may be supported in the future. +# +# For a more detailed description of the individual variables see +# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2 +# + +## Name: icecream scheduler +## Description: Opens ports for the icecream scheduler + +# space separated list of allowed TCP ports +TCP="8765 8766" + +# space separated list of allowed UDP ports +UDP="" + +# space separated list of allowed RPC services +RPC="" + +# space separated list of allowed IP protocols +IP="" + +# space separated list of allowed UDP broadcast ports +BROADCAST="8765" |