November 27, 20187 yr Dear community, I've got a openSUSE VMDK file that need to ran off of a virtualBox or VMware software, but I thought I will try to run it off of my unraid server. I have manually added the disk to start it up, everything looks fine as far as the VM goes, except I cannot get any internet on it. Do you guys know, if I have to do any sort of extra configuration in order to make sure to have a virtual network for the VM? Please let me know if you got any tips.
November 27, 20187 yr Do an ifconfig from within the OpenSUSE VM to see the networks presented. All Linux-based guest VMs should support the VirtIO network drivers that we use for VMs with Unraid.
November 28, 20187 yr Author @jonp This is all I can see. (version 13.2) Even though I have a br0 network configured, I can't seem to have access to the network card. Edited November 28, 20187 yr by busa1
November 28, 20187 yr Do you know if you have the virtio network drives installed in the VM? I thought most recent Linux distributions included them as standard but maybe not in this case? Alternatively do you know what type of network card was defined under VirtualBox? It is possible you could change the VM definition under Unraid to specify the same one. Edited November 28, 20187 yr by itimpi
November 28, 20187 yr Author Do you know how could I install such drivers without being able to download it ?
November 28, 20187 yr You shouldn't need to "install" any virtio drivers for opensuse if it's just a standard Linux based distro. Can you try typing lspci for me and report the feedback? And lspci with the -k option so I can see the driver bindings?Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Author I haven't find any great fast way to paste the result here other than a screenshot. But here is that:
November 28, 20187 yr Ok the second screenshot at the bottom shows the Ethernet controller but it's cut off before I can see the driver part. I haven't find any great fast way to paste the result here other than a screenshot. But here is that: Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Try this though. Edit your VM and toggle xml edit mode. Search for network. Find the model=virtio part and change that to model=e1000 and if that doesn't work, try rtl8139 Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Author do you mean <interface type='bridge'> <mac address='52:54:00:ec:58:ee'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </interface> this part should be <interface type='bridge'> <mac address='52:54:00:ec:58:ee'/> <source bridge='br0'/> <model type='e1000'/> (or later rtl8139) <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </interface> ?
November 28, 20187 yr do you mean type='bridge'> address='52:54:00:ec:58:ee'/> bridge='br0'/> type='virtio'/> type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> this part should be type='bridge'> address='52:54:00:ec:58:ee'/> bridge='br0'/> type='e1000'/> (or later rtl8139) type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> ?Yup!Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Author Both of them have exactly the same result after running `ifconfig` in the terminal. Only getting loopback network.
November 28, 20187 yr Any chance you can link me to where I can download this vmdk to experiment myself?Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Awesome. I'll start the download in a few. Probably won't have any feedback till later tonight at the earliest. Sent in private. Sent from my Pixel 3 XL using Tapatalk
November 28, 20187 yr Author 3 minutes ago, jonp said: Awesome. I'll start the download in a few. Probably won't have any feedback till later tonight at the earliest. Sent from my Pixel 3 XL using Tapatalk Thank you very much. Don't worry I'm not in an extreme hurry. Please let me know if you have any news for me.
May 15, 20206 yr Can someone please help. I'm getting an IP but can't talk to my router or ping internet. Server has internet, and is working great. I've tried reinstalling the VM about 10 times, each one following the SpaceinvaderOne MacOS installation guide. Any help would be great.
June 15, 20206 yr On 11/29/2018 at 2:22 AM, busa1 said: Please let me know if you have any news for me. Did you manage to get this resolved at all @busa1?
June 15, 20206 yr Author @xxbigfootxx Unfortunately not. I haven't had too much luck with CentOS 7 either using Unraid. I would recommend going on a different path for virtualising (such an ESXi or proxmox setup)
Archived
This topic is now archived and is closed to further replies.