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
Copy file name to clipboardExpand all lines: content/en/docs/control-center/security/private-connectivity/configure-private-connectivity.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To connect from a Mendix app to a resource on your internal network, you need to
19
19
2. Add an agent. This is done on the Mendix platform.
20
20
3. Install an agent. This is done on your internal infrastructure.
21
21
4. Run the agent. This is done on your internal infrastructure.
22
-
5. Expose resources. This is done on the Mendix platform.
22
+
5. Expose resources. This is done on your internal infrastructure.
23
23
6. Enable resources. This is done on the Mendix platform.
24
24
7. Request a connection. This is done on the Mendix platform.
25
25
8. Approve the connection. This is done on the Mendix platform.
@@ -151,7 +151,7 @@ On the **Agents** tab of the **Private Connectivity** page, you can see all the
151
151
***Status (Last seen)** – The status of the agent, or the last time it was connected to the network:
152
152
153
153
***Connected** – The agent is currently connected to the network.
154
-
* Date and time – The last time the agent was connected to the network. The agent is not connected at this time.
154
+
* Date and time – The last time the agent was connected to the network.
155
155
156
156
### Adding an Agent {#private-connectivity-agents-add}
157
157
@@ -165,11 +165,8 @@ To add a new agent to a network, follow these steps:
165
165
* On the **Agents** tab, click **Add Agent**.
166
166
167
167
2. On the **Add Agent** tab, select the network to which you want to add the agent.
168
-
3. Provide a descriptive and recognizable name for the agent.
169
-
4. Select the infrastructure type for your agent.
170
-
5. Click **Create**.
171
-
172
-
Your agent is now added. You can continue with [installing the agent](#private-connectivity-agents-install) in your own infrastructure.
168
+
3. Select the infrastructure type for your agent.
169
+
4. Continue with [installing the agent](#private-connectivity-agents-install) in your own infrastructure.
173
170
174
171
### Viewing and Editing Agents {#private-connectivity-agents-details}
175
172
@@ -180,20 +177,18 @@ To view and edit an existing agent, follow these steps:
180
177
181
178
***Agent Name** – The name you gave to the agent. This field is editable.
182
179
***Agent ID** – The internal ID of your agent. You can copy this if, for example, you want to provide it in a support ticket for any issues with the agent.
183
-
***Agent Key** – The authentication key of your agent. You can copy this authentication key for use when [starting an agent](#private-connectivity-agents-run).
184
-
This key should be treated as confidential.
185
180
***Network** – The network to which the agent is connected.
186
181
***Status (Last seen)** – The status of the agent, or the last time it was connected to the network:
187
182
188
183
***Connected** – The agent is currently connected to the network.
189
184
* Date and time – The last time the agent was connected to the network. The agent is not connected at this time.
190
185
191
186
***Resource Details** – A list of the resources exposed via the agent.
192
-
* **DERP Details** – Information on the preferred Tailscale [Designated Encrypted Relay for Packets (DERP) server](https://tailscale.com/kb/1232/derp-servers).
187
+
<!--* **DERP Details** – Information on the preferred Tailscale [Designated Encrypted Relay for Packets (DERP) server](https://tailscale.com/kb/1232/derp-servers).-->
193
188
194
189
3. Click **Save** to save any changes you have made.
195
190
196
-
### Deleting an Agent {#private-connectivity-agents-delete}
191
+
<!--### Deleting an Agent {#private-connectivity-agents-delete}
197
192
198
193
To delete an existing agent, follow these steps:
199
194
@@ -210,7 +205,7 @@ When you delete an agent, the following actions occur automatically:
210
205
{{% alert color="warning" %}}
211
206
Deleting an agent does not uninstall the agent from your own infrastructure.
212
207
Refer to the instructions for [uninstalling an agent](#private-connectivity-agents-uninstall).
213
-
{{% /alert %}}
208
+
{{% /alert %}}-->
214
209
215
210
### Installing an Agent on your Infrastructure {#private-connectivity-agents-install}
216
211
@@ -240,18 +235,18 @@ Continue with [starting the agent](#private-connectivity-agents-run).
240
235
241
236
### Starting an Agent on your Infrastructure {#private-connectivity-agents-run}
242
237
243
-
Once you have installed your agent, you can start the agent and connect to your network. To do this, you need an authentication key, which was created when you [added the agent](#private-connectivity-agents-add). You can find and copy the authentication key for your agent on [the agent details page](#private-connectivity-agents-details).
238
+
Once you have installed your agent, you can start the agent and connect to your network. To do this, you need an authentication key, which was created when you [added the agent](#private-connectivity-agents-add).
244
239
245
240
To start an agent and to connect it to your network, run the following script on the machine where the agent is installed.
246
241
You need to replace `AUTH_KEY` with the authentication key of your agent.
247
242
248
-
```
243
+
```You can expose a single IP range
249
244
tailscale up --auth-key=<AUTH_KEY>
250
245
```
251
246
252
247
### Uninstalling an Agent from your Infrastructure {#private-connectivity-agents-uninstall}
253
248
254
-
After [deleting an agent](#private-connectivity-agents-delete), you can uninstall it from your infrastructure. Uninstalling an agent is typically done by your internal IT department, Infra department, or Network team.
249
+
Uninstalling an agent is typically done by your internal IT department, Infra department, or Network team.
255
250
256
251
#### Uninstalling an Agent on a Windows server {#private-connectivity-agents-uninstall-windows}
257
252
@@ -345,7 +340,11 @@ To view and edit a resource, follow these steps:
345
340
346
341
Before you can connect to resources running on your own infrastructure, you have to expose these resources through an agent. This requires you to install an agent on the machine running the resource, or on a machine that has access to the resource.
347
342
348
-
Mendix Cloud Private Connectivity currently supports exposing physical [subnet routes](https://tailscale.com/kb/1019/subnets) to your network via an agent. You can expose a single IP range, such as `192.0.2.0/24`, or multiple IP ranges separated by a colon, such as `192.0.2.0/24,198.51.100.0/24`.
343
+
Mendix Cloud Private Connectivity currently supports exposing physical [subnet routes](https://tailscale.com/kb/1019/subnets) to your network via an agent. This is what you can expose:
344
+
345
+
* A single IP range, such as `192.0.2.0/24`
346
+
* Multiple IP ranges separated by a colon, such as `192.0.2.0/24,198.51.100.0/24`
347
+
* A single IP address, such as `10.100.0.5/32`
349
348
350
349
#### Exposing Subnet Routes on a Windows Server {#private-connectivity-resources-expose-routes-windows}
0 commit comments