|
17 | 17 | Dynamic and Static Routing |
18 | 18 | ----------------------------- |
19 | 19 |
|
20 | | -The IPv6 static routing has been introduced in Apache CloudStack 4.17.0.0. |
| 20 | +For VMs on Isolated networks, the IP of VMs are not publicly accessible. |
| 21 | +To access the VMs from the Internet, Users need to create Load balanceing rules, |
| 22 | +Port Forwarding rules, enable Static NAT, or enable VPN. |
| 23 | + |
| 24 | +The IPv6 static routing feature has been introduced in Apache CloudStack 4.17.0.0, so that |
| 25 | +users are able to access the IPv6 address of guest VMs on Isolated networks from the Internet or public network. |
21 | 26 | For more information, see `“IPv6 support for isolated networks and VPC Network Tiers” <../plugins/ipv6.html#isolated-network-and-vpc-network-tier>`_. |
22 | 27 |
|
23 | | -From Apache CloudStack 4.20.0.0, users are able to create isolated networks and VPCs with more options |
| 28 | +From Apache CloudStack 4.20.0.0, users are able to create isolated networks and VPCs with ROUTED mode. |
24 | 29 |
|
25 | | -- Static Routing for IPv4 |
26 | | -- Manage IPv4 Routing Firewall |
27 | | -- Dynamic Routing for IPv4 and IPv6 |
| 30 | +- Manage IPv4 subnets for Zones (ROOT admin/operator only) |
| 31 | +- Create Networks with Static Routing for IPv4 |
| 32 | +- Manage IPv4 Routing Firewall for Networks |
28 | 33 | - Manage AS number and BPG peers for Dynamic Routing (ROOT admin only) |
| 34 | +- Create Networks with Dynamic Routing for IPv4 and IPv6 |
29 | 35 |
|
30 | 36 |
|
31 | 37 | About Network Mode |
32 | 38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
33 | 39 |
|
34 | | -TODO |
| 40 | +Network mode indicates the mode with which the isolated network or VPC will operate. |
| 41 | +There are two valid options |
| 42 | + |
| 43 | +- NATTED. This is the default network mode of isolated networks. The VR of isolated networks and VPCs provides Source NAT services, as well as Static NAT, Load Balancer, Port Forwarding, Vpn if the network offering supports. |
| 44 | +- ROUTED. For isolated networks in ROUTED mode, the VR no longer supports Source NAT, Static NAT, Load Balancer, Port Forwarding and Vpn. The supported services are Dns, Dhcp, Userdata, Firewall (for isolated networks) and Network ACL (for vpc and vpc networks). |
| 45 | + |
| 46 | + |
| 47 | +About Routing mode |
| 48 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 49 | + |
| 50 | +Routing mode indicates how routing will operate with the isolated networks with ROUTED network mode. |
| 51 | +There are two valid options |
| 52 | + |
| 53 | +- Static. The operators need to add the static routes to the isolated networks or VPCs in the upstream router manually. |
| 54 | +- Dynamic. The AS number will be automatically allocated, and BGP peer sessions will be set up automatically in the VR of the isolated networks or VPCs. The operators need to add the AS number ranges and BGP peers for each zone before creating network with Dynamic routing mode. |
| 55 | + |
35 | 56 |
|
36 | 57 | Create Network and VPC Offering with ROUTED mode |
37 | 58 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
38 | 59 |
|
39 | | -for static and dynamic routing |
| 60 | +For more information, see `“Creating a New Network Offering” <networking.html#creating-a-new-network-offering>`_. |
| 61 | + |
40 | 62 | TODO |
41 | 63 |
|
42 | 64 |
|
|
0 commit comments