Guest VM Migrated from hyper-v: network not working

OhmegaStar

Member
Feb 25, 2022
12
3
8
55
Hi,
I'm migrating from HyperV to Proxmox VE 9, I've made the needed setup and have two bridges configured. i can reach the management interface fine on the ip's set on the bridges.


my first migration is proxmox pmg, the vm starts fine, i can log in on the console. but it is unreachable from the rest of the network, and has no internet.
1756417813689.png
network/interfaces;
1756417933518.png

I've created a test VM installation of a ubuntu desktop utilizing my bridge, and this works as expected, theres internet access.
from the ubuntu desktop:
1756417994850.png
1756418091460.png
1756418112255.png

the bridge used (vmbr1):
1756418244781.png


I've tried setting the nic for the pmg VM to VirtIO and IntelE1000, it makes no difference.
I assume i'm missing something basic in connection with the fact that the vm is migrated from Hyper-V, but I have not found the cause.

Any Suggestions?

/OhmegaStar
 
my first migration is proxmox pmg, the vm starts fine, i can log in on the console. but it is unreachable from the rest of the network, and has no internet.
View attachment 90015
network/interfaces;
View attachment 90016

In: /etc/network/interfaces change both occurrences of: eth0 to: ens18 and reboot the VM.


the bridge used (vmbr1):
View attachment 90020

Sidenote 1:
Generally, it is not recommended to have multiple interfaces on the same system in the same subnet...

Sidenote 2:
Are those multiple physical interfaces per vmbr intentional or do you maybe want bonding?:
https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysadmin_network_bond
 
  • Like
Reactions: OhmegaStar
@Neobin Thanks, that solved the issue (changing the interface name to ens18) now i have connectivity.
re the other questions of multiple physical per bridge, that is only temporary, as the server is connected to two different switches, and theres a short path to the vm's being imported on each, so once i have migrated i will create a more normal network config. (and probably do some bonding and LACP for the management bridge), the fibre bridge will suffice on a single 10gb fc.

Thanks a lot for the quick help, may I ask a followup question, how did you arrive at ens18 being the right interfacename ?

/OhmegaStar
 
Last edited:
  • Like
Reactions: Neobin