Bug 260 - [Anolis OS 8.4][qcow2][images]AnolisOS-8.4镜像默认网卡未开启
Summary: [Anolis OS 8.4][qcow2][images]AnolisOS-8.4镜像默认网卡未开启
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 8.4
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: 赵明月
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-04 15:29 UTC by wanqian
Modified: 2022-01-14 15:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wanqian alibaba_cloud_group 2022-01-04 15:29:57 UTC
镜像地址:
http://mirrors.openanolis.cn/anolis/8.4/isos/GA/x86_64/AnolisOS-8.4-x86_64-ANCK.qcow2

默认网卡未开启:
[anuser@localhost ~]$ cat /etc/sysconfig/network-scripts/ifcfg-ens3
# Generated by parse-kickstart
TYPE=Ethernet
DEVICE=ens3
UUID=0e98e3de-113f-4a7e-ba68-c7cd7315468a
ONBOOT=no
BOOTPROTO=dhcp
IPV6INIT=yes
IPV6_AUTOCONF=yes
PROXY_METHOD=none
BROWSER_ONLY=no
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
NAME="System ens3"
Comment 1 赵明月 alibaba_cloud_group 2022-01-14 15:36:23 UTC
部分社区镜像默认是没有启用网卡的,之后发布的镜像都会启用了

没有启用网卡的镜像 可以用ifup xxx (xxx 是网卡名字,比如ens3)启用网卡
Comment 2 赵明月 alibaba_cloud_group 2022-01-14 15:41:28 UTC
部分社区镜像默认是没有启用网卡的,之后发布的镜像默认都会启用了

没有启用网卡的镜像 可以用ifup xxx (xxx 是网卡名字,比如ens3)启用网卡