bastibl / instant-gnuradio

Customizable GNU Radio Environment for Live Images and VMs
158 stars 34 forks source link

Network Interface #19

Closed gadjodilo83 closed 5 years ago

gadjodilo83 commented 5 years ago

Hello

I dont have a Network Interface when i start the virtual machine with VMware.

How can i start it?

thanks gadjodilo83

bastibl commented 5 years ago

I don't use VMWare, but after you imported the VM, you should be able to open it's settings and add network interfaces as needed. So please try to shutdown the VM and look for its settings.

alberto-fc commented 5 years ago

Hi,

The naming scheme for network interfaces in VMware seems to differ from VBox (Debian 9 has introduced a new naming scheme for networks, no more generic ethX)

To be able to make the network work over VMware:

  1. Edit /etc/netplan/01-netcfg.yaml ,, change the line below 'ethernets:' to your interface name (ens33 in my case, but it can differ in your case, check with 'ip link' how your iface is called)
  2. Reboot or run 'netplan apply' in console

You shouldn't have any problem with the network anymore.

bastibl commented 5 years ago

I think I didn't do any network-specific config and assumed things would "just work" when adding one :-) At least it did for me. You should also be able to use the network manager (from the task bar) to configure the interface.

alberto-fc commented 5 years ago

I think I didn't do any network-specific config and assumed things would "just work" when adding one :-) At least it did for me. You should also be able to use the network manager (from the task bar) to configure the interface.

At least on the first boot, I couldn't list my interface from the UI (and the link was down) so I couldn't edit either the network parameters from the desktop.

To be honest, maybe I missed some network panel on the GUI config, but I looked at every place and not luck.

bastibl commented 5 years ago

I see. On VirtualBox it seems to be fine. Maybe VMWare creates a different interface that is affected by this bug: https://askubuntu.com/questions/71159/network-manager-says-device-not-managed In that case, the interface would appear as "not managed" by the NetworkManager.