Skip to content

Commit 843e7e5

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent d55b15f commit 843e7e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/apple-silicon/how-to/remove-public-ip.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- bare-metal
1414
---
1515

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.
1717
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.
1818

1919
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
3232

3333
## Enabling Private Networks for your Mac mini
3434

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.
3636
2. Click the Mac mini you want to enable Private Networks on. The Mac mini's **Overview** page displays.
3737
3. In the **Private Networks feature** section, click **Enable Private Networks** to enable the feature.
3838
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
4141

4242
## Setting up Private Networks/VLAN
4343

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.
4545
2. Click the Mac mini you want to attach to a Private Network. The Mac mini's **Overview** page displays.
4646
3. Click the **Private Networks** tab.
4747
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
5050

5151
## Configuring the Private Network on your Mac mini
5252

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.
5454

5555
## Setting up a Public Gateway with SSH Bastion
5656

5757
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.
6060
<Message type="tip">
6161
You can also use the Bastion to connect to the remote desktop of your Mac using SSH port-forwarding.
6262
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
6666
## Disabling DHCP on the public interface and removing the public IP address
6767

6868
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.
7070
<Message type="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.
7272
</Message>

0 commit comments

Comments
 (0)