You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article is about deploying a Ziti Controller as a Linux system service. [The controller introduction](/learn/introduction/03-components.md#openziti-controller) introduces the architectural concepts used in this guide.
This article is about deploying a Ziti router as a Linux system service or Docker container. [This page](/learn/introduction/03-components.md#openziti-router) provides an overview of these concepts.
[Learn more about managing routers with the CLI](/guides/deployments/20-router/40-cli-mgmt.md).
62
+
[Learn more about managing routers with the CLI](/guides/deployments/10-linux/20-router/40-cli-mgmt.md).
63
63
64
64
The systemd service looks for the token in `/opt/openziti/etc/router/.token` if env var `ZITI_ENROLL_TOKEN` is empty. The file must be readable by root (not others).
Copy file name to clipboardExpand all lines: docusaurus/docs/guides/deployments/10-linux/20-router/30-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ hide_table_of_contents: false
8
8
import Tabs from '@theme/Tabs';
9
9
import TabItem from '@theme/TabItem';
10
10
11
-
This article expands on the [Linux and Docker router deployment](/guides/deployments/20-router/10-deploy.mdx) article with configuration concepts and examples. [Kubernetes is covered separately](/guides/kubernetes/hosting/kubernetes-router.mdx).
11
+
This article expands on the [Linux and Docker router deployment](/guides/deployments/10-linux/20-router/10-deploy.mdx) article with configuration concepts and examples. [Kubernetes is covered separately](/guides/deployments/30-kubernetes/hosting/kubernetes-router.mdx).
Copy file name to clipboardExpand all lines: docusaurus/docs/guides/deployments/10-linux/20-router/60-cloud.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
8
8
9
9
## 2.0 Configure a Router
10
10
11
-
In this section, we are describing how to setup the Edge Router (pub-er) for our [test network](/guides/deployments/40-services/10-examples.mdx#311-network-diagram-1).
11
+
In this section, we are describing how to setup the Edge Router (pub-er) for our [test network](/guides/services/10-examples.mdx#311-network-diagram-1).
12
12
13
13
## 2.1 Create the Edge Router VM
14
14
Please follow **Create a VM section** of the controller cloud guide to setup a VM to be used as router.
@@ -406,7 +406,7 @@ Now the Global DNS servers should be the IP address on your local interface.
406
406
>
407
407
<TabItemvalue="Azure">
408
408
409
-
- For any router setup as a local gateway (i.e. local-er in [test network 2](/guides/deployments/40-services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in Azure.
409
+
- For any router setup as a local gateway (i.e. local-er in [test network 2](/guides/services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in Azure.
410
410
- First you need to create a **Route Table** from Marketplace.
@@ -427,7 +427,7 @@ The following routes are required:
427
427
</TabItem>
428
428
<TabItemvalue="AWS">
429
429
430
-
- For any router setup as local gateway (i.e. local-er in [test network 2](/guides/deployments/40-services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes for your VPC.
430
+
- For any router setup as local gateway (i.e. local-er in [test network 2](/guides/services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes for your VPC.
431
431
- To get to the route table, click on **Subnet** from your Instances screen
432
432
- From the Subnet screen, click on **Router table**
433
433
- Then you can use **Edit routes** to add routes to the table.
@@ -443,7 +443,7 @@ The following routes are required:
443
443
</TabItem>
444
444
<TabItemvalue="GCP">
445
445
446
-
For any router setup as local gateway (i.e. local-er in [test network 2](/guides/deployments/40-services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in GCP.
446
+
For any router setup as local gateway (i.e. local-er in [test network 2](/guides/services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in GCP.
447
447
448
448
- Go to your VM screen, click on the **Network interfaces** name (i.e. nic0)
449
449
- Click on **Routes** menu on the left side to bring up the Routes screen
@@ -462,11 +462,11 @@ The following routes are required:
462
462
</TabItem>
463
463
<TabItemvalue="DigitalOcean">
464
464
465
-
DigitalOcean does not have route table. The routes are setup directly on the VM. The example is in the [test section](/guides/deployments/40-services/10-examples.mdx#367-verify-the-connection)
465
+
DigitalOcean does not have route table. The routes are setup directly on the VM. The example is in the [test section](/guides/services/10-examples.mdx#367-verify-the-connection)
466
466
</TabItem>
467
467
<TabItemvalue="OCI">
468
468
469
-
- For any router setup as local gateway (i.e. local-er in [test network 2](/guides/deployments/40-services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in Oracle Cloud.
469
+
- For any router setup as local gateway (i.e. local-er in [test network 2](/guides/services/10-examples.mdx#312-network-diagram-2)), you will need to setup routes in Oracle Cloud.
470
470
- To setup your route, choose the default route table from your VCN.
471
471

472
472
@@ -485,7 +485,7 @@ The following routes are required:
485
485
</TabItem>
486
486
<TabItemvalue="IBM">
487
487
488
-
IBM Cloud does not have route table. The routes are setup directly on the VM. The example is in the [test section](/guides/deployments/40-services/10-examples.mdx#367-verify-the-connection)
488
+
IBM Cloud does not have route table. The routes are setup directly on the VM. The example is in the [test section](/guides/services/10-examples.mdx#367-verify-the-connection)
0 commit comments