Hello,
I have a proxmox 5.1-35 host with a remote storage for KVM guests. This storage runs ubuntu server 16.04 and a iscsitarget service. The host uses a LVM storage on top of this iscsi.
The proxmox host and the storage host are connected directly using real IPs. With this setup everything works fine
Recently I place another NIC on every host, and I want to connect the proxmox host with its storage using a local network, with this new nic.
But on the proxmox host I can't discovery or login to the targets using the new local IP
I have more than 1 connection to this storage host (a block for VMs, with LVM and another for backups)
Do I have to logout from all connections first? or I can connect to them using different IPs ?
any suggestion?
EDIT:
I found the problem on the storage side,
In the file /etc/iet/initiators.allow
before:
I changed to:
And it's working now
I have a proxmox 5.1-35 host with a remote storage for KVM guests. This storage runs ubuntu server 16.04 and a iscsitarget service. The host uses a LVM storage on top of this iscsi.
The proxmox host and the storage host are connected directly using real IPs. With this setup everything works fine
Recently I place another NIC on every host, and I want to connect the proxmox host with its storage using a local network, with this new nic.
But on the proxmox host I can't discovery or login to the targets using the new local IP
I have more than 1 connection to this storage host (a block for VMs, with LVM and another for backups)
Do I have to logout from all connections first? or I can connect to them using different IPs ?
any suggestion?
EDIT:
I found the problem on the storage side,
In the file /etc/iet/initiators.allow
before:
ALL <real ip>
ALL 192.168.0.1
I changed to:
ALL <real ip>, 192.168.0.1
And it's working now
Last edited: