查看Linux系统网卡信息
nmcli是一款能够方便我们配置网络的工具,能够轻松的查看网卡信息或网络状态:
实例1:查看网卡信息
[root@localhost ~]# nmcli connection show
名称 UUID 类型 设备
virbr0-nic 7f3a7bb5-a7ab-440c-b87f-d94e6f4dd96b --ethernet virbr0-nic
virbr0 ff7c93dd-05ae---77218b2ad5dd bridge virbr0
eno16777736 ce2fa92b-adf1--84c2-988f2ffcd07d --ethernet eno16777736
实例2:查看网卡的连接状态
[root@localhost ~]# nmcli device status
设备 类型 状态 CONNECTION
virbr0 bridge 连接的 virbr0
eno16777736 ethernet 连接的 eno16777736
virbr0-nic ethernet 连接的 virbr0-nic
lo loopback 未管理 --
实例3:查看网卡的详细信息
[root@localhost ~]# nmcli connection show eno16777736
connection.id: eno16777736
connection.uuid: ce2fa92b-adf1--84c2-988f2ffcd07d
connection.interface-name: eno16777736
connection.type: --ethernet
connection.autoconnect: yes
connection.autoconnect-priority:
connection.timestamp:
connection.read-only: no
connection.permissions:
connection.zone: --
connection.master: --
connection.slave-type: --
connection.autoconnect-slaves: - (default)
connection.secondaries:
connection.gateway-ping-timeout:
connection.metered: 未知
--ethernet.port: --
--ethernet.speed:
--ethernet.duplex: --
--ethernet.auto-negotiate: yes
--ethernet.mac-address: --
--ethernet.cloned-mac-address: --
--ethernet.mac-address-blacklist:
--ethernet.mtu: 自动
--ethernet.s390-subchannels:
--ethernet.s390-nettype: --
--ethernet.s390-options:
--ethernet.wake-on-lan: (default)
--ethernet.wake-on-lan-password: --
ipv4.method: auto
ipv4.dns:
ipv4.dns-search:
ipv4.addresses:
ipv4.gateway: --
ipv4.routes:
ipv4.route-metric: -
ipv4.ignore-auto-routes: no
ipv4.ignore-auto-dns: no
ipv4.dhcp-client-id: --
ipv4.dhcp-send-hostname: yes
ipv4.dhcp-hostname: --
ipv4.never-default: no
ipv4.may-fail: yes
ipv6.method: auto
ipv6.dns:
ipv6.dns-search:
ipv6.addresses:
ipv6.gateway: --
ipv6.routes:
ipv6.route-metric: -
ipv6.ignore-auto-routes: no
ipv6.ignore-auto-dns: no
ipv6.never-default: no
ipv6.may-fail: yes
ipv6.ip6-privacy: - (未知)
ipv6.dhcp-send-hostname: yes
ipv6.dhcp-hostname: --
GENERAL.名称: eno16777736
GENERAL.UUID: ce2fa92b-adf1--84c2-988f2ffcd07d
GENERAL.设备: eno16777736
GENERAL.状态: 已激活
GENERAL.默认: 是
GENERAL.DEFAULT6: 否
GENERAL.VPN: 否
GENERAL.ZONE: --
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/
GENERAL.SPEC 对象: /
GENERAL.MASTER-PATH: --
IP4.地址[]: 192.168.157.135/
IP4.网关: 192.168.157.2
IP4.DNS[]: 192.168.157.2
IP4.域[]: localdomain
DHCP4.选项[]: requested_domain_search =
DHCP4.选项[]: requested_nis_domain =
DHCP4.选项[]: requested_time_offset =
DHCP4.选项[]: requested_broadcast_address =
DHCP4.选项[]: requested_rfc3442_classless_static_routes =
DHCP4.选项[]: requested_classless_static_routes =
DHCP4.选项[]: requested_domain_name =
DHCP4.选项[]: expiry =
DHCP4.选项[]: domain_name = localdomain
DHCP4.选项[]: next_server = 192.168.157.254
DHCP4.选项[]: broadcast_address = 192.168.157.255
DHCP4.选项[]: dhcp_message_type =
DHCP4.选项[]: requested_subnet_mask =
DHCP4.选项[]: dhcp_lease_time =
DHCP4.选项[]: routers = 192.168.157.2
DHCP4.选项[]: ip_address = 192.168.157.135
DHCP4.选项[]: requested_static_routes =
DHCP4.选项[]: requested_interface_mtu =
DHCP4.选项[]: requested_nis_servers =
DHCP4.选项[]: requested_wpad =
DHCP4.选项[]: requested_ntp_servers =
DHCP4.选项[]: requested_domain_name_servers =
DHCP4.选项[]: domain_name_servers = 192.168.157.2
DHCP4.选项[]: requested_ms_classless_static_routes =
DHCP4.选项[]: requested_routers =
DHCP4.选项[]: subnet_mask = 255.255.255.0
DHCP4.选项[]: network_number = 192.168.157.0
DHCP4.选项[]: requested_host_name =
DHCP4.选项[]: dhcp_server_identifier = 192.168.157.254
IP6.地址[]: fe80::20c:29ff:fe74:71c9/
IP6.网关:
查看Linux系统网卡信息的更多相关文章
- 查看linux系统版本命令 (转)
查看linux系统版本命令 分类: Linux 知识小结2011-10-10 15:26 240162人阅读 评论(9) 收藏 举报 linuxredhatdebianx86susesun 一.查看内 ...
- 查看Linux系统版本信息
一.查看Linux内核版本命令(两种方法): 1.cat /proc/version [root@S-CentOS home]# cat /proc/versionLinux version 2.6. ...
- 查看linux系统常用的命令,Linux查看系统配置常用命令
一.linux CPU大小 cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep &qu ...
- 查看Linux系统架构类型的5条常用命令
导读 很多时候我们都需要查看当前 Linux 系统是 32 位还是 64 位系统架构类型,本文中我将向大家推荐 5 条常用命令.无论你使用的是桌面版或是只装了文本界面的 Linux 环境,以下命令几乎 ...
- 查看linux系统的开机时间/重启历史记录
查看linux系统的开机时间/重启历史记录1.who -b命令[root@rusky opt]# who -b ---查看最后一次(上次)系统启动的时间 system boot Dec 27 05:0 ...
- Shell脚本查看linux系统性能瓶颈(转)
Shell脚本查看linux系统性能瓶颈(转自:http://blog.51cto.com/lizhenliang/1687612) [root@test ~]# cat show_sys_info. ...
- 查看Linux系统软硬件信息
查看Linux系统软硬件信息 查看计算机CPU信息 cat /proc/cpuinfo 查看文件系统信息 cat /proc/filesystems 查看主机中断信息 cat /proc/interr ...
- 【LInux】查看Linux系统版本信息
一.查看Linux内核版本命令(两种方法): 1.cat /proc/version [root@S-CentOS home]# cat /proc/versionLinux version 2.6. ...
- 【linux基础】如何查看Linux系统是64位还是32位
如何查看Linux系统是64位还是32位 $getconf LONG_BIT or $file /bin/ls or #查看linux版本 $lsb_release -a or $uname -a 参 ...
随机推荐
- 关于ASCII、GB231、GBK、UTF-8/UTF8、ANSI、unicode的学习笔记
继续上次的学习内容,写一些自己学习的笔记吧!总是觉得没有笔记的学习总是不那么踏实,我承认自己是个记忆力很差的人,特别羡慕那些可以把自己学过的东西记得很牢靠的人.哎!可惜我不是,那只能做出来点东西,就算 ...
- Tomcat配置HTTPS方式生成安全证书
在Tomcat 6中配置SSL双向认证是相当容易的,本文将介绍如何使用JDK的keytool来为Tomcat配置双向SSL认证.并实现批量生成证书 系统需求:JDK 5.0Tomcat 6.0.16启 ...
- 使用try-with-resources注意的问题
package coin; import java.io.FileInputStream; import java.io.ObjectInputStream; /** * 使用 try-with-re ...
- 【BZOJ】【1874】取石子游戏
SG函数 嗯博弈论入门题,关于SG函数这个东西可以去看VFK神犇的博客,讲的非常清楚Orz. 传送门:vfleaking.blog.163.com/blog/static/17480763420123 ...
- The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near
The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near ...
- Codeforces Round #204 (Div. 2)->D. Jeff and Furik
D. Jeff and Furik time limit per test 1 second memory limit per test 256 megabytes input standard in ...
- xp/2003开关3389指令
开启3389: @echo offtitle 开启3389clsrem 开启3389reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ ...
- EditorWindow edit ScriptableObject
using UnityEngine; [System.Serializable] public class Weapon { //[SerializeField] public string weap ...
- Python日志输出——logging模块
Python日志输出——logging模块 标签: loggingpythonimportmodulelog4j 2012-03-06 00:18 31605人阅读 评论(8) 收藏 举报 分类: P ...
- nginx规则和ci的支持
CI框架下nginx重写规则,不再404 http://blog.csdn.net/EI__Nino/article/details/8599304 server { listen 80; serve ...