Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 25 additions & 23 deletions source/adminguide/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,28 +156,28 @@ offering.

.. cssclass:: table-striped table-bordered table-hover

+----------------------+-----------+------------+----------+-------------+-------------+
| | Virtual | Citrix | Juniper | F5 BigIP | Host based |
| | Router | NetScaler | SRX | | (KVM/Xen) |
+======================+===========+============+==========+=============+=============+
| Remote Access VPN | Yes | No | No | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| DNS/DHCP/User Data | Yes | No | No | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Firewall | Yes | No | Yes | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Load Balancing | Yes | Yes | No | Yes | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Elastic IP | No | Yes | No | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Elastic LB | No | Yes | No | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Source NAT | Yes | No | Yes | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Static NAT | Yes | Yes | Yes | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
| Port Forwarding | Yes | No | Yes | No | No |
+----------------------+-----------+------------+----------+-------------+-------------+
+----------------------+-----------+------------+-------------+
| | Virtual | Citrix | Host based |
| | Router | NetScaler | (KVM/Xen) |
+======================+===========+============+=============+
| Remote Access VPN | Yes | No | No |
+----------------------+-----------+------------+-------------+
| DNS/DHCP/User Data | Yes | No | No |
+----------------------+-----------+------------+-------------+
| Firewall | Yes | No | No |
+----------------------+-----------+------------+-------------+
| Load Balancing | Yes | Yes | No |
+----------------------+-----------+------------+-------------+
| Elastic IP | No | Yes | No |
+----------------------+-----------+------------+-------------+
| Elastic LB | No | Yes | No |
+----------------------+-----------+------------+-------------+
| Source NAT | Yes | No | No |
+----------------------+-----------+------------+-------------+
| Static NAT | Yes | Yes | No |
+----------------------+-----------+------------+-------------+
| Port Forwarding | Yes | No | No |
+----------------------+-----------+------------+-------------+


Network Offerings
Expand Down Expand Up @@ -206,7 +206,7 @@ A network offering is a named set of network services, such as:
- VPN

- (Optional) Name one of several available providers to use for a given
service, such as Juniper for the firewall
service

- (Optional) Network tag to specify which physical network to use

Expand Down Expand Up @@ -398,6 +398,8 @@ To create a network offering:
its maximum capacity, the device will not be allocated to a new
account.

.. not sure how this works after deprecation of Juniper devices

- **Mode**: You can select either Inline mode or Side by Side mode:

- **Inline mode**: Supported only for Juniper SRX firewall and BigF5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
External Firewalls and Load Balancers
-------------------------------------

CloudStack is capable of replacing its Virtual Router with an external
Juniper SRX device and an optional external NetScaler or F5 load
balancer for gateway and load balancing services. In this case, the instances
use the SRX as their gateway.
CloudStack is capable of moving some of its Virtual Router networking functionality
to some of the external network service providers such as e.g. NetScaler.



About Using a NetScaler Load Balancer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ Prerequisites and Guidelines

Consider the following scenarios to apply egress firewall rules:

- Egress firewall rules are supported on Juniper SRX and virtual
router.

- The egress firewall rules are not supported on shared networks.

- Allow the egress traffic from specified source CIDR. The Source CIDR
Expand Down Expand Up @@ -195,7 +192,7 @@ traffic. While implementing a guest network, CloudStack adds the
firewall egress rule specific to the default egress policy for the guest
network.

This feature is supported only on virtual router and Juniper SRX.
This feature is supported only on the virtual router.

#. Create a network offering with your desirable default egress policy:

Expand Down