Sure
OK so the environment setup here is as follow:
Proxmox 1.7 Server:
VMBR0 - eth0 - 192.168.11.251/24 with GW 192.168.11.251 - Connected to SWITCH01
VMBR1 - eth1 - 192.168.13.251/24
VMBR2 - eth2 - 192.168.12.251/24 -> directly connected to my NAS over cross-over cable
NAS:
LAN1 - 192.168.11.225/24 - connected to SWITCH01
LAN2 - 192.168.12.225/24 - directly connected to Proxmox on eth2 with a cross-over cable
Now the "Problem":
When i add a iSCSI Storage in Proxmox and do a SCAN on Target 192.168.12.225 it gives me the right LUN. The NAS answers with two possible Nodes (192.168.11.225 and 192.168.12.225) which is correct. Now i want to force Proxmox to use only the 192.168.12.225 Node.
The Proxmox server can reach both interfaces (x.x.11.225 and x.x.12.225) correctly and will use automaticly the x.x.11.225 connection.
Is there a way to setup Proxmox to use the correct dedicated interface (eth2) only for iSCSI conenction and not the primary interface (eth0)?
Regards
Yves