8.2. close

8.2.1. close appliance firewall

rocks close appliance firewall {appliance} [network=string] [protocol=string] [service=string]

Close a service for an appliance type in the cluster.

arguments

appliance

Appliance type (e.g., "compute").

parameters

[network=string]

The network on which this service should be closed. This is a named network (e.g., 'private') and must be one listed by the command 'rocks list network'.

[protocol=string]

The protocol associated with the service. For example, "tcp" or "udp".

[service=string]

The service identifier, port number or port range. For example "www", 8080 or 0:1024.

8.2.2. close firewall

rocks close firewall [network=string] [protocol=string] [service=string]

Globally close a service in the cluster. This will close the firewall for all the hosts and not allow packets for a service to flow into the hosts.

parameters

[network=string]

The network on which this service should be closed on. This is a named network (e.g., 'private') and must be one listed by the command 'rocks list network'.

[protocol=string]

The protocol associated with the service. For example, "tcp" or "udp".

[service=string]

The service identifier, port number or port range. For example "www", 8080 or 0:1024.

8.2.3. close host firewall

rocks close host firewall {host} [network=string] [protocol=string] [service=string]

Close a service for hosts in the cluster. This will close the firewall for the named hosts and not allow packets for a service to flow into the hosts.

arguments

host

Host name of machine

parameters

[network=string]

The network this rule should be applied to. This is a named network (e.g., 'private') and must be one listed by the command 'rocks list network'.

[protocol=string]

The protocol associated with the service. For example, "tcp" or "udp".

[service=string]

The service identifier, port number or port range. For example "www", 8080 or 0:1024.

8.2.4. close os firewall

rocks close os firewall {os} [network=string] [protocol=string] [service=string]

Close a service for an OS type in the cluster.

arguments

os

Name of OS (e.g., "linux", "sunos").

parameters

[network=string]

The network this rule should be applied to. This is a named network (e.g., 'private') and must be one listed by the command 'rocks list network'.

[protocol=string]

The protocol associated with the service. For example, "tcp" or "udp".

[service=string]

The service identifier, port number or port range. For example "www", 8080 or 0:1024.