欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vmware ubuntu

程序员文章站 2024-03-12 10:26:26
...

1. solution of the network problem in ubuntu vmware

find available interfaces

lshw -C network

bring up the disabled network

ifconfig {network_name} up

manually get it to an IP

dhclient {network_name} =v

or just restart the service

sudo service network-manager restart

or using systmctl

sudo systemctl restart NetworkManager.service
相关标签: 知识库