Insecure migration not working

Rudo

Renowned Member
Dec 14, 2015
19
0
66
Hi Forum,

Configuring a new PVE 7 environment and it appears that the insecure migration parameter in datacenter.cfg is not working.

datacenter.cfg

Code:
migration: type=insecure,network=10.82.2.0/24

But when migrating it still starts a tunnel:

Code:
2021-11-02 21:12:28 use dedicated network address for sending migration traffic (10.82.2.22)
2021-11-02 21:12:28 starting migration of VM 104 to node 'pve02' (10.82.2.22)
2021-11-02 21:12:28 starting VM 104 on remote node 'pve02'
2021-11-02 21:12:30 start remote tunnel
2021-11-02 21:12:31 ssh tunnel ver 1

pve-manager/7.0-13/7aa7e488

Any thoughts or suggestions would be much appreciated.

Cheers.
 
please post a full migration log. we use the tunnel in any case for commands - it's just the migration data that goes over the insecure connection.
 
Ahhh,. I see. After the ssh tunnel setup:

Code:
2021-11-03 12:40:36 starting online/live migration on tcp:10.82.2.22:60000

Thank you for clarifying that.