- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要你帮忙解决一些奇怪的问题
我们正在尝试在我们的 centos 7 服务器上创建一个 ifcfg-eth1 网络设备。
我们在 ifcfg-eth1 文件中使用了以下信息;
TYPE=Ethernet
BOOTPROTO=static
DEVICE=eth1
ONBOOT=yes
IPADDR=192.168.101.61
NETMASK=255.255.255.0
GATEWAY=192.168.100.1
DNS1=8.8.8.8
DNS2=8.8.4.4
No suitable device found for this connection.
Oct 5 10:38:09 switch-onpremis1 network: ループバックインターフェイスを呼び込み中 [ OK ]
Oct 5 10:38:09 switch-onpremis1 network: インターフェース enp029f2u1 を活性化中: [ OK ]
Oct 5 10:38:10 switch-onpremis1 network: インターフェース eth0 を活性化中: [ OK ]
Oct 5 10:38:10 switch-onpremis1 NetworkManager[665]: <info> [1538703490.1107] audit: op="connection-activate" uuid="9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04" name="System eth1" result="fail" reason="No suitable device found for this connection."
Oct 5 10:38:10 switch-onpremis1 network: インターフェース eth1 を活性化中: エラー: 接続のアクティベーションに失敗: No suitable device found for this connection.
Oct 5 10:38:10 switch-onpremis1 network: [失敗]
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 network: RTNETLINK answers: File exists
Oct 5 10:38:10 switch-onpremis1 systemd: network.service: control process exited, code=exited status=1
Oct 5 10:38:10 switch-onpremis1 systemd: Failed to start LSB: Bring up/down networking.
Oct 5 10:38:10 switch-onpremis1 systemd: Unit network.service entered failed state.
Oct 5 10:38:10 switch-onpremis1 systemd: network.service failed.
TYPE=Ethernet
PROXY_METHOD=static
BROWSER_ONLY=no
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eth0
UUID=f3d98d60-6062-4b70-a14c-7ac4040bd403
DEVICE=eth0
ONBOOT=yes
IPADDR=192.168.100.60
PREFIX=24
GATEWAY=192.168.100.1
DNS1=8.8.8.8
最佳答案
CentOS 7.x 更改了网络,请查看以下内容:
阅读 3. And what if I want the old naming back?
另外,请查看 7. What have you done with ifconfig/netstat?
https://wiki.centos.org/FAQ/CentOS7
关于networking - 创建 ifcfg-eth1 时网络没有合适的设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52657230/
这些配置是基于VMware Network Adapter VMnet8,假设我的VMware Network Adapter VMnet8 ip地址是192.168.106.1 具体如下图:
我需要你帮忙解决一些奇怪的问题 我们正在尝试在我们的 centos 7 服务器上创建一个 ifcfg-eth1 网络设备。 我们在 ifcfg-eth1 文件中使用了以下信息; TYPE=Ethern
长期使用 Linux 的老用户可能还记得电脑中存在这样的一个文件 /etc/sysconfig/network-scripts/ifcfg-* ,以往用户需要通过手动修改该文件来管理设备的网络连
我想更改我在 virtual box 中创建的 centos7 虚拟机的 IP 地址。如果我执行“ifcfg”,我就能看到网卡。但是当我转到路径/etc/sysconfig/network-scrip
我是一名优秀的程序员,十分优秀!