diff --git a/Virtualization/Proxmox/ProxmoxVE.md b/Virtualization/Proxmox/ProxmoxVE.md index ff95bf3..ec9bbf3 100644 --- a/Virtualization/Proxmox/ProxmoxVE.md +++ b/Virtualization/Proxmox/ProxmoxVE.md @@ -31,12 +31,14 @@ You will need to set a static IP address, in this case, it will be an address wi You will need to add the iSCSI initiator from the proxmox node to the allowed initiator list in TrueNAS Core under "**Sharing > Block Shares (iSCSI) > Initiators Groups**" In this instance, we will reference Group ID: `2`. We need to add the iniator to the "**Allowed Initiators (IQN)**" section. This also includes the following networks that are allowed to connect to the iSCSI portal: + - 192.168.101.0/24 - 192.168.102.0/24 - 192.168.103.0/24 - 192.168.104.0/24 To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate to the Proxmox server's webUI, typically located at `https://:8006` then log in with username `root` and whatever you set the password to during initial setup when the ISO image was mounted earlier. + - On the left-hand side, click on the name of the server node (e.g. `proxmox-node-01` or `proxmox-node-02`) - Click on "**Shell**" to open a CLI to the server - Run the following command to get the iSCSI Initiator (IQN) name to give to TrueNAS Core for the previously-mentioned steps: