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: pages/apple-silicon/how-to/remove-public-ip.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ categories:
13
13
- bare-metal
14
14
---
15
15
16
-
After enabling Virtual Private Cloud (VPC) on your Mac Mini, you can enhance the security of your server by further restricting external access.
16
+
After enabling Virtual Private Cloud (VPC) on your Mac mini, you can enhance the security of your server by further restricting external access.
17
17
This guide walks you through a series of steps to ensure that your Mac Mini is isolated from unauthorized access while maintaining necessary connectivity for management and maintenance.
18
18
19
19
By following these instructions, you will learn how to create a secure environment that uses Private Networks and an SSH Bastion to protect your machine from being reachable on the public Internet, while maintaining outgoing connectivity from the Mac mini.
@@ -32,7 +32,7 @@ By following these instructions, you will learn how to create a secure environme
32
32
33
33
## Enabling Private Networks for your Mac mini
34
34
35
-
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The Apple silicon splash page displays.
35
+
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The Apple silicon splash screen displays.
36
36
2. Click the Mac mini you want to enable Private Networks on. The Mac mini's **Overview** page displays.
37
37
3. In the **Private Networks feature** section, click **Enable Private Networks** to enable the feature.
38
38
A pop-up displays, asking you to confirm that you want to enable Private Networks, and showing the estimated cost.
@@ -41,7 +41,7 @@ By following these instructions, you will learn how to create a secure environme
41
41
42
42
## Setting up Private Networks/VLAN
43
43
44
-
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The Apple silicon splash page displays.
44
+
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. The Apple silicon splash screen displays.
45
45
2. Click the Mac mini you want to attach to a Private Network. The Mac mini's **Overview** page displays.
46
46
3. Click the **Private Networks** tab.
47
47
4. Click **+ Attach to a Private Network**. A pop-up displays.
@@ -50,13 +50,13 @@ By following these instructions, you will learn how to create a secure environme
50
50
51
51
## Configuring the Private Network on your Mac mini
52
52
53
-
On your Mac Mini, set up the Private Network/VLAN. You can follow our guide [How to configure the VLAN interface on your Mac mini for Private Networks](/apple-silicon/how-to/use-private-networks/#how-to-configure-the-vlan-interface-on-your-mac-mini-for-private-networks) for more information.
53
+
On your Mac mini, set up the Private Network/VLAN. You can follow our guide [How to configure the VLAN interface on your Mac mini for Private Networks](/apple-silicon/how-to/use-private-networks/#how-to-configure-the-vlan-interface-on-your-mac-mini-for-private-networks) for more information.
54
54
55
55
## Setting up a Public Gateway with SSH Bastion
56
56
57
57
1.[Create a Public Gateway](/public-gateways/how-to/create-a-public-gateway/).
58
-
2.[Enable SSH Bastion](/public-gateways/how-to/use-ssh-bastion/). This will allow you to securely access your Mac Mini.
59
-
3. Connect to your machine through the Bastion. Verify that you can connect to your Mac Mini through the Bastion.
58
+
2.[Enable SSH Bastion](/public-gateways/how-to/use-ssh-bastion/). This will allow you to securely access your Mac mini.
59
+
3. Connect to your machine through the Bastion. Verify that you can connect to your Mac mini through the Bastion.
60
60
<Messagetype="tip">
61
61
You can also use the Bastion to connect to the remote desktop of your Mac using SSH port-forwarding.
62
62
To do this, forward traffic to port `5900` of your machine to reach the VNC service.
@@ -66,7 +66,7 @@ On your Mac Mini, set up the Private Network/VLAN. You can follow our guide [How
66
66
## Disabling DHCP on the public interface and removing the public IP address
67
67
68
68
Once you have verified that your Mac mini is reachable through the Bastion, you can proceed with disabling DHCP on your Mac's main network interface (`en0`) and removing its public address.
69
-
Your Mac Mini is now fully isolated from the public internet, and any further external access will have to occur from a resource inside the Private Network or through the Bastion.
69
+
Your Mac mini is now fully isolated from the public internet, and any further external access will have to occur from a resource inside the Private Network or through the Bastion.
70
70
<Messagetype="tip">
71
-
Your Mac Mini will still be able to access the internet through the gateway if needed.
71
+
Your Mac mini will still be able to access the internet through the gateway if needed.
0 commit comments