1.5

Table Of Contents
Rules are applied to packets in the order in which the FirewallRule elements appear in the FirewallService
definition.
<FirewallService>
<IsEnabled>true</IsEnabled>
<DefaultAction>allow</DefaultAction>
<LogDefaultAction>false</LogDefaultAction>
<FirewallRule>
<IsEnabled>true</IsEnabled>
<Description>allow ssh</Description>
<Policy>allow</Policy>
<Protocols>
<Tcp>true</Tcp>
</Protocols>
<Port>22</Port>
<DestinationIp>Any</DestinationIp>
<SourcePort>-1</SourcePort>
<SourceIp>Any</SourceIp>
<Direction>in</Direction>
<EnableLogging>false</EnableLogging>
</FirewallRule>
<FirewallRule>
<IsEnabled>true</IsEnabled>
<Description>deny outgoing rdp</Description>
<Policy>drop</Policy>
<Protocols>
<Tcp>true</Tcp>
</Protocols>
<Port>3389</Port>
<DestinationIp>Any</DestinationIp>
<SourcePort>-1</SourcePort>
<SourceIp>Any</SourceIp>
<Direction>out</Direction>
<EnableLogging>true</EnableLogging>
</FirewallRule>
</FirewallService>
You can see this fragment in the context of an organization network in “Example: Create an Organization
Network With a Routed Connection,” on page 128.
Static Routing Configurations for vCloud Director Networks
A network Configuration element can define a static routing service and specify one or more static routes
between routed vApp or organization networks.
You can create static routes between two routed networks that do not have overlapping IP address spaces.
Static routing service details and routes are defined in a StaticRoutingService element contained by the
Features element of a network's Configuration. A StaticRoutingService element can contain zero or more
StaticRoute elements. Each StaticRoute specification requires the following elements:
Name
A name for the route.
Network
The network specification in CIDR notation.
Chapter 6 Creating, Provisioning, and Managing Organizations
VMware, Inc. 123