LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-31-2019, 12:33 PM   #1
kats99
LQ Newbie
 
Registered: Oct 2019
Location: Manipal
Distribution: Slackware 15.0, OpenBSD, Ubuntu
Posts: 26
Blog Entries: 2

Rep: Reputation: Disabled
Vmnet adapters are shown as "device not managed". There are two adapters vmnet1 and vmnet8 which are all not managed.


I asked the same question in relevant IRC channels but couldn't fix it. In gnome it worked but when I change to XFCE then this problem occurs.
 
Old 10-31-2019, 06:46 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Where do you see this message? Which distro and version, and which program generates the message? How are the NICs configured?

Most importantly though: Why is this a problem? In principle, unmanaged NICs are fine.
 
Old 10-31-2019, 11:29 PM   #3
kats99
LQ Newbie
 
Registered: Oct 2019
Location: Manipal
Distribution: Slackware 15.0, OpenBSD, Ubuntu
Posts: 26

Original Poster
Blog Entries: 2

Rep: Reputation: Disabled
EDIT 1

uname -a = Linux sandalphon 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) x86_64 GNU/Linux
Distro = Debian 10.1


I see this message in the top panel on the network icon. No program generates the message. Actually back when I used Ubuntu, I switched on both these adapters which increased internet speed to almost one mbps just like my host network speed. But because I'm using xfce in debian I can't see the "turn on" buttons. Also in Ubuntu, I switched to xfce for a moment from gnome and saw the same problem.

NetworkManager.conf file:
Code:
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true
I am using VMware workstation 15.5 version.

Last edited by kats99; 10-31-2019 at 11:33 PM.
 
Old 11-01-2019, 12:42 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
I understand that this Debian system is a virtual machine guest, and that you would like to enable vmnet1 and vmnet8 but can't. Correct?

First, it seems that Debian doesn't manage interfaces by default. See https://wiki.debian.org/NetworkManag..._are_Unmanaged.

You can also use the nmcli command to tell NetworkManager to manage devices:
Code:
# nmcli device set vmnet1 managed yes
(do this as superuser). However, this configuration is not persistent, I believe, and will be reset when you restart the machine.

You say that you can't see the turn-on buttons. I also have Xfce (not Debian but Xubuntu), and my network icon is in the upper right corner between a bell icon and the battery indicator. There is an Edit Connection menu point which should allow you map interfaces to connections. See attached screenshot.

I would be interested to see your interface list (ip address command) and your interface configuration in /etc/network/interfaces.

It's strange that you need to enable these two interfaces in order to have optimal internet speed. What interfaces does this machine have, and how are they connected to the host's networking?
Attached Thumbnails
Click image for larger version

Name:	2019-11-01_143334.png
Views:	114
Size:	17.3 KB
ID:	31734  

Last edited by berndbausch; 11-01-2019 at 12:46 AM. Reason: correction
 
1 members found this post helpful.
Old 11-01-2019, 01:42 AM   #5
kats99
LQ Newbie
 
Registered: Oct 2019
Location: Manipal
Distribution: Slackware 15.0, OpenBSD, Ubuntu
Posts: 26

Original Poster
Blog Entries: 2

Rep: Reputation: Disabled
Debian is my host os and Slackware is my guest os.
The code,
Code:
# nmcli device set vmnet1 managed yes
worked and I was able to connect to those two adapters. However, there is no internet connection in the guest os. I'm reinstalling VMware and will let you know soon. Meanwhile, here are the interfaces list.

Code:
ifconfig -a

enp5s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 18:03:73:8a:54:d4  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 2118  bytes 168518 (164.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2118  bytes 168518 (164.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vmnet1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.46.1  netmask 255.255.255.0  broadcast 172.16.46.255
        inet6 fe80::250:56ff:fec0:1  prefixlen 64  scopeid 0x20<link>
        ether 00:50:56:c0:00:01  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 35  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vmnet8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.59.1  netmask 255.255.255.0  broadcast 172.16.59.255
        inet6 fe80::250:56ff:fec0:8  prefixlen 64  scopeid 0x20<link>
        ether 00:50:56:c0:00:08  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 35  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp9s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.43.77  netmask 255.255.255.0  broadcast 192.168.43.255
        inet6 2401:4900:270a:e44b:c860:81:23b2:d90b  prefixlen 64  scopeid 0x0<global>
        inet6 2401:4900:270a:e44b:e81d:c8ff:fe6a:113e  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::e81d:c8ff:fe6a:113e  prefixlen 64  scopeid 0x20<link>
        ether ea:1d:c8:6a:11:3e  txqueuelen 1000  (Ethernet)
        RX packets 86620  bytes 71469949 (68.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 72965  bytes 12159437 (11.5 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Code:
# cat /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback
EDIT1:

Yes! It is working at the optimal speed of 1MBps. Thank you.

Last edited by kats99; 11-01-2019 at 02:37 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vmware vmplayer not installable on debian (compiling vmnet.ko error) Xeratul Debian 2 08-29-2014 01:51 AM
usb keyboard identified and events shown but key character not shown on the prompt flyxtop Linux - Software 0 11-30-2013 07:45 AM
Could not connect Ethernet0 to virtual network /dev/vmnet8 adrian2009 Slackware 3 05-26-2010 08:40 AM
User shown as "already exist" when there is no user directory shown on home directory Sharpeye Linux - Newbie 3 03-18-2009 01:17 AM
Vmware and dhcp on vmnet8 ? MheAd Linux - Software 0 10-25-2008 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration